org.kuali.kpme.tklm.leave.block.service
Class LeaveBlockHistoryServiceImpl

java.lang.Object
  extended by org.kuali.kpme.tklm.leave.block.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, 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> 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,
                                                                     org.joda.time.LocalDate beginDate,
                                                                     org.joda.time.LocalDate endDate,
                                                                     boolean considerModifiedUser)
Specified by:
getLeaveBlockHistoriesForLeaveDisplay in interface LeaveBlockHistoryService

getLeaveBlockHistories

public List<LeaveBlockHistory> getLeaveBlockHistories(String principalId,
                                                      String requestStatus,
                                                      String action,
                                                      org.joda.time.LocalDate currentDate)
Specified by:
getLeaveBlockHistories in interface LeaveBlockHistoryService

getLeaveBlockHistoriesForLookup

public List<LeaveBlockHistory> getLeaveBlockHistoriesForLookup(String documentId,
                                                               String principalId,
                                                               String userPrincipalId,
                                                               org.joda.time.LocalDate fromDate,
                                                               org.joda.time.LocalDate toDate)
Specified by:
getLeaveBlockHistoriesForLookup in interface LeaveBlockHistoryService


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