org.kuali.kpme.tklm.leave.block.dao
Interface LeaveBlockHistoryDao
- All Known Implementing Classes:
- LeaveBlockHistoryDaoOjbImpl
public interface LeaveBlockHistoryDao
Method Summary |
List<LeaveBlockHistory> |
getLeaveBlockHistories(String principalId,
List<String> requestStatus)
|
List<LeaveBlockHistory> |
getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
org.joda.time.LocalDate currentDate)
|
List<LeaveBlockHistory> |
getLeaveBlockHistoriesForLeaveDisplay(String principalId,
org.joda.time.LocalDate beginDate,
org.joda.time.LocalDate endDate,
boolean considerModifiedUser)
|
List<LeaveBlockHistory> |
getLeaveBlockHistoriesForLookup(String documentId,
String principalId,
String userPrincipalId,
org.joda.time.LocalDate fromDate,
org.joda.time.LocalDate toDate)
|
List<LeaveBlockHistory> |
getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
|
void |
saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
|
void |
saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
|
saveOrUpdate
void saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
saveOrUpdate
void saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
getLeaveBlockHistoryByLmLeaveBlockId
List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
getLeaveBlockHistories
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
List<String> requestStatus)
getLeaveBlockHistoriesForLeaveDisplay
List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId,
org.joda.time.LocalDate beginDate,
org.joda.time.LocalDate endDate,
boolean considerModifiedUser)
getLeaveBlockHistories
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
org.joda.time.LocalDate currentDate)
getLeaveBlockHistoriesForLookup
List<LeaveBlockHistory> getLeaveBlockHistoriesForLookup(String documentId,
String principalId,
String userPrincipalId,
org.joda.time.LocalDate fromDate,
org.joda.time.LocalDate toDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.