public interface ApprovalLeaveSummaryRowContract extends Comparable<ApprovalLeaveSummaryRowContract>
ApprovalLeaveSummaryRowContract interface
Modifier and Type | Method and Description |
---|---|
String |
getApprovalStatus()
The approvalStatus associated with the ApprovalLeaveSummaryRow
|
String |
getColor()
The color associated with the ApprovalLeaveSummaryRow
|
String |
getDocumentId()
The documentId associated with the ApprovalLeaveSummaryRow
|
Map<org.joda.time.LocalDateTime,Map<String,BigDecimal>> |
getEarnCodeLeaveHours()
The map of earn code leave hours associated with the ApprovalLeaveSummaryRow
|
Boolean |
getExemptEmployee()
TODO: Is this field needed?
The exemptEmployee flag of the ApprovalTimeSummaryRow
|
String |
getLastApproveMessage()
The lastApproveMessage associated with the ApprovalLeaveSummaryRow
|
List<? extends LeaveBlockContract> |
getLeaveBlockList()
The list of LeaveBlock objects associated with the ApprovalLeaveSummaryRow
|
Boolean |
getMoreThanOneCalendar()
TODO: Is this field needed?
The moreThanOneCalendar flag of the ApprovalTimeSummaryRow
|
String |
getName()
The name associated with the ApprovalLeaveSummaryRow
|
List<org.kuali.rice.kew.api.note.Note> |
getNotes()
The list of notes associated with the ApprovalLeaveSummaryRow
|
String |
getPrincipalId()
The principalId associated with the ApprovalLeaveSummaryRow
|
String |
getRoleName()
The role name of the principalId associated with the ApprovalLeaveSummaryRow
|
Map<String,String> |
getRoleNames()
The map of role names associated with the ApprovalLeaveSummaryRow
|
String |
getSelected()
TODO: Put a better comment
The selected associated with the ApprovalLeaveSummaryRow
|
String |
getUserTargetURLParams()
TODO: Make sure this comment is right
The URL parameters associated with the ApprovalLeaveSummaryRow
|
List<String> |
getWarnings()
The list of warnings associated with the ApprovalLeaveSummaryRow
|
boolean |
isApprovable()
Indicates if this record is ready to be approved.
|
void |
setColor(String color)
Set color associated with the ApprovalLeaveSummaryRow
|
compareTo
boolean isApprovable()
Is this record ready to be approved?
String getName()
name of an ApprovalLeaveSummaryRow
String getPrincipalId()
principalId of an ApprovalLeaveSummaryRow
String getUserTargetURLParams()
Helper method to grab the URL parameters for setting target mode for a user/documentID leave summary.
List<? extends LeaveBlockContract> getLeaveBlockList()
leaveBlockList of an ApprovalLeaveSummaryRow
String getDocumentId()
documentId of an ApprovalLeaveSummaryRow
List<String> getWarnings()
warnings of an ApprovalLeaveSummaryRow
String getSelected()
selected of an ApprovalLeaveSummaryRow
List<org.kuali.rice.kew.api.note.Note> getNotes()
notes of an ApprovalLeaveSummaryRow
String getLastApproveMessage()
lastApproveMessage of an ApprovalLeaveSummaryRow
String getApprovalStatus()
approvalStatus of an ApprovalLeaveSummaryRow
Map<org.joda.time.LocalDateTime,Map<String,BigDecimal>> getEarnCodeLeaveHours()
earnCodeLeaveHours of an ApprovalLeaveSummaryRow
Boolean getMoreThanOneCalendar()
moreThanOneCalendar flag of an ApprovalTimeSummaryRow
Boolean getExemptEmployee()
exemptEmployee flag of an ApprovalTimeSummaryRow
String getColor()
color of an ApprovalLeaveSummaryRow
void setColor(String color)
color of an ApprovalLeaveSummaryRow
Map<String,String> getRoleNames()
roleNames of an ApprovalLeaveSummaryRow
String getRoleName()
role name of the principalId of an ApprovalLeaveSummaryRow
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.