Interface | osid.calendaring.RecurringEventForm | ||
---|---|---|---|
Implements | osid.OsidRuleForm | ||
osid.OsidContainableForm | |||
Description |
This is the form for creating and updating | ||
Method | getSponsorMetadata | ||
Description |
Gets the metadata for a sponsor. | ||
Return | osid.Metadata | metadata for the sponsor | |
Compliance | mandatory | This method must be implemented. | |
Method | setSponsors | ||
Description |
Sets the sponsors. | ||
Parameters | osid.id.Id[] | sponsorIds | the new sponsor |
Errors | INVALID_ARGUMENT | sponsorIds is invalid | |
NO_ACCESS | sponsorIds cannot be modified | ||
NULL_ARGUMENT | sponsorIds is null | ||
Compliance | mandatory | This method must be implemented. | |
Method | clearSponsors | ||
Description |
Clears the sponsors. | ||
Errors | NO_ACCESS | Metadata.isRequired() or Metadata.isReadOnly()
is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getRecurringEventFormRecord | ||
Description |
Gets the | ||
Parameters | osid.type.Type | recurringEventRecordType | the recurring event record type |
Return | osid.calendaring.records.RecurringEventFormRecord | the recurring event form record | |
Errors | NULL_ARGUMENT | recurringEventRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(recurringEventRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |