Uses of Class
org.kuali.hr.time.assignment.AssignmentDescriptionKey

Packages that use AssignmentDescriptionKey
org.kuali.hr.time.assignment.service   
 

Uses of AssignmentDescriptionKey in org.kuali.hr.time.assignment.service
 

Methods in org.kuali.hr.time.assignment.service that return AssignmentDescriptionKey
 AssignmentDescriptionKey AssignmentService.getAssignmentDescriptionKey(String assignmentDesc)
          Get Assignment Description key based off of description
 AssignmentDescriptionKey AssignmentServiceImpl.getAssignmentDescriptionKey(String assignmentKey)
           
 

Methods in org.kuali.hr.time.assignment.service with parameters of type AssignmentDescriptionKey
 Assignment AssignmentService.getAssignment(AssignmentDescriptionKey key, Date asOfDate)
          For a given AssignmentDescriptionKey return the matching assignment.
 Assignment AssignmentServiceImpl.getAssignment(AssignmentDescriptionKey key, Date asOfDate)
           
 Assignment AssignmentService.getAssignment(String principalId, AssignmentDescriptionKey key, Date asOfDate)
          Fetch principal id and key as of a particular date
 Assignment AssignmentServiceImpl.getAssignment(String principalId, AssignmentDescriptionKey key, Date asOfDate)
           
 



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