public interface ApprovalTimeSummaryRowContract
ApprovalTimeSummaryRowContract interface
Modifier and Type | Method and Description |
---|---|
String |
getApprovalStatus()
The approvalStatus associated with the ApprovalTimeSummaryRow
|
String |
getApprovalStatusMessage()
The principalId associated with the ApprovalTimeSummaryRow
|
Map<String,Map<String,BigDecimal>> |
getApproverHoursByAssignment()
The map of approver hours associated with the ApprovalTimeSummaryRow
|
Map<String,String> |
getAssignmentDescriptions()
The map of assignment descriptions associated with the ApprovalTimeSummaryRow
|
Boolean |
getClockedInOverThreshold()
TODO: Put a better comment
The clockedInOverThreshold flag of the ApprovalTimeSummaryRow
|
String |
getClockStatusMessage()
The clockStatusMessage associated with the ApprovalTimeSummaryRow
|
String |
getColor()
The color associated with the ApprovalTimeSummaryRow
|
String |
getDocumentId()
The documentId associated with the ApprovalTimeSummaryRow
|
Map<String,BigDecimal> |
getHoursToFlsaPayLabelMap()
The hoursToFlsaPayLabelMap associated with the ApprovalTimeSummaryRow
|
Map<String,BigDecimal> |
getHoursToPayLabelMap()
The hoursToPayLabelMap associated with the ApprovalTimeSummaryRow
|
List<? extends TimeBlockContract> |
getLstTimeBlocks()
The list of TimeBlock objects associated with the ApprovalTimeSummaryRow
|
String |
getName()
The name associated with the ApprovalTimeSummaryRow
|
List<org.kuali.rice.kew.api.note.Note> |
getNotes()
The list of Note objects associated with the ApprovalTimeSummaryRow
|
Map<String,Map<String,BigDecimal>> |
getOtherHoursByAssignment()
The map of other hours associated with the ApprovalTimeSummaryRow
|
String |
getOutputString()
The outputString associated with the ApprovalTimeSummaryRow
|
String |
getPayCalendarGroup()
The payCalendarGroup associated with the ApprovalTimeSummaryRow
|
BigDecimal |
getPeriodTotal()
The periodTotal associated with the ApprovalTimeSummaryRow
|
String |
getPrincipalId()
The principalId associated with the ApprovalTimeSummaryRow
|
String |
getRoleName()
The role name of principalId associated with the ApprovalTimeSummaryRow
|
Map<String,String> |
getRoleNames()
The map of role names associated with the ApprovalTimeSummaryRow
|
String |
getSelected()
TODO: Put a better comment
The selected associated with the ApprovalTimeSummaryRow
|
String |
getTimesheetUserTargetURLParams()
The URL parameters associated with the ApprovalTimeSummaryRow
|
TimeSummaryContract |
getTimeSummary()
The TimeSummary object associated with the ApprovalTimeSummaryRow
|
List<String> |
getWarnings()
The list of warning strings associated with the ApprovalTimeSummaryRow
|
Map<String,BigDecimal> |
getWeekTotalMap()
The map of week totals associated with the ApprovalTimeSummaryRow
|
Set<String> |
getWorkAreas()
The set of work area strings associated with the ApprovalTimeSummaryRow
|
boolean |
isApprovable()
Indicates if this record is read to be approved.
|
boolean |
isRoutable()
Indicates if this record is initiated or not
|
String getApprovalStatusMessage()
principalId of an ApprovalTimeSummaryRow
Map<String,String> getAssignmentDescriptions()
A String (AssignmentDescriptionKey) to Description mapping for all assignments on this summary row
Map<String,Map<String,BigDecimal>> getApproverHoursByAssignment()
A Map (Assignment key) of Mapped totals (pay label mapping)
Map<String,Map<String,BigDecimal>> getOtherHoursByAssignment()
A Map (Assignment key) of Mapped totals (pay label mapping)
String getName()
name of an ApprovalTimeSummaryRow
List<? extends TimeBlockContract> getLstTimeBlocks()
lstTimeBlocks of an ApprovalTimeSummaryRow
String getApprovalStatus()
approvalStatus of an ApprovalTimeSummaryRow
String getDocumentId()
documentId of an ApprovalTimeSummaryRow
Map<String,BigDecimal> getHoursToPayLabelMap()
hoursToPayLabelMap of an ApprovalTimeSummaryRow
Map<String,BigDecimal> getHoursToFlsaPayLabelMap()
hoursToFlsaPayLabelMap of an ApprovalTimeSummaryRow
String getClockStatusMessage()
clockStatusMessage of an ApprovalTimeSummaryRow
String getPayCalendarGroup()
payCalendarGroup of an ApprovalTimeSummaryRow
boolean isRoutable()
Is this record initiated?
boolean isApprovable()
Is this record ready to be approved?
String getTimesheetUserTargetURLParams()
Helper method to grab the URL parameters for setting target mode for a user/documentID timesheet.
List<org.kuali.rice.kew.api.note.Note> getNotes()
notes of an ApprovalTimeSummaryRow
List<String> getWarnings()
warnings of an ApprovalTimeSummaryRow
Set<String> getWorkAreas()
workAreas of an ApprovalTimeSummaryRow
String getPrincipalId()
principalId of an ApprovalTimeSummaryRow
Boolean getClockedInOverThreshold()
clockedInOverThreshold flag of an ApprovalTimeSummaryRow
String getSelected()
selected of an ApprovalTimeSummaryRow
TimeSummaryContract getTimeSummary()
timeSummary of an ApprovalTimeSummaryRow
BigDecimal getPeriodTotal()
periodTotal of an ApprovalTimeSummaryRow
String getOutputString()
outputString of an ApprovalTimeSummaryRow
String getColor()
color of an ApprovalTimeSummaryRow
Map<String,BigDecimal> getWeekTotalMap()
weekTotalMap of an ApprovalTimeSummaryRow
Map<String,String> getRoleNames()
roleNames of an ApprovalTimeSummaryRow
String getRoleName()
role name of principalId of an ApprovalTimeSummaryRow
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.