|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Calendar in org.kuali.hr.time.approval.service |
---|
Methods in org.kuali.hr.time.approval.service with parameters of type Calendar | |
---|---|
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 Calendar in org.kuali.hr.time.calendar |
---|
Methods in org.kuali.hr.time.calendar that return Calendar | |
---|---|
Calendar |
CalendarEntries.getCalendarObj()
|
Methods in org.kuali.hr.time.calendar with parameters of type Calendar | |
---|---|
void |
CalendarEntries.setCalendarObj(Calendar calendarObj)
|
Uses of Calendar in org.kuali.hr.time.calendar.dao |
---|
Methods in org.kuali.hr.time.calendar.dao that return Calendar | |
---|---|
Calendar |
CalendarDaoSpringOjbImpl.getCalendar(String hrPyCalendarId)
|
Calendar |
CalendarDao.getCalendar(String hrPyCalendarId)
|
Calendar |
CalendarDaoSpringOjbImpl.getCalendarByGroup(String pyCalendarGroup)
|
Calendar |
CalendarDao.getCalendarByGroup(String pyCalendarGroup)
|
Methods in org.kuali.hr.time.calendar.dao that return types with arguments of type Calendar | |
---|---|
List<Calendar> |
CalendarDaoSpringOjbImpl.getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime)
|
List<Calendar> |
CalendarDao.getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime)
|
Methods in org.kuali.hr.time.calendar.dao with parameters of type Calendar | |
---|---|
void |
CalendarDaoSpringOjbImpl.saveOrUpdate(Calendar calendar)
|
void |
CalendarDao.saveOrUpdate(Calendar calendarDates)
|
Method parameters in org.kuali.hr.time.calendar.dao with type arguments of type Calendar | |
---|---|
void |
CalendarDaoSpringOjbImpl.saveOrUpdate(List<Calendar> calendarList)
|
void |
CalendarDao.saveOrUpdate(List<Calendar> calendarDatesList)
|
Uses of Calendar in org.kuali.hr.time.calendar.service |
---|
Methods in org.kuali.hr.time.calendar.service that return Calendar | |
---|---|
Calendar |
CalendarService.getCalendar(String hrCalendarId)
Fetch a pay calendar with the given id |
Calendar |
CalendarServiceImpl.getCalendar(String hrCalendarId)
|
Calendar |
CalendarService.getCalendarByGroup(String calendarName)
Fetch a pay calendar by group |
Calendar |
CalendarServiceImpl.getCalendarByGroup(String calendarName)
|
Calendar |
CalendarService.getCalendarByPrincipalIdAndDate(String principalId,
Date asOfDate,
boolean findLeaveCal)
Fetch a pay calendar with the given principalId and date, returns null if none found |
Calendar |
CalendarServiceImpl.getCalendarByPrincipalIdAndDate(String principalId,
Date asOfDate,
boolean findLeaveCal)
|
Calendar |
CalendarService.getCalendarByPrincipalIdAndDate(String principalId,
Date beginDate,
Date endDate,
boolean findLeaveCal)
Fetch a pay calendar with the given principalId, begin and end date, returns null if none found |
Calendar |
CalendarServiceImpl.getCalendarByPrincipalIdAndDate(String principalId,
Date beginDate,
Date endDate,
boolean findLeaveCal)
|
Methods in org.kuali.hr.time.calendar.service that return types with arguments of type Calendar | |
---|---|
List<Calendar> |
CalendarService.getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime)
|
List<Calendar> |
CalendarServiceImpl.getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime)
|
Uses of Calendar in org.kuali.hr.time.principal |
---|
Methods in org.kuali.hr.time.principal that return Calendar | |
---|---|
Calendar |
PrincipalHRAttributes.getCalendar()
|
Calendar |
PrincipalHRAttributes.getLeaveCalObj()
|
Methods in org.kuali.hr.time.principal with parameters of type Calendar | |
---|---|
void |
PrincipalHRAttributes.setCalendar(Calendar calendar)
|
void |
PrincipalHRAttributes.setLeaveCalObj(Calendar leaveCalObj)
|
Uses of Calendar in org.kuali.hr.time.shiftdiff.rule |
---|
Methods in org.kuali.hr.time.shiftdiff.rule that return Calendar | |
---|---|
Calendar |
ShiftDifferentialRule.getPayCalendar()
|
Methods in org.kuali.hr.time.shiftdiff.rule with parameters of type Calendar | |
---|---|
void |
ShiftDifferentialRule.setPayCalendar(Calendar payCalendar)
|
Uses of Calendar in org.kuali.hr.time.util |
---|
Methods in org.kuali.hr.time.util that return Calendar | |
---|---|
Calendar |
TkTimeBlockAggregate.getPayCalendar()
|
Methods in org.kuali.hr.time.util with parameters of type Calendar | |
---|---|
void |
TkTimeBlockAggregate.setPayCalendar(Calendar payCalendar)
|
Constructors in org.kuali.hr.time.util with parameters of type Calendar | |
---|---|
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 |