org.kuali.hr.lm.leaveblock.service
Interface LeaveBlockHistoryService
- All Known Implementing Classes:
- LeaveBlockHistoryServiceImpl
public interface LeaveBlockHistoryService
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,
Date beginDate,
Date endDate,
boolean considerModifiedUser)
getLeaveBlockHistories
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
Date currentDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.