org.kuali.hr.lm.leaveblock.service
Class LeaveBlockHistoryServiceImpl

java.lang.Object
  extended by org.kuali.hr.lm.leaveblock.service.LeaveBlockHistoryServiceImpl
All Implemented Interfaces:
LeaveBlockHistoryService

public class LeaveBlockHistoryServiceImpl
extends Object
implements LeaveBlockHistoryService


Constructor Summary
LeaveBlockHistoryServiceImpl()
           
 
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> leaveBlockHistoryList)
           
 void setLeaveBlockHistoryDao(LeaveBlockHistoryDao leaveBlockHistoryDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaveBlockHistoryServiceImpl

public LeaveBlockHistoryServiceImpl()
Method Detail

setLeaveBlockHistoryDao

public void setLeaveBlockHistoryDao(LeaveBlockHistoryDao leaveBlockHistoryDao)

saveLeaveBlockHistory

public void saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
Specified by:
saveLeaveBlockHistory in interface LeaveBlockHistoryService

saveLeaveBlockHistoryList

public void saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistoryList)
Specified by:
saveLeaveBlockHistoryList in interface LeaveBlockHistoryService

getLeaveBlockHistoryByLmLeaveBlockId

public List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
Specified by:
getLeaveBlockHistoryByLmLeaveBlockId in interface LeaveBlockHistoryService

getLeaveBlockHistories

public List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
                                                      List<String> requestStatus)
Specified by:
getLeaveBlockHistories in interface LeaveBlockHistoryService

getLeaveBlockHistoriesForLeaveDisplay

public List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId,
                                                                     Date beginDate,
                                                                     Date endDate,
                                                                     boolean considerModifiedUser)
Specified by:
getLeaveBlockHistoriesForLeaveDisplay in interface LeaveBlockHistoryService

getLeaveBlockHistories

public List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
                                                      String requestStatus,
                                                      String action,
                                                      Date currentDate)
Specified by:
getLeaveBlockHistories in interface LeaveBlockHistoryService


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.