public interface LeaveBlockHistoryContract extends LeaveBlockContract
LeaveBlockHistoryContract interface
Modifier and Type | Method and Description |
---|---|
String |
getAction()
The action associated with the LeaveBlockHistory
|
String |
getAssignmentTitle()
The assignment title associated with the LeaveBlockHistory
|
String |
getLmLeaveBlockHistoryId()
The primary key of a LeaveBlockHistory entry saved in a database
|
String |
getPrincipalIdDeleted()
TODO: Put a better comment
The principalIdDeleted associated with the LeaveBlockHistory
|
Timestamp |
getTimestampDeleted()
TODO: Put a better comment
The timestampDeleted associated with the LeaveBlockHistory
|
getAccrualCategory, getAccrualCategoryRuleId, getAccrualGenerated, getAssignmentKey, getBeginDateTime, getBlockId, getCalendarId, getDescription, getDocumentStatus, getEarnCode, getEarnCodeDescription, getEndDateTime, getJobNumber, getLeaveAmount, getLeaveBlockHistories, getLeaveBlockType, getLeaveDate, getLeaveLocalDate, getLeaveRequestDocumentId, getLmLeaveBlockId, getPlanningDescription, getReason, getRequestStatus, getRequestStatusString, getScheduleTimeOffId, getTask, getTransactionalDocId, getWorkArea, isDeletable, isEditable, isSubmit
getAmount, getBeginTimestamp, getConcreteBlockId, getConcreteBlockType, getDocumentId, getEndTimestamp, getHours, getHrCalendarBlockId, getLunchDeleted, getOvertimePref, getPrincipalId, getTimestamp, setAmount, setBeginTimestamp, setConcreteBlockId, setConcreteBlockType, setDocumentId, setEarnCode, setEndTimestamp, setHours, setHrCalendarBlockId, setJobNumber, setLunchDeleted, setOvertimePref, setPrincipalId, setTask, setTimestamp, setWorkArea
String getLmLeaveBlockHistoryId()
lmLeaveBlockHistoryId of a LeaveBlockHistory
String getAction()
action of a LeaveBlockHistory
String getPrincipalIdDeleted()
principalIdDeleted of a LeaveBlockHistory
Timestamp getTimestampDeleted()
timestampDeleted of a LeaveBlockHistory
String getAssignmentTitle()
If the leave block associated with the LeaveBlockHistory is not null, it checks its work area. If the work area is not null, it gets its description and its task. If the task is not null and not the default task, it gets the task description.
getAssignmentTitle
in interface LeaveBlockContract
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.