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

Packages that use Assignment
org.kuali.hr.time.approval.service   
org.kuali.hr.time.assignment   
org.kuali.hr.time.assignment.dao   
org.kuali.hr.time.assignment.service   
org.kuali.hr.time.assignment.validation   
org.kuali.hr.time.base.web   
org.kuali.hr.time.clocklog.service   
org.kuali.hr.time.earncode.service   
org.kuali.hr.time.holidaycalendar.service   
org.kuali.hr.time.roles   
org.kuali.hr.time.roles.service   
org.kuali.hr.time.timeblock.dao   
org.kuali.hr.time.timeblock.service   
org.kuali.hr.time.timesheet   
org.kuali.hr.time.util   
 

Uses of Assignment in org.kuali.hr.time.approval.service
 

Method parameters in org.kuali.hr.time.approval.service with type arguments of type Assignment
 List<Map<String,Map<String,BigDecimal>>> TimeApproveServiceImpl.getHoursByDayAssignmentBuckets(TkTimeBlockAggregate aggregate, List<Assignment> approverAssignments, List<String> payCalendarLabels)
           
 

Uses of Assignment in org.kuali.hr.time.assignment
 

Methods in org.kuali.hr.time.assignment that return Assignment
 Assignment AssignmentAccount.getAssignmentObj()
           
 

Methods in org.kuali.hr.time.assignment with parameters of type Assignment
static String AssignmentDescriptionKey.getAssignmentKeyString(Assignment a)
           
 void AssignmentAccount.setAssignmentObj(Assignment assignmentObj)
           
 

Constructors in org.kuali.hr.time.assignment with parameters of type Assignment
AssignmentDescriptionKey(Assignment a)
           
 

Uses of Assignment in org.kuali.hr.time.assignment.dao
 

Methods in org.kuali.hr.time.assignment.dao that return Assignment
 Assignment AssignmentDaoSpringOjbImpl.getAssignment(Long job, Long workArea, Long task, Date asOfDate)
           
 Assignment AssignmentDao.getAssignment(Long job, Long workArea, Long task, Date asOfDate)
           
 Assignment AssignmentDaoSpringOjbImpl.getAssignment(String tkAssignmentId)
           
 Assignment AssignmentDao.getAssignment(String tkAssignmentId)
           
 Assignment AssignmentDaoSpringOjbImpl.getAssignment(String principalId, Long jobNumber, Long workArea, Long task, Date asOfDate)
           
 Assignment AssignmentDao.getAssignment(String principalId, Long jobNumber, Long workArea, Long task, Date asOfDate)
           
 Assignment AssignmentDaoSpringOjbImpl.getMaxTimestampAssignment(String principalId)
           
 Assignment AssignmentDao.getMaxTimestampAssignment(String principalId)
           
 

Methods in org.kuali.hr.time.assignment.dao that return types with arguments of type Assignment
 List<Assignment> AssignmentDaoSpringOjbImpl.findAssignments(String principalId, Date asOfDate)
           
 List<Assignment> AssignmentDao.findAssignments(String principalId, Date asOfDate)
          Returns all assignments for the provided principalId that are valid as of the specified payPeriodEndDate.
 List<Assignment> AssignmentDaoSpringOjbImpl.findAssignmentsWithinPeriod(String principalId, Date startDate, Date endDate)
           
 List<Assignment> AssignmentDao.findAssignmentsWithinPeriod(String principalId, Date startDate, Date endDate)
           
 List<Assignment> AssignmentDaoSpringOjbImpl.getActiveAssignments(Date asOfDate)
           
 List<Assignment> AssignmentDao.getActiveAssignments(Date asOfDate)
           
 List<Assignment> AssignmentDaoSpringOjbImpl.getActiveAssignmentsForJob(String principalId, Long jobNumber, Date asOfDate)
           
 List<Assignment> AssignmentDao.getActiveAssignmentsForJob(String principalId, Long jobNumber, Date asOfDate)
          KPME-1129 Get a list of active assignments based on principalId and jobNumber as of a particular date
 List<Assignment> AssignmentDaoSpringOjbImpl.getActiveAssignmentsInWorkArea(Long workArea, Date asOfDate)
           
 List<Assignment> AssignmentDao.getActiveAssignmentsInWorkArea(Long workArea, Date asOfDate)
          Get list of active assignments in a given work area as of a particular date
 List<Assignment> AssignmentDaoSpringOjbImpl.searchAssignments(Date fromEffdt, Date toEffdt, String principalId, String jobNumber, String dept, String workArea, String active, String showHistory)
           
 List<Assignment> AssignmentDao.searchAssignments(Date fromEffdt, Date toEffdt, String principalId, String jobNumber, String dept, String workArea, String active, String showHistory)
           
 

Methods in org.kuali.hr.time.assignment.dao with parameters of type Assignment
 void AssignmentDaoSpringOjbImpl.delete(Assignment assignment)
           
 void AssignmentDao.delete(Assignment assignment)
          Delete an assignment
 void AssignmentDaoSpringOjbImpl.saveOrUpdate(Assignment assignment)
           
 void AssignmentDao.saveOrUpdate(Assignment assignment)
          Save or update the given assignment
 

Method parameters in org.kuali.hr.time.assignment.dao with type arguments of type Assignment
 void AssignmentDaoSpringOjbImpl.saveOrUpdate(List<Assignment> assignments)
           
 void AssignmentDao.saveOrUpdate(List<Assignment> assignments)
          Save of update the given list of assignments
 

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

Methods in org.kuali.hr.time.assignment.service that return Assignment
 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 tkAssignmentId)
          Reverse lookup of an assignment based on the assignment id
 Assignment AssignmentServiceImpl.getAssignment(String tkAssignmentId)
           
 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)
           
 Assignment AssignmentService.getAssignment(TimesheetDocument timesheetDocument, String assignmentKey)
          Reverse lookup of an assignment based on the assignment key and the document
 Assignment AssignmentServiceImpl.getAssignment(TimesheetDocument timesheetDocument, String assignmentKey)
           
 Assignment AssignmentService.getMaxTimestampAssignment(String principalId)
           
 Assignment AssignmentServiceImpl.getMaxTimestampAssignment(String principalId)
           
 

Methods in org.kuali.hr.time.assignment.service that return types with arguments of type Assignment
 List<Assignment> AssignmentService.getActiveAssignments(Date asOfDate)
          Get active assignments for all users for the current date CAUTION this method will return a lot of data in a normal production env It is intended to only be used in a batch setting
 List<Assignment> AssignmentServiceImpl.getActiveAssignments(Date asOfDate)
           
 List<Assignment> AssignmentService.getActiveAssignmentsForJob(String principalId, Long jobNumber, Date asOfDate)
          KPME-1129 Kagata Get a list of active assignments based on principalId and jobNumber as of a particular date
 List<Assignment> AssignmentServiceImpl.getActiveAssignmentsForJob(String principalId, Long jobNumber, Date asOfDate)
          KPME-1129 Kagata Get a list of active assignments based on principalId and jobNumber as of a particular date
 List<Assignment> AssignmentService.getActiveAssignmentsForWorkArea(Long workArea, Date asOfDate)
          Get all active assignments for a work area
 List<Assignment> AssignmentServiceImpl.getActiveAssignmentsForWorkArea(Long workArea, Date asOfDate)
           
 List<Assignment> AssignmentService.getAssignments(String principalId, Date asOfDate)
          Fetches a list of Assignments for a given principal Id as of a particular date
 List<Assignment> AssignmentServiceImpl.getAssignments(String principalId, Date asOfDate)
           
 List<Assignment> AssignmentServiceImpl.getAssignments(String principalId, Date beginDate, Date endDate)
           
 List<Assignment> AssignmentService.getAssignmentsByPayEntry(String principalId, CalendarEntries payCalendarEntry)
          Get assignments by pay calendar entry
 List<Assignment> AssignmentServiceImpl.getAssignmentsByPayEntry(String principalId, CalendarEntries payCalendarEntry)
           
 List<Assignment> AssignmentService.searchAssignments(Date fromEffdt, Date toEffdt, String principalId, String jobNumber, String dept, String workArea, String active, String showHistory)
           
 List<Assignment> AssignmentServiceImpl.searchAssignments(Date fromEffdt, Date toEffdt, String principalId, String jobNumber, String dept, String workArea, String active, String showHistory)
           
 

Methods in org.kuali.hr.time.assignment.service with parameters of type Assignment
 Map<String,String> AssignmentService.getAssignmentDescriptions(Assignment assignment)
          Get all assignment descriptions for an assignment
 Map<String,String> AssignmentServiceImpl.getAssignmentDescriptions(Assignment assignment)
           
 

Uses of Assignment in org.kuali.hr.time.assignment.validation
 

Methods in org.kuali.hr.time.assignment.validation with parameters of type Assignment
protected  boolean AssignmentRule.validateActiveFlag(Assignment assign)
           
protected  boolean AssignmentRule.validateDepartment(Assignment assignment)
           
protected  boolean AssignmentRule.validateHasAccounts(Assignment assign)
           
protected  boolean AssignmentRule.validateJob(Assignment assignment)
           
protected  boolean AssignmentRule.validatePercentagePerEarnCode(Assignment assignment)
           
protected  boolean AssignmentRule.validateRegPayEarnCode(Assignment assignment)
           
protected  boolean AssignmentRule.validateTask(Assignment assignment)
           
protected  boolean AssignmentRule.validateWorkArea(Assignment assignment)
           
 

Uses of Assignment in org.kuali.hr.time.base.web
 

Methods in org.kuali.hr.time.base.web that return types with arguments of type Assignment
 Map<Long,List<Assignment>> PersonInfoActionForm.getJobNumberToListAssignments()
           
 

Method parameters in org.kuali.hr.time.base.web with type arguments of type Assignment
 void PersonInfoActionForm.setJobNumberToListAssignments(Map<Long,List<Assignment>> jobNumberToListAssignments)
           
 

Uses of Assignment in org.kuali.hr.time.clocklog.service
 

Methods in org.kuali.hr.time.clocklog.service with parameters of type Assignment
 ClockLog ClockLogService.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip)
          Build ClockLog based on criteria passed in
 ClockLog ClockLogServiceImpl.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip)
           
 ClockLog ClockLogService.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip, String userPrincipalId)
           
 ClockLog ClockLogServiceImpl.buildClockLog(Timestamp clockTimestamp, Timestamp originalTimestamp, Assignment assignment, TimesheetDocument timesheetDocument, String clockAction, String ip, String userPrincipalId)
           
 ClockLog ClockLogService.processClockLog(Timestamp clockTimestamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId)
          Process clock log created
 ClockLog ClockLogServiceImpl.processClockLog(Timestamp clockTimeStamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId)
           
 ClockLog ClockLogService.processClockLog(Timestamp clockTimeStamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId, String userPrincipalId)
           
 ClockLog ClockLogServiceImpl.processClockLog(Timestamp clockTimeStamp, Assignment assignment, CalendarEntries pe, String ip, Date asOfDate, TimesheetDocument td, String clockAction, String principalId, String userPrincipalId)
           
 

Uses of Assignment in org.kuali.hr.time.earncode.service
 

Methods in org.kuali.hr.time.earncode.service with parameters of type Assignment
 List<EarnCode> EarnCodeService.getEarnCodes(Assignment a, Date asOfDate)
          Fetch a list of earn codes for a particular assignment
 List<EarnCode> EarnCodeServiceImpl.getEarnCodes(Assignment a, Date asOfDate)
           
 List<EarnCode> EarnCodeService.getEarnCodes(Assignment a, Date asOfDate, String earnTypeCode)
          Fetch a list of earn codes for a particular assignment and earnTypeCode
 List<EarnCode> EarnCodeServiceImpl.getEarnCodes(Assignment a, Date asOfDate, String earnTypeCode)
           
 List<EarnCode> EarnCodeService.getEarnCodesForTime(Assignment a, Date asOfDate)
           
 List<EarnCode> EarnCodeServiceImpl.getEarnCodesForTime(Assignment a, Date asOfDate)
           
 

Uses of Assignment in org.kuali.hr.time.holidaycalendar.service
 

Methods in org.kuali.hr.time.holidaycalendar.service that return Assignment
 Assignment HolidayCalendarServiceImpl.getAssignmentToApplyHolidays(TimesheetDocument timesheetDocument, Date payEndDate)
           
 Assignment HolidayCalendarService.getAssignmentToApplyHolidays(TimesheetDocument timesheetDocument, Date payEndDate)
          Get Assignment to apply to holidays
 

Uses of Assignment in org.kuali.hr.time.roles
 

Method parameters in org.kuali.hr.time.roles with type arguments of type Assignment
 void TkUserRoles.setAssignments(List<Assignment> assignments)
           
 

Uses of Assignment in org.kuali.hr.time.roles.service
 

Methods in org.kuali.hr.time.roles.service with parameters of type Assignment
 List<String> TkRoleService.getResponsibleParties(Assignment assignment, String roleName, Date asOfDate)
          Gets the list of principal IDs responsible for the provided assignment / role name combination.
 List<String> TkRoleServiceImpl.getResponsibleParties(Assignment a, String roleName, Date asOfDate)
           
 

Uses of Assignment in org.kuali.hr.time.timeblock.dao
 

Methods in org.kuali.hr.time.timeblock.dao with parameters of type Assignment
 List<TimeBlock> TimeBlockDaoSpringOjbImpl.getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> TimeBlockDao.getTimeBlocksForAssignment(Assignment assign)
           
 

Uses of Assignment in org.kuali.hr.time.timeblock.service
 

Methods in org.kuali.hr.time.timeblock.service with parameters of type Assignment
 List<TimeBlock> TimeBlockService.buildTimeBlocks(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted)
          Build a TimeBlock with the given criteria
 List<TimeBlock> TimeBlockServiceImpl.buildTimeBlocks(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted)
           
 List<TimeBlock> TimeBlockService.buildTimeBlocksSpanDates(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String spanningWeeks)
          Build a List of TimeBlocks over a span of multiple days
 List<TimeBlock> TimeBlockServiceImpl.buildTimeBlocksSpanDates(Assignment assignment, String earnCode, TimesheetDocument timesheetDocument, Timestamp beginTimestamp, Timestamp endTimestamp, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted, String spanningWeeks)
           
 TimeBlock TimeBlockService.createTimeBlock(TimesheetDocument timesheetDocument, Timestamp beginTime, Timestamp endTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean isClockLogCreated, Boolean isLunchDeleted)
          Create a TimeBlock for the given criteria
 TimeBlock TimeBlockServiceImpl.createTimeBlock(TimesheetDocument timesheetDocument, Timestamp beginTime, Timestamp endTime, Assignment assignment, String earnCode, BigDecimal hours, BigDecimal amount, Boolean clockLogCreated, Boolean lunchDeleted)
           
 List<TimeBlock> TimeBlockService.getTimeBlocksForAssignment(Assignment assign)
          Get the List of TimeBlock of a given Assignment
 List<TimeBlock> TimeBlockServiceImpl.getTimeBlocksForAssignment(Assignment assign)
           
 

Uses of Assignment in org.kuali.hr.time.timesheet
 

Methods in org.kuali.hr.time.timesheet that return types with arguments of type Assignment
 List<Assignment> TimesheetDocument.getAssignments()
           
 

Method parameters in org.kuali.hr.time.timesheet with type arguments of type Assignment
 void TimesheetDocument.setAssignments(List<Assignment> assignments)
           
 

Uses of Assignment in org.kuali.hr.time.util
 

Methods in org.kuali.hr.time.util with parameters of type Assignment
static Map<String,String> TKUtils.formatAssignmentDescription(Assignment assignment)
           
static String TKUtils.getAssignmentString(Assignment assignment)
           
 



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