public interface ClockLocationRuleContract extends TkRuleKeyedContract
ClockLocationRuleContract interface
Modifier and Type | Method and Description |
---|---|
DepartmentContract |
getDepartment()
The Department object associated with the ClockLocationRule
|
String |
getDept()
The department associated with the ClockLocationRule
|
Boolean |
getHistory()
The history flag of the ClockLocationRule
|
String |
getHrDeptId()
The hrDeptId associated with the ClockLocationRule
|
String |
getHrJobId()
The hrJobId associated with the ClockLocationRule
|
List<? extends ClockLocationRuleIpAddressContract> |
getIpAddresses()
The list of ClockLocationRuleIpAddress objects associated with the ClockLocationRule
|
String |
getIpAddressesString()
The IP Address to be used for validation
|
JobContract |
getJob()
The Job object associated with the ClockLocationRule
|
Long |
getJobNumber()
The jobNumber associated with the ClockLocationRule
|
org.kuali.rice.kim.api.identity.Person |
getPrincipal()
The Person object associated with the ClockLocationRule
|
String |
getPrincipalId()
The principalId associated with the ClockLocationRule
|
String |
getTkClockLocationRuleId()
The primary key of a ClockLocationRule entry saved in a database
|
String |
getTkWorkAreaId()
The tkWorkAreaId associated with the ClockLocationRule
|
String |
getUserPrincipalId()
TODO: Is this field needed??
The user principal id associated with the ClockLocationRule
|
Long |
getWorkArea()
The work area associated with the ClockLocationRule
|
WorkAreaContract |
getWorkAreaObj()
The WorkArea object associated with the ClockLocationRule
|
areAllBusinessKeyValuesAvailable, getBusinessKeyValuesMap, getEffectiveDate, getRelativeEffectiveDate, getTimestamp
buildListOfDeletionAwareLists, getExtension, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
getEffectiveLocalDate
getCreateTime
getGroupKey, getGroupKeyCode
Long getWorkArea()
If a work area is defined, only entries associated with a job in this work area will be subject to IP address validation.
String getPrincipalId()
If a principal id is defined, only this specific employee will be subject to IP address validation.
String getUserPrincipalId()
userPrincipalId of a ClockLocationRule
getUserPrincipalId
in interface UserModified
Long getJobNumber()
If job # is defined, only this specific employees job will be subject to IP address validation.
DepartmentContract getDepartment()
If a department is defined, only entries associated with a job in this department will be subject to IP address validation.
WorkAreaContract getWorkAreaObj()
If a work area is defined, only entries associated with a job in this work area will be subject to IP address validation.
JobContract getJob()
If job # is defined, only this specific employees job will be subject to IP address validation.
String getTkClockLocationRuleId()
tkClockLocationRuleId of a ClockLocationRule
String getDept()
If a department is defined, only entries associated with a job in this department will be subject to IP address validation.
Boolean getHistory()
history flag of a ClockLocationRule
org.kuali.rice.kim.api.identity.Person getPrincipal()
If a principal id is defined, only this specific employee will be subject to IP address validation.
String getHrDeptId()
hrDeptId of a ClockLocationRule
String getTkWorkAreaId()
tkWorkAreaId of a ClockLocationRule
String getHrJobId()
hrJobId of a ClockLocationRule
List<? extends ClockLocationRuleIpAddressContract> getIpAddresses()
ipAddresses of a ClockLocationRule
String getIpAddressesString()
for lookup and inquiry display only
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.