public interface LeaveBlockDisplayContract
LeaveBlockDisplayContract interface
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAccrualBalance(String accrualCategory)
The accrual balance associated with the LeaveBlockDisplay
|
Collection<BigDecimal> |
getAccrualBalances()
The accrual balances associated with the LeaveBlockDisplay
|
String |
getAccrualCategory()
The accrual category associated with the LeaveBlockDisplay
|
String |
getAssignmentTitle()
The assignment title associated with the LeaveBlockDisplay
|
String |
getCalendarId()
The calendar id associated with the LeaveBlockDisplay
|
String |
getDescription()
The description associated with the LeaveBlockDisplay
|
String |
getDocumentId()
The document id associated with the LeaveBlockDisplay
|
String |
getDocumentStatus()
The document status associated with the LeaveBlockDisplay
|
String |
getEarnCode()
The earn code associated with the LeaveBlockDisplay
|
BigDecimal |
getLeaveAmount()
The leave amount associated with the LeaveBlockDisplay
|
Date |
getLeaveDate()
The leave date associated with the LeaveBlockDisplay
|
String |
getRequestStatus()
The request status associated with the LeaveBlockDisplay
|
Timestamp |
getTimestamp()
The time stamp associated with the LeaveBlockDisplay
|
Date getLeaveDate()
String getDocumentId()
String getCalendarId()
String getEarnCode()
String getDescription()
If leaveBlock.getDescription() is null, call private retrieveDescriptionAccordingToLeaveType method
String getRequestStatus()
If leaveBlock.getRequestStatus() is not null, it returns HrConstants.REQUEST_STATUS_STRINGS for the status
String getDocumentStatus()
If leaveBlock.getDocumentId() is not null, it gets leave calendar document header based on the document id and returns KewApiConstants.DOCUMENT_STATUSES for the header's document status
BigDecimal getLeaveAmount()
Timestamp getTimestamp()
String getAssignmentTitle()
String getAccrualCategory()
Collection<BigDecimal> getAccrualBalances()
BigDecimal getAccrualBalance(String accrualCategory)
String
- to retrieve accrual balance from the accrual balances collectionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.