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, setDbPlatformgetSimpleJdbcTemplate, initTemplateConfigpublic CalendarBlockDaoJdbcImpl()
public List<CalendarBlock> getAllCalendarBlocks()
getAllCalendarBlocks in interface CalendarBlockDaopublic List<CalendarBlock> getActiveCalendarBlocksForDate(org.joda.time.LocalDate asOfDate)
getActiveCalendarBlocksForDate in interface CalendarBlockDaopublic org.joda.time.DateTime getLatestEndTimestampForAssignment(Assignment assignment, String calendarBlockType)
getLatestEndTimestampForAssignment in interface CalendarBlockDaopublic org.joda.time.DateTime getLatestEndTimestampForEarnCode(String earnCode, String calendarBlockType)
getLatestEndTimestampForEarnCode in interface CalendarBlockDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.