|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.kpme.tklm.leave.block.web.LeaveBlockDisplay
public class LeaveBlockDisplay
Constructor Summary | |
---|---|
LeaveBlockDisplay(LeaveBlock leaveBlock)
|
Method Summary | |
---|---|
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 |
void |
setAccrualBalance(String accrualCategory,
BigDecimal accrualBalance)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LeaveBlockDisplay(LeaveBlock leaveBlock)
Method Detail |
---|
public Date getLeaveDate()
LeaveBlockDisplayContract
getLeaveDate
in interface LeaveBlockDisplayContract
public String getDocumentId()
LeaveBlockDisplayContract
getDocumentId
in interface LeaveBlockDisplayContract
public String getCalendarId()
LeaveBlockDisplayContract
getCalendarId
in interface LeaveBlockDisplayContract
public String getEarnCode()
LeaveBlockDisplayContract
getEarnCode
in interface LeaveBlockDisplayContract
public String getDescription()
LeaveBlockDisplayContract
If leaveBlock.getDescription() is null, call private retrieveDescriptionAccordingToLeaveType method
getDescription
in interface LeaveBlockDisplayContract
public String getRequestStatus()
LeaveBlockDisplayContract
If leaveBlock.getRequestStatus() is not null, it returns HrConstants.REQUEST_STATUS_STRINGS for the status
getRequestStatus
in interface LeaveBlockDisplayContract
public String getDocumentStatus()
LeaveBlockDisplayContract
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
getDocumentStatus
in interface LeaveBlockDisplayContract
public BigDecimal getLeaveAmount()
LeaveBlockDisplayContract
getLeaveAmount
in interface LeaveBlockDisplayContract
public Timestamp getTimestamp()
LeaveBlockDisplayContract
getTimestamp
in interface LeaveBlockDisplayContract
public String getAssignmentTitle()
LeaveBlockDisplayContract
getAssignmentTitle
in interface LeaveBlockDisplayContract
public String getAccrualCategory()
LeaveBlockDisplayContract
getAccrualCategory
in interface LeaveBlockDisplayContract
public Collection<BigDecimal> getAccrualBalances()
LeaveBlockDisplayContract
getAccrualBalances
in interface LeaveBlockDisplayContract
public BigDecimal getAccrualBalance(String accrualCategory)
LeaveBlockDisplayContract
getAccrualBalance
in interface LeaveBlockDisplayContract
public void setAccrualBalance(String accrualCategory, BigDecimal accrualBalance)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |