Uses of Interface
com.redwood.scheduler.api.model.SAPCalendar
-
Packages that use SAPCalendar Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPCalendar in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPCalendar Modifier and Type Field Description static QueryObjectType<SAPCalendar>
SAPCalendar. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPCalendar Modifier and Type Method Description SAPCalendar
SAPSystem. createSAPCalendar()
Create a newSAPCalendar
linked to this object.static SAPCalendar
BusinessKeyLookup. getSAPCalendarByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPCalendar
, based on its business key.SAPCalendar
BusinessKeyResolver. getSAPCalendarByKey(BusinessKey key)
Query an instance ofSAPCalendar
, based on its business key.SAPCalendar
SAPSystem. getSAPCalendarByTypeIdentYear(String type, String ident, Long year)
Get the SAPCalendar by TypeIdentYearSAPSystem.SAPCalendar
SchedulerSession. getSAPCalendarByUniqueId(Long uniqueId)
Get theSAPCalendar
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPCalendar Modifier and Type Method Description RWIterable<SAPCalendar>
SAPSystem. getSAPCalendars()
Get anRWIterable
over an ordered collection ofSAPCalendars
.Methods in com.redwood.scheduler.api.model with parameters of type SAPCalendar Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPCalendar theSAPCalendar)
void
ConcreteObjectCallback. handle(SAPCalendar theSAPCalendar)
-
Uses of SAPCalendar in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPCalendar Modifier and Type Method Description Iterator<SAPCalendar>
SAPSystemComp. getSAPCalendars()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPCalendars()
instead.
-