Modifier and Type | Field and Description |
---|---|
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<CalendarBo,Calendar> |
CalendarBo.toCalendar |
static org.kuali.rice.core.api.mo.ModelObjectUtils.Transformer<Calendar,CalendarBo> |
CalendarBo.toCalendarBo |
Modifier and Type | Method and Description |
---|---|
static CalendarBo |
CalendarBo.from(Calendar im) |
Modifier and Type | Method and Description |
---|---|
static Calendar |
CalendarBo.to(CalendarBo bo) |
Modifier and Type | Method and Description |
---|---|
CalendarBo |
CalendarDaoOjbImpl.getCalendar(String hrPyCalendarId) |
CalendarBo |
CalendarDao.getCalendar(String hrPyCalendarId) |
CalendarBo |
CalendarDaoOjbImpl.getCalendarByGroup(String pyCalendarGroup) |
CalendarBo |
CalendarDao.getCalendarByGroup(String pyCalendarGroup) |
CalendarBo |
CalendarDaoOjbImpl.getCalendarByName(String calendarName) |
CalendarBo |
CalendarDao.getCalendarByName(String calendarName) |
Modifier and Type | Method and Description |
---|---|
List<CalendarBo> |
CalendarDaoOjbImpl.getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime) |
List<CalendarBo> |
CalendarDao.getCalendars(String calendarName,
String calendarTypes,
String flsaBeginDay,
String flsaBeginTime) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarDaoOjbImpl.saveOrUpdate(CalendarBo calendar) |
void |
CalendarDao.saveOrUpdate(CalendarBo calendarDates) |
Modifier and Type | Method and Description |
---|---|
void |
CalendarDaoOjbImpl.saveOrUpdate(List<CalendarBo> calendarList) |
void |
CalendarDao.saveOrUpdate(List<CalendarBo> calendarDatesList) |
Modifier and Type | Method and Description |
---|---|
CalendarBo |
CalendarEntryBo.getCalendarObj() |
Modifier and Type | Method and Description |
---|---|
void |
CalendarEntryBo.setCalendarObj(CalendarBo calendarObj) |
Modifier and Type | Method and Description |
---|---|
CalendarBo |
PrincipalHRAttributesBo.getCalendar() |
CalendarBo |
PrincipalHRAttributesBo.getLeaveCalObj() |
Modifier and Type | Method and Description |
---|---|
void |
PrincipalHRAttributesBo.setCalendar(CalendarBo calendar) |
void |
PrincipalHRAttributesBo.setLeaveCalObj(CalendarBo leaveCalObj) |
Modifier and Type | Method and Description |
---|---|
CalendarBo |
ShiftDifferentialRule.getPayCalendar() |
Modifier and Type | Method and Description |
---|---|
void |
ShiftDifferentialRule.setPayCalendar(CalendarBo payCalendar) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.