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, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdCalendarRecord 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.