public interface ClockLogContract extends org.kuali.rice.krad.bo.PersistableBusinessObject
ClockLogContract interface
Modifier and Type | Method and Description |
---|---|
String |
getClockAction()
The clockAction associated with the ClockLog
|
org.joda.time.DateTime |
getClockDateTime()
The clockTimestamp associated with the ClockLog
|
Timestamp |
getClockTimestamp()
The clockTimestamp associated with the ClockLog
|
String |
getClockTimestampTimezone()
The clockTimestampTimezone associated with the ClockLog
|
String |
getDocumentId()
The documentId associated with the ClockLog
|
String |
getIpAddress()
The ipAddress associated with the ClockLog
|
JobContract |
getJob()
The Job object associated with the ClockLog
|
Long |
getJobNumber()
The jobNumber associated with the ClockLog
|
String |
getNextValidClockAction()
The next valid clock action associated with the ClockLog
|
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
The Person object associated with the ClockLog
|
String |
getPrincipalId()
The principalId associated with the ClockLog
|
Long |
getTask()
The task associated with the ClockLog
|
TaskContract |
getTaskObj()
The Task object associated with the ClockLog
|
Timestamp |
getTimestamp()
The timestamp associated with the ClockLog
|
String |
getTkClockLogId()
The primary key of a ClockLog entry saved in a database
|
String |
getUserPrincipalId()
TODO: Is this field needed??
The userPrincipalId associated with the ClockLog
|
Long |
getWorkArea()
The workArea associated with the ClockLog
|
WorkAreaContract |
getWorkAreaObj()
The WorkArea object associated with the ClockLog
|
boolean |
isClockedByMissedPunch()
The clockedByMissedPunch flag of the MissedPunch
|
boolean |
isUnapprovedIP()
The unapprovedIP flag of the MissedPunch
|
String getTkClockLogId()
tkClockLogId of a ClockLog
String getDocumentId()
documentId of a ClockLog
String getPrincipalId()
principalId of a ClockLog
Long getJobNumber()
jobNumber of a ClockLog
Timestamp getClockTimestamp()
clockTimestamp of a ClockLog
org.joda.time.DateTime getClockDateTime()
clockTimestamp of a ClockLog
String getClockAction()
clockAction of a ClockLog
String getIpAddress()
ipAddress of a ClockLog
String getUserPrincipalId()
userPrincipalId of a ClockLog
Timestamp getTimestamp()
timestamp of a ClockLog
String getClockTimestampTimezone()
clockTimestampTimezone of a ClockLog
String getNextValidClockAction()
If clockAction is CI (clock in), the next action is CO (clock out). If clockAction is CO, the next action is CI. If clockAction is LI (lunch in), the next action is LO (lunch out). If clockAction is LO, the next action is LI.
JobContract getJob()
job of a ClockLog
WorkAreaContract getWorkAreaObj()
workAreaObj of a ClockLog
TaskContract getTaskObj()
taskObj of a ClockLog
Long getWorkArea()
workArea of a ClockLog
Long getTask()
task of a ClockLog
org.kuali.rice.kim.api.identity.Person getPrincipal()
principal of a ClockLog
boolean isClockedByMissedPunch()
clockedByMissedPunch flag of a MissedPunch
boolean isUnapprovedIP()
unapprovedIP flag of a MissedPunch
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.