org.kuali.hr.lm.leaveblock.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, Date currentDate)
           
 List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId, Date beginDate, Date endDate, boolean considerModifiedUser)
           
 List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
           
 void saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
           
 void saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistories)
           
 

Method Detail

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.