Uses of Class
org.kuali.hr.time.calendar.CalendarEntries

Packages that use CalendarEntries
org.kuali.hr.time.approval.service   
org.kuali.hr.time.approval.web   
org.kuali.hr.time.assignment.service   
org.kuali.hr.time.base.web   
org.kuali.hr.time.batch   
org.kuali.hr.time.calendar   
org.kuali.hr.time.calendar.dao   
org.kuali.hr.time.calendar.service   
org.kuali.hr.time.clocklog.dao   
org.kuali.hr.time.clocklog.service   
org.kuali.hr.time.detail.validation   
org.kuali.hr.time.detail.web   
org.kuali.hr.time.rule   
org.kuali.hr.time.timesheet   
org.kuali.hr.time.timesheet.service   
org.kuali.hr.time.timesheet.validation   
org.kuali.hr.time.timesheet.web   
org.kuali.hr.time.timesummary.service   
org.kuali.hr.time.util   
 

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

Constructors in org.kuali.hr.time.batch with parameters of type CalendarEntries
EmployeeApprovalBatchJob(CalendarEntries payCalendarEntry)
           
 

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)
           
TkCalendar(CalendarEntries calendarEntry)
           
 

Uses of CalendarEntries in org.kuali.hr.time.calendar.dao
 

Methods in org.kuali.hr.time.calendar.dao that return CalendarEntries
 CalendarEntries CalendarEntriesDao.getCalendarEntries(String hrPyCalendarEntriesId)
           
 CalendarEntries CalendarEntriesDaoSpringOjbImpl.getCalendarEntries(String hrCalendarEntriesId)
           
 CalendarEntries CalendarEntriesDao.getCalendarEntriesByBeginAndEndDate(Date beginPeriodDate, Date endPeriodDate)
           
 CalendarEntries CalendarEntriesDaoSpringOjbImpl.getCalendarEntriesByBeginAndEndDate(Date beginPeriodDate, Date endPeriodDate)
           
 CalendarEntries CalendarEntriesDao.getCalendarEntriesByIdAndPeriodEndDate(String hrPyCalendarId, Date endPeriodDate)
           
 CalendarEntries CalendarEntriesDaoSpringOjbImpl.getCalendarEntriesByIdAndPeriodEndDate(String hrCalendarId, Date endPeriodDate)
           
 CalendarEntries CalendarEntriesDao.getCurrentCalendarEntriesByCalendarId(String hrPyCalendarId, Date currentDate)
           
 CalendarEntries CalendarEntriesDaoSpringOjbImpl.getCurrentCalendarEntriesByCalendarId(String hrCalendarId, Date currentDate)
           
 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)
           
 CalendarEntries CalendarDaoSpringOjbImpl.getPreviousCalendarEntry(String tkCalendarId, Date beginDateCurrentCalendar)
           
 CalendarEntries CalendarDao.getPreviousCalendarEntry(String tkCalendarId, Date beginDateCurrentCalendar)
           
 

Methods in org.kuali.hr.time.calendar.dao that return types with arguments of type CalendarEntries
 List<CalendarEntries> CalendarEntriesDao.getAllCalendarEntriesForCalendarId(String hrCalendarId)
           
 List<CalendarEntries> CalendarEntriesDaoSpringOjbImpl.getAllCalendarEntriesForCalendarId(String hrCalendarId)
           
 List<CalendarEntries> CalendarEntriesDao.getAllCalendarEntriesForCalendarIdAndYear(String hrCalendarId, String year)
           
 List<CalendarEntries> CalendarEntriesDaoSpringOjbImpl.getAllCalendarEntriesForCalendarIdAndYear(String hrCalendarId, String year)
           
 List<CalendarEntries> CalendarEntriesDao.getCurrentCalendarEntryNeedsScheduled(int thresholdDays, Date asOfDate)
           
 List<CalendarEntries> CalendarEntriesDaoSpringOjbImpl.getCurrentCalendarEntryNeedsScheduled(int thresholdDays, Date asOfDate)
           
 List<CalendarEntries> CalendarEntriesDao.getFutureCalendarEntries(String hrCalendarId, Date currentDate, int numberOfEntries)
           
 List<CalendarEntries> CalendarEntriesDaoSpringOjbImpl.getFutureCalendarEntries(String hrCalendarId, Date currentDate, int numberOfEntries)
           
 

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 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 that return types with arguments of type CalendarEntries
 List<CalendarEntries> CalendarEntriesServiceImpl.getAllCalendarEntriesForCalendarId(String hrCalendarId)
           
 List<CalendarEntries> CalendarEntriesService.getAllCalendarEntriesForCalendarId(String hrCalendarId)
           
 List<CalendarEntries> CalendarEntriesServiceImpl.getAllCalendarEntriesForCalendarIdAndYear(String hrCalendarId, String year)
           
 List<CalendarEntries> CalendarEntriesService.getAllCalendarEntriesForCalendarIdAndYear(String hrCalendarId, String year)
           
 List<CalendarEntries> CalendarEntriesServiceImpl.getCurrentCalendarEntryNeedsScheduled(int thresholdDays, Date asOfDate)
           
 List<CalendarEntries> CalendarEntriesService.getCurrentCalendarEntryNeedsScheduled(int thresholdDays, Date asOfDate)
          Provides a list of CalendarEntries that are in the indicated window of time from the as of date.
 List<CalendarEntries> CalendarEntriesServiceImpl.getFutureCalendarEntries(String hrCalendarId, Date currentDate, int numberOfEntries)
           
 List<CalendarEntries> CalendarEntriesService.getFutureCalendarEntries(String hrCalendarId, Date currentDate, int numberOfEntries)
           
 

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
 List<ClockLog> ClockLogDao.getOpenClockLogs(CalendarEntries payCalendarEntry)
          Return a list of all open clock logs
 List<ClockLog> ClockLogDaoSpringOjbImpl.getOpenClockLogs(CalendarEntries payCalendarEntry)
           
 

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

Methods in org.kuali.hr.time.clocklog.service with parameters of type CalendarEntries
 List<ClockLog> ClockLogService.getOpenClockLogs(CalendarEntries payCalendarEntry)
          Fetch open clock logs by pay calendar entry
 List<ClockLog> ClockLogServiceImpl.getOpenClockLogs(CalendarEntries payCalendarEntry)
           
 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> TimeDetailValidationService.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 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 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 that is passed in.
 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 TimeSheetInitiate.getPayCalendarEntriesObj()
           
 CalendarEntries TimesheetDocument.getPayCalendarEntry()
           
 

Methods in org.kuali.hr.time.timesheet with parameters of type CalendarEntries
 void TimeSheetInitiate.setPayCalendarEntriesObj(CalendarEntries payCalendarEntriesObj)
           
 void TimesheetDocument.setPayCalendarEntry(CalendarEntries payCalendarEntry)
           
 

Uses of CalendarEntries in org.kuali.hr.time.timesheet.service
 

Methods in org.kuali.hr.time.timesheet.service with parameters of type CalendarEntries
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)
           
 



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