org.kuali.kpme.tklm.time.timeblock.dao
Interface TimeBlockHistoryDao

All Known Implementing Classes:
TimeBlockHistoryDaoOjbImpl

public interface TimeBlockHistoryDao


Method Summary
 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)
           
 

Method Detail

saveOrUpdate

void saveOrUpdate(TimeBlockHistory timeBlockHistory)

saveOrUpdate

void saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)

getTimeBlockHistoryByTkTimeBlockId

List<TimeBlockHistory> getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)

getTimeBlockHistoriesForLookup

List<TimeBlockHistory> getTimeBlockHistoriesForLookup(String documentId,
                                                      String principalId,
                                                      String userPrincipalId,
                                                      org.joda.time.LocalDate fromDate,
                                                      org.joda.time.LocalDate toDate)


Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.