public class TimesheetDocumentHeaderDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements TimesheetDocumentHeaderDao
| Constructor and Description | 
|---|
| TimesheetDocumentHeaderDaoOjbImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | deleteTimesheetHeader(String documentId) | 
| TimesheetDocumentHeader | getDocumentHeaderForDate(String principalId,
                                                org.joda.time.DateTime asOfDate) | 
| List<TimesheetDocumentHeader> | getDocumentHeaders(org.joda.time.DateTime payBeginDate,
                                    org.joda.time.DateTime payEndDate) | 
| List<TimesheetDocumentHeader> | getDocumentHeadersForPrincipalId(String principalId) | 
| List<TimesheetDocumentHeader> | getDocumentHeadersForYear(String principalId,
                                                  String year) | 
| TimesheetDocumentHeader | getNextDocumentHeader(String principalId,
                                          org.joda.time.DateTime payEndDate) | 
| TimesheetDocumentHeader | getPreviousDocumentHeader(String principalId,
                                                  org.joda.time.DateTime payBeginDate)Document header IDs are ordered, so an ID less than the current will
 always be previous to current. | 
| TimesheetDocumentHeader | getTimesheetDocumentHeader(String documentId) | 
| TimesheetDocumentHeader | getTimesheetDocumentHeader(String principalId,
                                                    org.joda.time.DateTime payBeginDate,
                                                    org.joda.time.DateTime payEndDate) | 
| void | saveOrUpdate(TimesheetDocumentHeader documentHeader) | 
getDbPlatform, setDbPlatformpublic TimesheetDocumentHeaderDaoOjbImpl()
public TimesheetDocumentHeader getTimesheetDocumentHeader(String documentId)
getTimesheetDocumentHeader in interface TimesheetDocumentHeaderDaopublic void saveOrUpdate(TimesheetDocumentHeader documentHeader)
saveOrUpdate in interface TimesheetDocumentHeaderDaopublic void deleteTimesheetHeader(String documentId)
deleteTimesheetHeader in interface TimesheetDocumentHeaderDaopublic TimesheetDocumentHeader getTimesheetDocumentHeader(String principalId, org.joda.time.DateTime payBeginDate, org.joda.time.DateTime payEndDate)
getTimesheetDocumentHeader in interface TimesheetDocumentHeaderDaopublic TimesheetDocumentHeader getPreviousDocumentHeader(String principalId, org.joda.time.DateTime payBeginDate)
getPreviousDocumentHeader in interface TimesheetDocumentHeaderDaopublic TimesheetDocumentHeader getNextDocumentHeader(String principalId, org.joda.time.DateTime payEndDate)
getNextDocumentHeader in interface TimesheetDocumentHeaderDaopublic List<TimesheetDocumentHeader> getDocumentHeaders(org.joda.time.DateTime payBeginDate, org.joda.time.DateTime payEndDate)
getDocumentHeaders in interface TimesheetDocumentHeaderDaopublic List<TimesheetDocumentHeader> getDocumentHeadersForPrincipalId(String principalId)
getDocumentHeadersForPrincipalId in interface TimesheetDocumentHeaderDaopublic List<TimesheetDocumentHeader> getDocumentHeadersForYear(String principalId, String year)
getDocumentHeadersForYear in interface TimesheetDocumentHeaderDaopublic TimesheetDocumentHeader getDocumentHeaderForDate(String principalId, org.joda.time.DateTime asOfDate)
getDocumentHeaderForDate in interface TimesheetDocumentHeaderDaoCopyright © 2004–2015 The Kuali Foundation. All rights reserved.