|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClockLocationRule | |
---|---|
org.kuali.hr.time.clock.location.dao | |
org.kuali.hr.time.clock.location.service | |
org.kuali.hr.time.clock.location.validation |
Uses of ClockLocationRule in org.kuali.hr.time.clock.location.dao |
---|
Methods in org.kuali.hr.time.clock.location.dao that return ClockLocationRule | |
---|---|
ClockLocationRule |
ClockLocationDao.getClockLocationRule(String tkClockLocationRuleId)
Get Clock Location Rule based on id |
ClockLocationRule |
ClockLocationDaoOjbImpl.getClockLocationRule(String tkClockLocationRuleId)
|
Methods in org.kuali.hr.time.clock.location.dao that return types with arguments of type ClockLocationRule | |
---|---|
List<ClockLocationRule> |
ClockLocationDao.getClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
Get Clock location rule based on passed in criteria |
List<ClockLocationRule> |
ClockLocationDaoOjbImpl.getClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
|
List<ClockLocationRule> |
ClockLocationDao.getClockLocationRules(Date fromEffdt,
Date toEffdt,
String principalId,
String jobNumber,
String dept,
String workArea,
String active,
String showHistory)
|
List<ClockLocationRule> |
ClockLocationDaoOjbImpl.getClockLocationRules(Date fromEffdt,
Date toEffdt,
String principalId,
String jobNumber,
String dept,
String workArea,
String active,
String showHistory)
|
List<ClockLocationRule> |
ClockLocationDao.getNewerVersionClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
Get list of clock location rules based on criteria |
List<ClockLocationRule> |
ClockLocationDaoOjbImpl.getNewerVersionClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
|
Methods in org.kuali.hr.time.clock.location.dao with parameters of type ClockLocationRule | |
---|---|
void |
ClockLocationDao.populateIPAddressesForCLR(ClockLocationRule clr)
populate ip addresses for given ClockLocationRule |
void |
ClockLocationDaoOjbImpl.populateIPAddressesForCLR(ClockLocationRule clr)
|
Uses of ClockLocationRule in org.kuali.hr.time.clock.location.service |
---|
Methods in org.kuali.hr.time.clock.location.service that return ClockLocationRule | |
---|---|
ClockLocationRule |
ClockLocationRuleServiceImpl.getClockLocationRule(String tkClockLocationRuleId)
|
ClockLocationRule |
ClockLocationRuleService.getClockLocationRule(String tkClockLocationRuleId)
|
Methods in org.kuali.hr.time.clock.location.service that return types with arguments of type ClockLocationRule | |
---|---|
List<ClockLocationRule> |
ClockLocationRuleServiceImpl.getClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
|
List<ClockLocationRule> |
ClockLocationRuleService.getClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
Fetch Clock Location Rule based on criteria |
List<ClockLocationRule> |
ClockLocationRuleServiceImpl.getClockLocationRules(Date fromEffdt,
Date toEffdt,
String principalId,
String jobNumber,
String dept,
String workArea,
String active,
String showHistory)
|
List<ClockLocationRule> |
ClockLocationRuleService.getClockLocationRules(Date fromEffdt,
Date toEffdt,
String principalId,
String jobNumber,
String dept,
String workArea,
String active,
String showHistory)
|
List<ClockLocationRule> |
ClockLocationRuleServiceImpl.getNewerVersionClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
|
List<ClockLocationRule> |
ClockLocationRuleService.getNewerVersionClockLocationRule(String dept,
Long workArea,
String principalId,
Long jobNumber,
Date asOfDate)
|
Methods in org.kuali.hr.time.clock.location.service with parameters of type ClockLocationRule | |
---|---|
void |
ClockLocationRuleServiceImpl.populateIPAddressesForCLR(ClockLocationRule clr)
|
void |
ClockLocationRuleService.populateIPAddressesForCLR(ClockLocationRule clr)
populate ip addresses for given ClockLocationRule |
Uses of ClockLocationRule in org.kuali.hr.time.clock.location.validation |
---|
Methods in org.kuali.hr.time.clock.location.validation with parameters of type ClockLocationRule | |
---|---|
protected boolean |
ClockLocationRuleRule.validateDepartment(ClockLocationRule clr)
|
protected boolean |
ClockLocationRuleRule.validateJobNumber(ClockLocationRule clr)
|
protected boolean |
ClockLocationRuleRule.validatePrincipalId(ClockLocationRule clr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |