|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LeaveBlockHistory | |
---|---|
org.kuali.hr.lm.leave.web | |
org.kuali.hr.lm.leaveblock | |
org.kuali.hr.lm.leaveblock.dao | |
org.kuali.hr.lm.leaveblock.service |
Uses of LeaveBlockHistory in org.kuali.hr.lm.leave.web |
---|
Methods in org.kuali.hr.lm.leave.web that return types with arguments of type LeaveBlockHistory | |
---|---|
List<LeaveBlockHistory> |
LeaveBlockDisplayForm.getCorrectedLeaveEntries()
|
List<LeaveBlockHistory> |
LeaveRequestForm.getDisapprovedLeaves()
|
List<LeaveBlockHistory> |
LeaveBlockDisplayForm.getInActiveLeaveEntries()
|
Method parameters in org.kuali.hr.lm.leave.web with type arguments of type LeaveBlockHistory | |
---|---|
void |
LeaveBlockDisplayForm.setCorrectedLeaveEntries(List<LeaveBlockHistory> correctedLeaveEntries)
|
void |
LeaveRequestForm.setDisapprovedLeaves(List<LeaveBlockHistory> disapprovedLeaves)
|
void |
LeaveBlockDisplayForm.setInActiveLeaveEntries(List<LeaveBlockHistory> inActiveLeaveEntries)
|
Uses of LeaveBlockHistory in org.kuali.hr.lm.leaveblock |
---|
Methods in org.kuali.hr.lm.leaveblock that return types with arguments of type LeaveBlockHistory | |
---|---|
List<LeaveBlockHistory> |
LeaveBlock.getLeaveBlockHistories()
|
Method parameters in org.kuali.hr.lm.leaveblock with type arguments of type LeaveBlockHistory | |
---|---|
void |
LeaveBlock.setLeaveBlockHistories(List<LeaveBlockHistory> leaveBlockHistories)
|
Uses of LeaveBlockHistory in org.kuali.hr.lm.leaveblock.dao |
---|
Methods in org.kuali.hr.lm.leaveblock.dao that return types with arguments of type LeaveBlockHistory | |
---|---|
List<LeaveBlockHistory> |
LeaveBlockHistoryDaoSpringOjbImpl.getLeaveBlockHistories(String principalId,
List<String> requestStatus)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDao.getLeaveBlockHistories(String principalId,
List<String> requestStatus)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDaoSpringOjbImpl.getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
Date currentDate)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDao.getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
Date currentDate)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDaoSpringOjbImpl.getLeaveBlockHistoriesForLeaveDisplay(String principalId,
Date beginDate,
Date endDate,
boolean considerModifiedUser)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDao.getLeaveBlockHistoriesForLeaveDisplay(String principalId,
Date beginDate,
Date endDate,
boolean considerModifiedUser)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDaoSpringOjbImpl.getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryDao.getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
|
Methods in org.kuali.hr.lm.leaveblock.dao with parameters of type LeaveBlockHistory | |
---|---|
void |
LeaveBlockHistoryDaoSpringOjbImpl.saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
|
void |
LeaveBlockHistoryDao.saveOrUpdate(LeaveBlockHistory leaveBlockHistory)
|
Method parameters in org.kuali.hr.lm.leaveblock.dao with type arguments of type LeaveBlockHistory | |
---|---|
void |
LeaveBlockHistoryDaoSpringOjbImpl.saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
|
void |
LeaveBlockHistoryDao.saveOrUpdate(List<LeaveBlockHistory> leaveBlockHistoryList)
|
Uses of LeaveBlockHistory in org.kuali.hr.lm.leaveblock.service |
---|
Methods in org.kuali.hr.lm.leaveblock.service that return types with arguments of type LeaveBlockHistory | |
---|---|
List<LeaveBlockHistory> |
LeaveBlockHistoryService.getLeaveBlockHistories(String principalId,
List<String> requestStatus)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryServiceImpl.getLeaveBlockHistories(String principalId,
List<String> requestStatus)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryService.getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
Date currentDate)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryServiceImpl.getLeaveBlockHistories(String principalId,
String requestStatus,
String action,
Date currentDate)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryService.getLeaveBlockHistoriesForLeaveDisplay(String principalId,
Date beginDate,
Date endDate,
boolean considerModifiedUser)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryServiceImpl.getLeaveBlockHistoriesForLeaveDisplay(String principalId,
Date beginDate,
Date endDate,
boolean considerModifiedUser)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryService.getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
|
List<LeaveBlockHistory> |
LeaveBlockHistoryServiceImpl.getLeaveBlockHistoryByLmLeaveBlockId(String lmLeaveBlockId)
|
Methods in org.kuali.hr.lm.leaveblock.service with parameters of type LeaveBlockHistory | |
---|---|
void |
LeaveBlockHistoryService.saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
|
void |
LeaveBlockHistoryServiceImpl.saveLeaveBlockHistory(LeaveBlockHistory leaveBlockHistory)
|
Method parameters in org.kuali.hr.lm.leaveblock.service with type arguments of type LeaveBlockHistory | |
---|---|
void |
LeaveBlockHistoryService.saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistories)
|
void |
LeaveBlockHistoryServiceImpl.saveLeaveBlockHistoryList(List<LeaveBlockHistory> leaveBlockHistoryList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |