org.kuali.hr.lm.leaveblock.dao
Interface LeaveBlockHistoryDao

All Known Implementing Classes:
LeaveBlockHistoryDaoSpringOjbImpl

public interface LeaveBlockHistoryDao


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 saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
           
 void saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
           
 

Method Detail

saveOrUpdate

void saveOrUpdate(LeaveBlockHistory leaveBlockHistory)

saveOrUpdate

void saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)

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.