|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TKPerson in org.kuali.hr.time.approval.service |
---|
Method parameters in org.kuali.hr.time.approval.service with type arguments of type TKPerson | |
---|---|
List<ApprovalTimeSummaryRow> |
TimeApproveService.getApprovalSummaryRows(Date payBeginDate,
Date payEndDate,
String calGroup,
List<TKPerson> principalIds,
List<String> payCalendarLabels,
CalendarEntries payCalendarEntries)
Obtains a Map of Lists of ApprovalTimeSummaryRows. |
List<ApprovalTimeSummaryRow> |
TimeApproveServiceImpl.getApprovalSummaryRows(Date payBeginDate,
Date payEndDate,
String calGroup,
List<TKPerson> persons,
List<String> payCalendarLabels,
CalendarEntries payCalendarEntries)
|
Map<String,TimesheetDocumentHeader> |
TimeApproveService.getPrincipalDocumehtHeader(List<TKPerson> person,
Date payBeginDate,
Date payEndDate)
Method to create a map that contains the principal's id and corresponding timesheet document header. |
Map<String,TimesheetDocumentHeader> |
TimeApproveServiceImpl.getPrincipalDocumehtHeader(List<TKPerson> persons,
Date payBeginDate,
Date payEndDate)
|
Uses of TKPerson in org.kuali.hr.time.approval.web |
---|
Method parameters in org.kuali.hr.time.approval.web with type arguments of type TKPerson | |
---|---|
protected List<ApprovalTimeSummaryRow> |
TimeApprovalAction.getApprovalRows(TimeApprovalActionForm taaf,
List<TKPerson> assignmentPrincipalIds)
Helper method to modify / manage the list of records needed to display approval data to the user. |
Uses of TKPerson in org.kuali.hr.time.base.web |
---|
Methods in org.kuali.hr.time.base.web that return types with arguments of type TKPerson | |
---|---|
protected List<TKPerson> |
ApprovalAction.getSubListPrincipalIds(javax.servlet.http.HttpServletRequest request,
List<TKPerson> assignmentPrincipalIds)
|
Method parameters in org.kuali.hr.time.base.web with type arguments of type TKPerson | |
---|---|
protected List<TKPerson> |
ApprovalAction.getSubListPrincipalIds(javax.servlet.http.HttpServletRequest request,
List<TKPerson> assignmentPrincipalIds)
|
Uses of TKPerson in org.kuali.hr.time.person |
---|
Methods in org.kuali.hr.time.person with parameters of type TKPerson | |
---|---|
int |
TKPerson.compareTo(TKPerson person)
|
Uses of TKPerson in org.kuali.hr.time.person.dao |
---|
Methods in org.kuali.hr.time.person.dao that return types with arguments of type TKPerson | |
---|---|
List<TKPerson> |
PersonDao.getPersonCollection(List<String> principalIds)
|
List<TKPerson> |
PersonDaoSpringOjbImpl.getPersonCollection(List<String> principalIds)
|
Uses of TKPerson in org.kuali.hr.time.person.service |
---|
Methods in org.kuali.hr.time.person.service that return types with arguments of type TKPerson | |
---|---|
List<TKPerson> |
PersonService.getPersonCollection(List<String> principalIds)
|
List<TKPerson> |
PersonServiceImpl.getPersonCollection(List<String> principalIds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |