public interface Calendar extends OsidCatalog
A calendar defines a collection of events.
Modifier and Type | Method and Description |
---|---|
CalendarRecord |
getCalendarRecord(Type calendarRecordType)
Gets the record corresponding to the given
Calendar
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
CalendarRecord getCalendarRecord(Type calendarRecordType) throws OperationFailedException
Calendar
record Type.
This method is used to retrieve an object
implementing the requested record. The calendarRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(calendarRecordType)
is true
.calendarRecordType
- a calendar record typeNullArgumentException
- calendarRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(calendarRecordType)
is false
mandatory
- This method must be implemented.