|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CalendarEntries in org.kuali.hr.core.document.calendar |
---|
Methods in org.kuali.hr.core.document.calendar that return CalendarEntries | |
---|---|
CalendarEntries |
CalendarDocumentContract.getCalendarEntry()
The calendar entry for the Document. |
Uses of CalendarEntries in org.kuali.hr.lm.accrual |
---|
Methods in org.kuali.hr.lm.accrual that return types with arguments of type CalendarEntries | |
---|---|
Map<String,List<CalendarEntries>> |
RateRangeAggregate.getCalEntryMap()
|
Method parameters in org.kuali.hr.lm.accrual with type arguments of type CalendarEntries | |
---|---|
void |
RateRangeAggregate.setCalEntryMap(Map<String,List<CalendarEntries>> calEntryMap)
|
Uses of CalendarEntries in org.kuali.hr.lm.accrual.service |
---|
Methods in org.kuali.hr.lm.accrual.service with parameters of type CalendarEntries | |
---|---|
void |
AccrualCategoryMaxCarryOverService.calculateMaxCarryOver(String documentId,
String principalId,
CalendarEntries calendarEntry,
Date asOfDate)
|
void |
AccrualCategoryMaxCarryOverServiceImpl.calculateMaxCarryOver(String documentId,
String principalId,
CalendarEntries calendarEntry,
Date asOfDate)
|
boolean |
AccrualCategoryMaxCarryOverService.exceedsAccrualCategoryMaxCarryOver(String accrualCategory,
String principalId,
CalendarEntries calendarEntry,
Date asOfDate)
|
boolean |
AccrualCategoryMaxCarryOverServiceImpl.exceedsAccrualCategoryMaxCarryOver(String accrualCategory,
String principalId,
CalendarEntries calendarEntry,
Date asOfDate)
|
Method parameters in org.kuali.hr.lm.accrual.service with type arguments of type CalendarEntries | |
---|---|
void |
AccrualCategoryMaxCarryOverService.calculateMaxCarryOver(String documentId,
String principalId,
List<CalendarEntries> calendarEntries,
Date asOfDate)
|
void |
AccrualCategoryMaxCarryOverServiceImpl.calculateMaxCarryOver(String documentId,
String principalId,
List<CalendarEntries> calendarEntries,
Date asOfDate)
|
boolean |
AccrualCategoryMaxCarryOverService.exceedsAccrualCategoryMaxCarryOver(String accrualCategory,
String principalId,
List<CalendarEntries> calendarEntries,
Date asOfDate)
|
boolean |
AccrualCategoryMaxCarryOverServiceImpl.exceedsAccrualCategoryMaxCarryOver(String accrualCategory,
String principalId,
List<CalendarEntries> calendarEntries,
Date asOfDate)
|
Uses of CalendarEntries in org.kuali.hr.lm.approval.web |
---|
Methods in org.kuali.hr.lm.approval.web with parameters of type CalendarEntries | |
---|---|
protected void |
LeaveApprovalAction.setupDocumentOnFormContext(javax.servlet.http.HttpServletRequest request,
ApprovalForm form,
CalendarEntries payCalendarEntries,
String page)
|
Uses of CalendarEntries in org.kuali.hr.lm.balancetransfer.service |
---|
Methods in org.kuali.hr.lm.balancetransfer.service with parameters of type CalendarEntries | |
---|---|
Map<String,ArrayList<String>> |
BalanceTransferServiceImpl.getEligibleTransfers(CalendarEntries calendarEntry,
String principalId)
|
Map<String,ArrayList<String>> |
BalanceTransferService.getEligibleTransfers(CalendarEntries calendarEntry,
String principalId)
Determines which accrual categories within the given leave calendar document, are TRANSFERABLE for the given action frequency. |
Uses of CalendarEntries in org.kuali.hr.lm.leave.approval.service |
---|
Methods in org.kuali.hr.lm.leave.approval.service that return types with arguments of type CalendarEntries | |
---|---|
List<CalendarEntries> |
LeaveApprovalServiceImpl.getAllLeavePayCalendarEntriesForApprover(String principalId,
Date currentDate)
|
List<CalendarEntries> |
LeaveApprovalService.getAllLeavePayCalendarEntriesForApprover(String principalId,
Date currentDate)
|
Methods in org.kuali.hr.lm.leave.approval.service with parameters of type CalendarEntries | |
---|---|
List<ApprovalLeaveSummaryRow> |
LeaveApprovalServiceImpl.getLeaveApprovalSummaryRows(List<TKPerson> persons,
CalendarEntries payCalendarEntries,
List<Date> leaveSummaryDates)
|
List<ApprovalLeaveSummaryRow> |
LeaveApprovalService.getLeaveApprovalSummaryRows(List<TKPerson> persons,
CalendarEntries payCalendarEntries,
List<Date> leaveSummaryDates)
|
Uses of CalendarEntries in org.kuali.hr.lm.leaveblock.service |
---|
Methods in org.kuali.hr.lm.leaveblock.service with parameters of type CalendarEntries | |
---|---|
void |
LeaveBlockService.addLeaveBlocks(org.joda.time.DateTime beginDate,
org.joda.time.DateTime endDate,
CalendarEntries ce,
String selectedEarnCode,
BigDecimal hours,
String description,
Assignment selectedAssignment,
String spanningWeeks,
String leaveBlockType,
String principalId)
|
void |
LeaveBlockServiceImpl.addLeaveBlocks(org.joda.time.DateTime beginDate,
org.joda.time.DateTime endDate,
CalendarEntries ce,
String selectedEarnCode,
BigDecimal hours,
String description,
Assignment selectedAssignment,
String spanningWeeks,
String leaveBlockType,
String principalId)
|
Uses of CalendarEntries in org.kuali.hr.lm.leavecalendar |
---|
Methods in org.kuali.hr.lm.leavecalendar that return CalendarEntries | |
---|---|
CalendarEntries |
LeaveCalendarDocument.getCalendarEntry()
|
Methods in org.kuali.hr.lm.leavecalendar with parameters of type CalendarEntries | |
---|---|
void |
LeaveCalendarDocument.setCalendarEntry(CalendarEntries calendarEntry)
|
Constructors in org.kuali.hr.lm.leavecalendar with parameters of type CalendarEntries | |
---|---|
LeaveCalendarDocument(CalendarEntries calendarEntry)
|
Uses of CalendarEntries in org.kuali.hr.lm.leavecalendar.service |
---|
Methods in org.kuali.hr.lm.leavecalendar.service with parameters of type CalendarEntries | |
---|---|
LeaveCalendarDocument |
LeaveCalendarService.getLeaveCalendarDocument(String principalId,
CalendarEntries calendarEntries)
|
LeaveCalendarDocument |
LeaveCalendarServiceImpl.getLeaveCalendarDocument(String principalId,
CalendarEntries calendarEntry)
|
protected LeaveCalendarDocument |
LeaveCalendarServiceImpl.initiateWorkflowDocument(String principalId,
Date payBeginDate,
Date payEndDate,
CalendarEntries calendarEntries,
String documentType,
String title)
|
protected void |
LeaveCalendarServiceImpl.loadLeaveCalendarDocumentData(LeaveCalendarDocument ldoc,
String principalId,
CalendarEntries calEntry)
Preload the document data. |
LeaveCalendarDocument |
LeaveCalendarService.openLeaveCalendarDocument(String principalId,
CalendarEntries calEntry)
|
LeaveCalendarDocument |
LeaveCalendarServiceImpl.openLeaveCalendarDocument(String principalId,
CalendarEntries calEntry)
|
boolean |
LeaveCalendarService.shouldCreateLeaveDocument(String principalId,
CalendarEntries calEntry)
Determine if Leave Calendar document should be created for given principalId and calendar entry Should only create leave calendar document if active jobs were found with flsa elig = no and ben elg = yes |
boolean |
LeaveCalendarServiceImpl.shouldCreateLeaveDocument(String principalId,
CalendarEntries calEntry)
|
Uses of CalendarEntries in org.kuali.hr.lm.leavecalendar.web |
---|
Methods in org.kuali.hr.lm.leavecalendar.web that return CalendarEntries | |
---|---|
CalendarEntries |
LeaveCalendarForm.getCalendarEntry()
|
Methods in org.kuali.hr.lm.leavecalendar.web with parameters of type CalendarEntries | |
---|---|
void |
LeaveCalendarForm.setCalendarEntry(CalendarEntries calendarEntry)
|
Uses of CalendarEntries in org.kuali.hr.lm.leavepayout.service |
---|
Methods in org.kuali.hr.lm.leavepayout.service with parameters of type CalendarEntries | |
---|---|
Map<String,ArrayList<String>> |
LeavePayoutServiceImpl.getEligiblePayouts(CalendarEntries calendarEntry,
String principalId)
|
Map<String,ArrayList<String>> |
LeavePayoutService.getEligiblePayouts(CalendarEntries calendarEntry,
String principalId)
Determines which accrual categories within the given leave calendar document, are TRANSFERABLE for the given action frequency. |
Uses of CalendarEntries in org.kuali.hr.lm.leaveplan.service |
---|
Methods in org.kuali.hr.lm.leaveplan.service with parameters of type CalendarEntries | |
---|---|
boolean |
LeavePlanServiceImpl.isFirstCalendarPeriodOfLeavePlan(CalendarEntries calendarEntry,
String leavePlan,
Date asOfDate)
|
boolean |
LeavePlanService.isFirstCalendarPeriodOfLeavePlan(CalendarEntries calendarEntry,
String leavePlan,
Date asOfDate)
|
boolean |
LeavePlanServiceImpl.isLastCalendarPeriodOfLeavePlan(CalendarEntries calendarEntry,
String leavePlan,
Date asOfDate)
|
boolean |
LeavePlanService.isLastCalendarPeriodOfLeavePlan(CalendarEntries calendarEntry,
String leavePlan,
Date asOfDate)
|
Uses of CalendarEntries in org.kuali.hr.lm.leaveSummary.service |
---|
Methods in org.kuali.hr.lm.leaveSummary.service with parameters of type CalendarEntries | |
---|---|
LeaveSummary |
LeaveSummaryServiceImpl.getLeaveSummary(String principalId,
CalendarEntries calendarEntry)
|
LeaveSummary |
LeaveSummaryService.getLeaveSummary(String principalId,
CalendarEntries calendarEntry)
|
List<Date> |
LeaveSummaryServiceImpl.getLeaveSummaryDates(CalendarEntries calendarEntry)
|
List<Date> |
LeaveSummaryService.getLeaveSummaryDates(CalendarEntries cal)
|
Uses of CalendarEntries in org.kuali.hr.lm.util |
---|
Methods in org.kuali.hr.lm.util that return CalendarEntries | |
---|---|
CalendarEntries |
LeaveBlockAggregate.getleaveCalendarEntry()
|
Methods in org.kuali.hr.lm.util with parameters of type CalendarEntries | |
---|---|
void |
LeaveBlockAggregate.setleaveCalendarEntry(CalendarEntries leaveCalendarEntry)
|
Constructors in org.kuali.hr.lm.util with parameters of type CalendarEntries | |
---|---|
LeaveBlockAggregate(List<LeaveBlock> leaveBlocks,
CalendarEntries leaveCalendarEntry)
|
|
LeaveBlockAggregate(List<LeaveBlock> leaveBlocks,
CalendarEntries leaveCalendarEntry,
LeaveCalendar leaveCalendar)
Provides the option to refer to the time zone adjusted time for the current user. |
|
LeaveBlockAggregate(List<LeaveBlock> leaveBlocks,
CalendarEntries leaveCalendarEntry,
List<org.joda.time.Interval> dayIntervals)
build leaveBlockAggregate with given leaveBlocks, calendarEntry and dayIntervals dayIntervals with full week span is for Time Calendar |
Uses of CalendarEntries in org.kuali.hr.time.approval.service |
---|
Methods in org.kuali.hr.time.approval.service that return types with arguments of type CalendarEntries | |
---|---|
List<CalendarEntries> |
TimeApproveService.getAllPayCalendarEntriesForApprover(String principalId,
Date currentDate)
|
List<CalendarEntries> |
TimeApproveServiceImpl.getAllPayCalendarEntriesForApprover(String principalId,
Date currentDate)
|
Map<String,CalendarEntries> |
TimeApproveService.getPayCalendarEntriesForApprover(String principalId,
Date currentDate,
String dept)
Method to provide a mapping of PayCalendarGroupNames to PayCalendarEntries to allow for various starting points in Approval Tab Navigation. |
Map<String,CalendarEntries> |
TimeApproveServiceImpl.getPayCalendarEntriesForApprover(String principalId,
Date currentDate,
String dept)
|
Map<String,CalendarEntries> |
TimeApproveService.getPayCalendarEntriesForDept(String dept,
Date currentDate)
|
Map<String,CalendarEntries> |
TimeApproveServiceImpl.getPayCalendarEntriesForDept(String dept,
Date currentDate)
|
Methods in org.kuali.hr.time.approval.service with parameters of type CalendarEntries | |
---|---|
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,BigDecimal> |
TimeApproveService.getHoursToFlsaWeekMap(String principalId,
Date payEndDate,
List<String> payCalendarLabels,
List<TimeBlock> lstTimeBlocks,
Long workArea,
CalendarEntries payCalendarEntries,
Calendar payCalendar,
org.joda.time.DateTimeZone dateTimeZone,
List<org.joda.time.Interval> dayIntervals)
|
Map<String,BigDecimal> |
TimeApproveServiceImpl.getHoursToFlsaWeekMap(String principalId,
Date payEndDate,
List<String> payCalendarLabels,
List<TimeBlock> lstTimeBlocks,
Long workArea,
CalendarEntries payCalendarEntries,
Calendar payCalendar,
org.joda.time.DateTimeZone dateTimeZone,
List<org.joda.time.Interval> dayIntervals)
Aggregate TimeBlocks to hours per day and sum for flsa week (including previous/next weeks) |
Map<String,BigDecimal> |
TimeApproveService.getHoursToPayDayMap(String principalId,
Date payEndDate,
List<String> payCalendarLabels,
List<TimeBlock> lstTimeBlocks,
Long workArea,
CalendarEntries payCalendarEntries,
Calendar payCalendar,
org.joda.time.DateTimeZone dateTimeZone,
List<org.joda.time.Interval> dayIntervals)
|
Map<String,BigDecimal> |
TimeApproveServiceImpl.getHoursToPayDayMap(String principalId,
Date payEndDate,
List<String> payCalendarLabels,
List<TimeBlock> lstTimeBlocks,
Long workArea,
CalendarEntries payCalendarEntries,
Calendar payCalendar,
org.joda.time.DateTimeZone dateTimeZone,
List<org.joda.time.Interval> dayIntervals)
Aggregate TimeBlocks to hours per day and sum for week |
Uses of CalendarEntries in org.kuali.hr.time.approval.web |
---|
Methods in org.kuali.hr.time.approval.web with parameters of type CalendarEntries | |
---|---|
protected void |
TimeApprovalAction.setupDocumentOnFormContext(javax.servlet.http.HttpServletRequest request,
ApprovalForm form,
CalendarEntries payCalendarEntries,
String page)
|
Uses of CalendarEntries in org.kuali.hr.time.assignment.service |
---|
Methods in org.kuali.hr.time.assignment.service with parameters of type CalendarEntries | |
---|---|
List<Assignment> |
AssignmentService.getAssignmentsByCalEntryForLeaveCalendar(String principalId,
CalendarEntries calendarEntry)
Get assignments for Leave Calendar by calendar entry |
List<Assignment> |
AssignmentServiceImpl.getAssignmentsByCalEntryForLeaveCalendar(String principalId,
CalendarEntries payCalendarEntry)
|
List<Assignment> |
AssignmentService.getAssignmentsByCalEntryForTimeCalendar(String principalId,
CalendarEntries calendarEntry)
Get assignments for Time Calendar by calendar entry |
List<Assignment> |
AssignmentServiceImpl.getAssignmentsByCalEntryForTimeCalendar(String principalId,
CalendarEntries payCalendarEntry)
|
List<Assignment> |
AssignmentService.getAssignmentsByPayEntry(String principalId,
CalendarEntries payCalendarEntry)
Get assignments by pay calendar entry |
List<Assignment> |
AssignmentServiceImpl.getAssignmentsByPayEntry(String principalId,
CalendarEntries payCalendarEntry)
|
Uses of CalendarEntries in org.kuali.hr.time.base.web |
---|
Methods in org.kuali.hr.time.base.web that return CalendarEntries | |
---|---|
CalendarEntries |
ApprovalForm.getPayCalendarEntries()
|
Methods in org.kuali.hr.time.base.web with parameters of type CalendarEntries | |
---|---|
void |
ApprovalForm.setPayCalendarEntries(CalendarEntries payCalendarEntries)
|
protected void |
ApprovalAction.setupDocumentOnFormContext(javax.servlet.http.HttpServletRequest request,
ApprovalForm taf,
CalendarEntries payCalendarEntries,
String page)
|
Uses of CalendarEntries in org.kuali.hr.time.batch.service |
---|
Methods in org.kuali.hr.time.batch.service with parameters of type CalendarEntries | |
---|---|
void |
BatchJobService.scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry)
|
void |
BatchJobServiceImpl.scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry)
|
void |
BatchJobService.scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobServiceImpl.scheduleEmployeeApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobService.scheduleEndPayPeriodJobs(CalendarEntries calendarEntry)
|
void |
BatchJobServiceImpl.scheduleEndPayPeriodJobs(CalendarEntries calendarEntry)
|
void |
BatchJobService.scheduleEndPayPeriodJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobServiceImpl.scheduleEndPayPeriodJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobService.scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry)
|
void |
BatchJobServiceImpl.scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry)
|
void |
BatchJobService.scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobServiceImpl.scheduleEndReportingPeriodJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobService.scheduleInitiateJobs(CalendarEntries calendarEntry)
|
void |
BatchJobServiceImpl.scheduleInitiateJobs(CalendarEntries calendarEntry)
|
void |
BatchJobService.scheduleInitiateJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobServiceImpl.scheduleInitiateJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobService.scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry)
|
void |
BatchJobServiceImpl.scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry)
|
void |
BatchJobService.scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobServiceImpl.scheduleMissedPunchApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobService.scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry)
|
void |
BatchJobServiceImpl.scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry)
|
void |
BatchJobService.scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
void |
BatchJobServiceImpl.scheduleSupervisorApprovalJobs(CalendarEntries calendarEntry,
Date scheduleDate)
|
Uses of CalendarEntries in org.kuali.hr.time.calendar |
---|
Methods in org.kuali.hr.time.calendar that return CalendarEntries | |
---|---|
CalendarEntries |
CalendarParent.getCalendarEntry()
|
CalendarEntries |
TkCalendar.getPayCalEntry()
|
Methods in org.kuali.hr.time.calendar that return types with arguments of type CalendarEntries | |
---|---|
List<CalendarEntries> |
Calendar.getCalendarEntries()
|
Methods in org.kuali.hr.time.calendar with parameters of type CalendarEntries | |
---|---|
int |
CalendarEntries.compareTo(CalendarEntries pce)
|
void |
CalendarParent.setCalendarEntry(CalendarEntries calendarEntry)
|
void |
TkCalendar.setPayCalEntry(CalendarEntries payCalEntry)
|
Method parameters in org.kuali.hr.time.calendar with type arguments of type CalendarEntries | |
---|---|
void |
Calendar.setCalendarEntries(List<CalendarEntries> calendarEntries)
|
Constructors in org.kuali.hr.time.calendar with parameters of type CalendarEntries | |
---|---|
CalendarParent(CalendarEntries calendarEntry)
|
|
LeaveCalendar(String principalId,
CalendarEntries calendarEntry,
List<String> assignmentKeys)
|
|
TkCalendar(CalendarEntries calendarEntry)
|
Uses of CalendarEntries in org.kuali.hr.time.calendar.dao |
---|
Methods in org.kuali.hr.time.calendar.dao with parameters of type CalendarEntries | |
---|---|
CalendarEntries |
CalendarEntriesDao.getNextCalendarEntriesByCalendarId(String hrPyCalendarId,
CalendarEntries calendarEntries)
|
CalendarEntries |
CalendarEntriesDaoSpringOjbImpl.getNextCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries calendarEntries)
|
CalendarEntries |
CalendarEntriesDao.getPreviousCalendarEntriesByCalendarId(String hrPyCalendarId,
CalendarEntries calendarEntries)
|
CalendarEntries |
CalendarEntriesDaoSpringOjbImpl.getPreviousCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries calendarEntries)
|
void |
CalendarEntriesDao.saveOrUpdate(CalendarEntries calendarEntries)
|
void |
CalendarEntriesDaoSpringOjbImpl.saveOrUpdate(CalendarEntries calendarEntries)
|
Uses of CalendarEntries in org.kuali.hr.time.calendar.service |
---|
Methods in org.kuali.hr.time.calendar.service that return CalendarEntries | |
---|---|
CalendarEntries |
CalendarEntriesServiceImpl.createNextCalendarEntry(CalendarEntries calendarEntries,
CalendarEntryPeriodType type)
|
CalendarEntries |
CalendarEntriesService.createNextCalendarEntry(CalendarEntries calendarEntries,
CalendarEntryPeriodType type)
|
CalendarEntries |
CalendarService.getCalendarDatesByPayEndDate(String principalId,
Date payEndDate,
String calendarType)
A method to use specifically when you have a Timesheet Documents Pay Period end date. |
CalendarEntries |
CalendarServiceImpl.getCalendarDatesByPayEndDate(String principalId,
Date payEndDate,
String calendarType)
|
CalendarEntries |
CalendarEntriesServiceImpl.getCalendarEntries(String hrCalendarEntriesId)
|
CalendarEntries |
CalendarEntriesService.getCalendarEntries(String hrCalendarEntriesId)
Method to directly access the CalendarEntries object by ID. |
CalendarEntries |
CalendarEntriesServiceImpl.getCalendarEntriesByBeginAndEndDate(Date beginPeriodDate,
Date endPeriodDate)
|
CalendarEntries |
CalendarEntriesService.getCalendarEntriesByBeginAndEndDate(Date beginPeriodDate,
Date endPeriodDate)
|
CalendarEntries |
CalendarEntriesServiceImpl.getCalendarEntriesByIdAndPeriodEndDate(String hrCalendarId,
Date endPeriodDate)
|
CalendarEntries |
CalendarEntriesService.getCalendarEntriesByIdAndPeriodEndDate(String hrCalendarId,
Date endPeriodDate)
|
CalendarEntries |
CalendarService.getCurrentCalendarDates(String principalId,
Date currentDate)
Use this method to get CalendarEntries if you are passing in a "current date" style of date, ie todays date. |
CalendarEntries |
CalendarServiceImpl.getCurrentCalendarDates(String principalId,
Date currentDate)
|
CalendarEntries |
CalendarService.getCurrentCalendarDatesForLeaveCalendar(String principalId,
Date currentDate)
|
CalendarEntries |
CalendarServiceImpl.getCurrentCalendarDatesForLeaveCalendar(String principalId,
Date currentDate)
|
CalendarEntries |
CalendarEntriesServiceImpl.getCurrentCalendarEntriesByCalendarId(String hrCalendarId,
Date currentDate)
|
CalendarEntries |
CalendarEntriesService.getCurrentCalendarEntriesByCalendarId(String hrCalendarId,
Date asOfDate)
Method to obtain the current CalendarEntries object based on the indicated calendar and asOfDate. |
CalendarEntries |
CalendarEntriesServiceImpl.getNextCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarEntriesService.getNextCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarEntriesServiceImpl.getPreviousCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarEntriesService.getPreviousCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarService.getPreviousCalendarEntry(String tkCalendarId,
Date beginDateCurrentCalendar)
Returns the Pay CalendarEntry for previous pay calendar |
CalendarEntries |
CalendarServiceImpl.getPreviousCalendarEntry(String tkCalendarId,
Date beginDateCurrentCalendar)
|
Methods in org.kuali.hr.time.calendar.service with parameters of type CalendarEntries | |
---|---|
CalendarEntries |
CalendarEntriesServiceImpl.createNextCalendarEntry(CalendarEntries calendarEntries,
CalendarEntryPeriodType type)
|
CalendarEntries |
CalendarEntriesService.createNextCalendarEntry(CalendarEntries calendarEntries,
CalendarEntryPeriodType type)
|
CalendarEntries |
CalendarEntriesServiceImpl.getNextCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarEntriesService.getNextCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarEntriesServiceImpl.getPreviousCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
CalendarEntries |
CalendarEntriesService.getPreviousCalendarEntriesByCalendarId(String hrCalendarId,
CalendarEntries pce)
|
Uses of CalendarEntries in org.kuali.hr.time.clocklog.dao |
---|
Methods in org.kuali.hr.time.clocklog.dao with parameters of type CalendarEntries | |
---|---|
ClockLog |
ClockLogDao.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries payCalendarEntry)
Returns the last clock log for this user's assignment in a certain period |
ClockLog |
ClockLogDaoSpringOjbImpl.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries calendarEntry)
|
Uses of CalendarEntries in org.kuali.hr.time.clocklog.service |
---|
Methods in org.kuali.hr.time.clocklog.service with parameters of type CalendarEntries | |
---|---|
ClockLog |
ClockLogService.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries calendarEntry)
Fetch last clock log for principal id, assignment details, and calendar entry |
ClockLog |
ClockLogServiceImpl.getLastClockLog(String principalId,
String jobNumber,
String workArea,
String task,
CalendarEntries calendarEntry)
|
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 CalendarEntries in org.kuali.hr.time.detail.validation |
---|
Methods in org.kuali.hr.time.detail.validation with parameters of type CalendarEntries | |
---|---|
static List<String> |
TimeDetailValidationUtil.validateInterval(CalendarEntries payCalEntry,
Long startTime,
Long endTime)
|
Uses of CalendarEntries in org.kuali.hr.time.detail.web |
---|
Methods in org.kuali.hr.time.detail.web that return types with arguments of type CalendarEntries | |
---|---|
static List<CalendarEntries> |
ActionFormUtils.getAllCalendarEntriesForYear(List<CalendarEntries> entries,
String year)
|
Methods in org.kuali.hr.time.detail.web with parameters of type CalendarEntries | |
---|---|
static boolean |
ActionFormUtils.getOnCurrentPeriodFlag(CalendarEntries pce)
|
Method parameters in org.kuali.hr.time.detail.web with type arguments of type CalendarEntries | |
---|---|
static List<CalendarEntries> |
ActionFormUtils.getAllCalendarEntriesForYear(List<CalendarEntries> entries,
String year)
|
static Map<String,String> |
ActionFormUtils.getPayPeriodsMap(List<CalendarEntries> payPeriods)
|
Uses of CalendarEntries in org.kuali.hr.time.rule |
---|
Methods in org.kuali.hr.time.rule with parameters of type CalendarEntries | |
---|---|
void |
TkRuleControllerService.applyRules(String action,
List<TimeBlock> timeBlocks,
CalendarEntries payEntry,
TimesheetDocument timesheetDocument,
String principalId)
This method mutates the List |
void |
TkRuleControllerServiceImpl.applyRules(String action,
List<TimeBlock> timeBlocks,
CalendarEntries payEntry,
TimesheetDocument timesheetDocument,
String principalId)
|
Uses of CalendarEntries in org.kuali.hr.time.timesheet |
---|
Methods in org.kuali.hr.time.timesheet that return CalendarEntries | |
---|---|
CalendarEntries |
TimesheetDocument.getCalendarEntry()
|
CalendarEntries |
TimeSheetInitiate.getPayCalendarEntriesObj()
|
Methods in org.kuali.hr.time.timesheet with parameters of type CalendarEntries | |
---|---|
void |
TimesheetDocument.setCalendarEntry(CalendarEntries calendarEntry)
|
void |
TimeSheetInitiate.setPayCalendarEntriesObj(CalendarEntries payCalendarEntriesObj)
|
Uses of CalendarEntries in org.kuali.hr.time.timesheet.service |
---|
Methods in org.kuali.hr.time.timesheet.service with parameters of type CalendarEntries | |
---|---|
protected TimesheetDocument |
TimesheetServiceImpl.initiateWorkflowDocument(String principalId,
Date payBeginDate,
Date payEndDate,
CalendarEntries calendarEntries,
String documentType,
String title)
|
protected void |
TimesheetServiceImpl.loadTimesheetDocumentData(TimesheetDocument tdoc,
String principalId,
CalendarEntries payCalEntry)
|
TimesheetDocument |
TimesheetServiceImpl.openTimesheetDocument(String principalId,
CalendarEntries calendarDates)
|
TimesheetDocument |
TimesheetService.openTimesheetDocument(String principalId,
CalendarEntries payCalendarDates)
Opens the timesheet document for the user at the given payEndDate provided. |
Uses of CalendarEntries in org.kuali.hr.time.timesheet.validation |
---|
Methods in org.kuali.hr.time.timesheet.validation with parameters of type CalendarEntries | |
---|---|
protected void |
TimeSheetInitiateValidation.createTimeSheetDocument(TimeSheetInitiate timeInit,
CalendarEntries entries)
|
Uses of CalendarEntries in org.kuali.hr.time.timesheet.web |
---|
Methods in org.kuali.hr.time.timesheet.web that return CalendarEntries | |
---|---|
CalendarEntries |
TimesheetActionForm.getPayCalendarDates()
|
Methods in org.kuali.hr.time.timesheet.web with parameters of type CalendarEntries | |
---|---|
void |
TimesheetActionForm.setPayCalendarDates(CalendarEntries payCalendarDates)
|
Uses of CalendarEntries in org.kuali.hr.time.timesummary.service |
---|
Methods in org.kuali.hr.time.timesummary.service with parameters of type CalendarEntries | |
---|---|
List<String> |
TimeSummaryServiceImpl.getHeaderForSummary(CalendarEntries cal,
List<Boolean> dayArrangements)
Handles the generation of the display header for the time summary. |
List<String> |
TimeSummaryService.getHeaderForSummary(CalendarEntries cal,
List<Boolean> dayArrangements)
|
protected List<String> |
TimeSummaryServiceImpl.getSummaryHeader(CalendarEntries payCalEntry)
Generate a list of string describing this pay calendar entry for the summary |
Uses of CalendarEntries in org.kuali.hr.time.util |
---|
Methods in org.kuali.hr.time.util that return CalendarEntries | |
---|---|
CalendarEntries |
TkTimeBlockAggregate.getPayCalendarEntry()
|
Methods in org.kuali.hr.time.util with parameters of type CalendarEntries | |
---|---|
static List<org.joda.time.Interval> |
TKUtils.getDaySpanForCalendarEntry(CalendarEntries calendarEntry)
|
static List<org.joda.time.Interval> |
TKUtils.getDaySpanForCalendarEntry(CalendarEntries calendarEntry,
org.joda.time.DateTimeZone timeZone)
Constructs a list of Day Spans for the pay calendar entry provided. |
static List<org.joda.time.Interval> |
TKUtils.getFullWeekDaySpanForCalendarEntry(CalendarEntries calendarEntry)
|
static List<org.joda.time.Interval> |
TKUtils.getFullWeekDaySpanForCalendarEntry(CalendarEntries calendarEntry,
org.joda.time.DateTimeZone timeZone)
|
void |
TkTimeBlockAggregate.setPayCalendarEntry(CalendarEntries payCalendarEntry)
|
Constructors in org.kuali.hr.time.util with parameters of type CalendarEntries | |
---|---|
TkTimeBlockAggregate(List<TimeBlock> timeBlocks,
CalendarEntries payCalendarEntry)
Defaults to using SYSTEM time zone. |
|
TkTimeBlockAggregate(List<TimeBlock> timeBlocks,
CalendarEntries payCalendarEntry,
Calendar payCalendar)
Defaults to using SYSTEM time zone. |
|
TkTimeBlockAggregate(List<TimeBlock> timeBlocks,
CalendarEntries payCalendarEntry,
Calendar payCalendar,
boolean useUserTimeZone)
Provides the option to refer to the time zone adjusted time for the current user. |
|
TkTimeBlockAggregate(List<TimeBlock> timeBlocks,
CalendarEntries payCalendarEntry,
Calendar payCalendar,
boolean useUserTimeZone,
List<org.joda.time.Interval> dayIntervals)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |