public class TimeBlockHistoryDaoOjbImpl extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements TimeBlockHistoryDao
| Constructor and Description |
|---|
TimeBlockHistoryDaoOjbImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<TimeBlockHistory> |
getTimeBlockHistoriesForLookup(String documentId,
String principalId,
String userPrincipalId,
org.joda.time.LocalDate fromDate,
org.joda.time.LocalDate toDate) |
List<TimeBlockHistory> |
getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId) |
void |
saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList) |
void |
saveOrUpdate(TimeBlockHistory timeBlockHistory) |
getDbPlatform, setDbPlatformpublic TimeBlockHistoryDaoOjbImpl()
public void saveOrUpdate(TimeBlockHistory timeBlockHistory)
saveOrUpdate in interface TimeBlockHistoryDaopublic void saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)
saveOrUpdate in interface TimeBlockHistoryDaopublic List<TimeBlockHistory> getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
getTimeBlockHistoryByTkTimeBlockId in interface TimeBlockHistoryDaopublic List<TimeBlockHistory> getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
getTimeBlockHistoriesForLookup in interface TimeBlockHistoryDaoCopyright © 2004–2014 The Kuali Foundation. All rights reserved.