|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
org.kuali.hr.time.calendar.dao.CalendarEntriesDaoSpringOjbImpl
public class CalendarEntriesDaoSpringOjbImpl
| Field Summary |
|---|
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
CalendarEntriesDaoSpringOjbImpl()
|
|
| Methods inherited from class org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb |
|---|
getDbPlatform, setDbPlatform |
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
|---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarEntriesDaoSpringOjbImpl()
| Method Detail |
|---|
public void saveOrUpdate(CalendarEntries calendarEntries)
saveOrUpdate in interface CalendarEntriesDaopublic CalendarEntries getCalendarEntries(String hrCalendarEntriesId)
getCalendarEntries in interface CalendarEntriesDao
public CalendarEntries getCalendarEntriesByIdAndPeriodEndDate(String hrCalendarId,
Date endPeriodDate)
getCalendarEntriesByIdAndPeriodEndDate in interface CalendarEntriesDao
public CalendarEntries getCurrentCalendarEntriesByCalendarId(String hrCalendarId,
Date currentDate)
getCurrentCalendarEntriesByCalendarId in interface CalendarEntriesDao
public CalendarEntries getNextCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries calendarEntries)
getNextCalendarEntriesByCalendarId in interface CalendarEntriesDao
public CalendarEntries getPreviousCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries calendarEntries)
getPreviousCalendarEntriesByCalendarId in interface CalendarEntriesDao
public List<CalendarEntries> getCurrentCalendarEntryNeedsScheduled(int thresholdDays,
Date asOfDate)
getCurrentCalendarEntryNeedsScheduled in interface CalendarEntriesDao
public List<CalendarEntries> getFutureCalendarEntries(String hrCalendarId,
Date currentDate,
int numberOfEntries)
getFutureCalendarEntries in interface CalendarEntriesDao
public CalendarEntries getCalendarEntriesByBeginAndEndDate(Date beginPeriodDate,
Date endPeriodDate)
getCalendarEntriesByBeginAndEndDate in interface CalendarEntriesDaopublic List<CalendarEntries> getAllCalendarEntriesForCalendarId(String hrCalendarId)
getAllCalendarEntriesForCalendarId in interface CalendarEntriesDao
public List<CalendarEntries> getAllCalendarEntriesForCalendarIdAndYear(String hrCalendarId,
String year)
getAllCalendarEntriesForCalendarIdAndYear in interface CalendarEntriesDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||