|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
void saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
List<LeaveBlockHistory> getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId, List<String> requestStatus)
List<LeaveBlockHistory> getLeaveBlockHistoriesForLeaveDisplay(String principalId, Date beginDate, Date endDate, boolean considerModifiedUser)
List<LeaveBlockHistory> getLeaveBlockHistories(String principalId, String requestStatus, String action, Date currentDate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |