Uses of Class
org.kuali.hr.time.clock.location.ClockLocationRule

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.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.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)
           
 



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.