public interface LeaveBlockHistoryService
Modifier and Type | Method and Description |
---|---|
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) |
void saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
void saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistories)
List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId, List<String> requestStatus)
List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId, org.joda.time.LocalDate beginDate, org.joda.time.LocalDate endDate, boolean considerModifiedUser)
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId, String requestStatus, String action, org.joda.time.LocalDate currentDate)
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)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.