org.kuali.kpme.tklm.leave.block.service
Interface LeaveBlockHistoryService
- All Known Implementing Classes:
- LeaveBlockHistoryServiceImpl
public interface LeaveBlockHistoryService
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> |
getLeaveBlockHistoriesForLookup(String documentId,
String principalId,
String userPrincipalId,
org.joda.time.LocalDate fromDate,
org.joda.time.LocalDate toDate,
String leaveBlockType)
|
List<LeaveBlockHistory> |
getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
|
void |
saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
|
void |
saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistories)
|
saveLeaveBlockHistory
void saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
saveLeaveBlockHistoryList
void saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistories)
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)
getLeaveBlockHistoriesForLookup
List<LeaveBlockHistory> getLeaveBlockHistoriesForLookup(String documentId,
String principalId,
String userPrincipalId,
org.joda.time.LocalDate fromDate,
org.joda.time.LocalDate toDate,
String leaveBlockType)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.