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, setDbPlatform
public TimeBlockHistoryDaoOjbImpl()
public void saveOrUpdate(TimeBlockHistory timeBlockHistory)
saveOrUpdate
in interface TimeBlockHistoryDao
public void saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)
saveOrUpdate
in interface TimeBlockHistoryDao
public List<TimeBlockHistory> getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
getTimeBlockHistoryByTkTimeBlockId
in interface TimeBlockHistoryDao
public List<TimeBlockHistory> getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
getTimeBlockHistoriesForLookup
in interface TimeBlockHistoryDao
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.