|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeBlockContract
TimeBlockContract interface
Method Summary | |
---|---|
String |
getActualBeginTimeString()
The actual begin time string associated with the TimeBlock |
String |
getActualEndTimeString()
The actual end time string associated with the TimeBlock |
BigDecimal |
getAmount()
The amount associated with the TimeBlock |
String |
getAssignmentDescription()
The assignment description associated with the TimeBlock |
String |
getAssignmentKey()
The assignment key associated with the TimeBlock |
Date |
getBeginDate()
The beginTimestamp (Date) associated with the TimeBlock |
org.joda.time.DateTime |
getBeginDateTime()
The beginTimestamp (Datetime) associated with the TimeBlock |
Time |
getBeginTime()
The beginTimestamp (Time) associated with the TimeBlock |
org.joda.time.DateTime |
getBeginTimeDisplay()
The Timeblock begin time to display with the user's Timezone taken into account and applied to this DateTime object. |
Date |
getBeginTimeDisplayDate()
The Timeblock begin time (Date) associated with the TimeBlock |
String |
getBeginTimeDisplayDateOnlyString()
The date portion of the Timeblock begin time associated with the TimeBlock |
String |
getBeginTimeDisplayTimeOnlyString()
The time portion of the Timeblock begin time associated with the TimeBlock |
String |
getClockLogBeginId()
The clock log begin id associated with the TimeBlock |
Boolean |
getClockLogCreated()
TODO: Make sure this comment is right The flag that indicates if a clock log has been created or not. |
String |
getClockLogEndId()
The clock log end id associated with the TimeBlock |
Boolean |
getDeleteable()
Indicates if this user has a permission to delete this time block |
String |
getEarnCodeType()
The earn code type associated with the TimeBlock |
Boolean |
getEditable()
Indicates if the user has permission to edit/delete the TimeBlock |
Date |
getEndDate()
The endTimestamp (Date) associated with the TimeBlock |
org.joda.time.DateTime |
getEndDateTime()
The endTimestamp (DateTime) associated with the TimeBlock |
Time |
getEndTime()
The endTimestamp (Time) associated with the TimeBlock |
org.joda.time.DateTime |
getEndTimeDisplay()
The Timeblock end time to display with the user's Timezone taken into account and applied to this DateTime object. |
Date |
getEndTimeDisplayDate()
The Timeblock end time (Date) associated with the TimeBlock |
String |
getEndTimeDisplayDateOnlyString()
The date portion of the Timeblock end time associated with the TimeBlock |
String |
getEndTimeDisplayTimeOnlyString()
The time portion of the Timeblock end time associated with the TimeBlock |
Date |
getEndTimestamp()
The endTimestamp associated with the TimeBlock |
BigDecimal |
getHours()
The hours associated with the TimeBlock |
String |
getHrCalendarBlockId()
The id of the CalendarBlock object associated with the TimeBlock |
Boolean |
getOvertimeEditable()
Indicates if overtime earn code can be edited |
String |
getOvertimePref()
TODO: Put a better comment The overtimePref associated with the TimeBlock |
String |
getPrincipalId()
The principalId associated with the TimeBlock |
Boolean |
getPushBackward()
The flag that indicates if the TimeBlock will be pushed back or not |
Boolean |
getTimeBlockEditable()
Indicates if this user has a permission to edit this time block |
List<? extends TimeBlockHistoryContract> |
getTimeBlockHistories()
The list of TimeBlockHistory objects associated with the TimeBlock |
List<? extends TimeHourDetailContract> |
getTimeHourDetails()
The list of TimeHourDetail objects associated with the TimeBlock |
TimesheetDocumentHeaderContract |
getTimesheetDocumentHeader()
The TimesheetDocumentHeader object associated with the TimeBlock |
Timestamp |
getTimestamp()
The timestamp associated with the TimeBlock |
String |
getTkTimeBlockId()
The primary key of a TimeBlock entry saved in a database |
org.kuali.rice.kim.api.identity.Person |
getUser()
The Person object associated with the TimeBlock |
String |
getUserPrincipalId()
The userPrincipalId associated with the TimeBlock |
boolean |
isLunchDeleted()
TODO: Make sure this comment is right The flag that indicates if lunch hour is deleted |
Methods inherited from interface org.kuali.kpme.core.api.block.CalendarBlockContract |
---|
getBeginTimestamp, getConcreteBlockId, getConcreteBlockType, getDocumentId, getEarnCode, getJobNumber, getLunchDeleted, getTask, getWorkArea, setAmount, setBeginTimestamp, setConcreteBlockId, setConcreteBlockType, setDocumentId, setEarnCode, setEndTimestamp, setHours, setHrCalendarBlockId, setJobNumber, setLunchDeleted, setOvertimePref, setPrincipalId, setTask, setTimestamp, setWorkArea |
Method Detail |
---|
Date getBeginDate()
beginTimestamp wrapped in Date object of a TimeBlock
Time getBeginTime()
beginTimestamp wrapped in Time object of a TimeBlock
org.joda.time.DateTime getBeginDateTime()
beginTimestamp wrapped in DateTime object of a TimeBlock
Date getEndTimestamp()
endTimestamp of a TimeBlock
getEndTimestamp
in interface CalendarBlockContract
Date getEndDate()
endTimestamp wrapped in Date object of a TimeBlock
Time getEndTime()
endTimestamp wrapped in Time object of a TimeBlock
org.joda.time.DateTime getEndDateTime()
endTimestamp wrapped in DateTime object of a TimeBlock
Boolean getClockLogCreated()
clockLogCreated flag of a ShiftDifferentialRule
BigDecimal getHours()
hours of a TimeBlock
getHours
in interface CalendarBlockContract
BigDecimal getAmount()
amount of a TimeBlock
getAmount
in interface CalendarBlockContract
String getUserPrincipalId()
userPrincipalId of a TimeBlock
Timestamp getTimestamp()
timestamp of a TimeBlock
getTimestamp
in interface CalendarBlockContract
String getTkTimeBlockId()
tkTimeBlockId of a TimeBlock
List<? extends TimeHourDetailContract> getTimeHourDetails()
timeHourDetails of a TimeBlock
Boolean getPushBackward()
A timeblock will be pushed back if the timeblock is still within the previous interval.
org.joda.time.DateTime getBeginTimeDisplay()
Use this call for all GUI/Display related rendering of the END timestamp of the given time block. Timeblocks require pre-processing before there will be a non-null return value here.
Date getBeginTimeDisplayDate()
String getBeginTimeDisplayDateOnlyString()
String getBeginTimeDisplayTimeOnlyString()
String getEndTimeDisplayDateOnlyString()
String getEndTimeDisplayTimeOnlyString()
org.joda.time.DateTime getEndTimeDisplay()
Use this call for all GUI/Display related rendering of the END timestamp of the given time block. Timeblocks require pre-processing before there will be a non-null return value here.
Date getEndTimeDisplayDate()
TimesheetDocumentHeaderContract getTimesheetDocumentHeader()
timesheetDocumentHeader of a TimeBlock
List<? extends TimeBlockHistoryContract> getTimeBlockHistories()
timeBlockHistories of a TimeBlock
String getClockLogBeginId()
clockLogBeginId of a TimeBlock
String getClockLogEndId()
clockLogEndId of a TimeBlock
String getAssignmentKey()
assignmentKey of a TimeBlock
String getAssignmentDescription()
assignment description of a TimeBlock
String getEarnCodeType()
earnCodeType of a TimeBlock
Boolean getEditable()
String getPrincipalId()
principalId of a TimeBlock
getPrincipalId
in interface CalendarBlockContract
String getOvertimePref()
overtimePref of a TimeBlock
getOvertimePref
in interface CalendarBlockContract
String getActualBeginTimeString()
It applies grace period rule to times of time block. This string is for GUI of Actual time inquiry
String getActualEndTimeString()
It applies grace period rule to times of time block. This string is for GUI of Actual time inquiry
Boolean getDeleteable()
Boolean getOvertimeEditable()
Boolean getTimeBlockEditable()
boolean isLunchDeleted()
lunchDeleted flag of a TimeBlock
org.kuali.rice.kim.api.identity.Person getUser()
user of a TimeBlock
String getHrCalendarBlockId()
super.hrCalendarBlockId a TimeBlock
getHrCalendarBlockId
in interface CalendarBlockContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |