Class SystemCalendar
java.lang.Object
com.appiancorp.core.expr.calendar.PortableWorkingCalendar
com.appiancorp.suiteapi.process.calendar.WorkingCalendar
com.appiancorp.suiteapi.process.calendar.SystemCalendar
Deprecated.
A bean representing the system wide calendar. It contains the default start and end
times for each day of the week, and start and end times for specific days. It also
stores which days are working and non-working days.
-
Field Summary
Fields inherited from class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
DEFAULT_CALENDAR_ID, SORT_BY_ID, SORT_BY_NAME
Fields inherited from class com.appiancorp.core.expr.calendar.PortableWorkingCalendar
timeZoneId, TOO_MANY_ITERATIONS_BEFORE_RESULT_OR_LIMIT
-
Constructor Summary
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.process.calendar.WorkingCalendar
addDays, addHours, addMinutes, calendarFromTimestamp, getDefaultDayOfWeek, getDisallowDelete, getId, getName, getSpecific, getSystem, getTimeZone, getTimeZoneId, isNonWorking, isWorkingDay, isWorkTime, setDefaultDayOfWeek, setDisallowDelete, setId, setName, setSpecific, setSystem, setTimeZoneId, toString, workingDaysInRange, workingHoursInRange, workingMinutesInRange
Methods inherited from class com.appiancorp.core.expr.calendar.PortableWorkingCalendar
addDaysNoGmtAdjustment, addHoursNoGmtAdjustment, addMinutesNoGmtAdjustment, addMonthsNoGmtAdjustment, addSecondsNoGmtAdjustment, addYearsNoGmtAdjustment, adjustAddFinal, subtractDaysNoGmtAdjustment, subtractHoursNoGmtAdjustment, subtractMinutesNoGmtAdjustment, subtractMonthsNoGmtAdjustment, subtractSecondsNoGmtAdjustment, subtractYearsNoGmtAdjustment
-
Constructor Details
-
SystemCalendar
public SystemCalendar()Deprecated.
-
WorkingCalendar