org.kuali.hr.lm.leaveblock.service
Class LeaveBlockHistoryServiceImpl
java.lang.Object
org.kuali.hr.lm.leaveblock.service.LeaveBlockHistoryServiceImpl
- All Implemented Interfaces:
- LeaveBlockHistoryService
public class LeaveBlockHistoryServiceImpl
- extends Object
- implements LeaveBlockHistoryService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LeaveBlockHistoryServiceImpl
public LeaveBlockHistoryServiceImpl()
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.