public class CalendarBlockDaoJdbcImpl extends org.kuali.rice.core.framework.persistence.jdbc.dao.PlatformAwareDaoBaseJdbc implements CalendarBlockDao
Constructor and Description |
---|
CalendarBlockDaoJdbcImpl() |
Modifier and Type | Method and Description |
---|---|
List<CalendarBlock> |
getActiveCalendarBlocksForDate(org.joda.time.LocalDate asOfDate) |
List<CalendarBlock> |
getAllCalendarBlocks() |
org.joda.time.DateTime |
getLatestEndTimestampForAssignment(Assignment assignment,
String calendarBlockType) |
org.joda.time.DateTime |
getLatestEndTimestampForEarnCode(String earnCode,
String calendarBlockType) |
getDbPlatform, setDbPlatform
getSimpleJdbcTemplate, initTemplateConfig
public CalendarBlockDaoJdbcImpl()
public List<CalendarBlock> getAllCalendarBlocks()
getAllCalendarBlocks
in interface CalendarBlockDao
public List<CalendarBlock> getActiveCalendarBlocksForDate(org.joda.time.LocalDate asOfDate)
getActiveCalendarBlocksForDate
in interface CalendarBlockDao
public org.joda.time.DateTime getLatestEndTimestampForAssignment(Assignment assignment, String calendarBlockType)
getLatestEndTimestampForAssignment
in interface CalendarBlockDao
public org.joda.time.DateTime getLatestEndTimestampForEarnCode(String earnCode, String calendarBlockType)
getLatestEndTimestampForEarnCode
in interface CalendarBlockDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.