| Interface | osid.calendaring.rules.RecurringEventEnablerRuleLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods to retrieve  This lookup session defines several views: 
  | ||
| Method | getCalendarId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Calendar Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCalendar | ||
| Description | 
                     Gets the   | ||
| Return | osid.calendaring.Calendar | the calendar | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupRecurringEventEnablerRules | ||
| Description | 
                     Tests if this user can perform lookups of recurring 
                    event enabler/recurring event mappings. A return of true 
                    does not guarantee successful authorization. A return of 
                    false indicates that it is known lookup methods in this 
                    session will result in a   | ||
| Return | boolean |  false  if looking up mappings is not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeRecurringEventEnablerRuleView | ||
| Description | 
                     The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | usePlenaryRecurringEventEnablerRuleView | ||
| Description | 
                     A complete view of the   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedCalendarView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include recurring event enablers in calendars which are children of this calendar in the calendar hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCalendarView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts lookups to this calendar only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getRecurringEventEnablerIdsForRecurringEvent | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | recurringEventId |  Id  of the  RecurringEvent   | 
| Return | osid.id.IdList | the recurring event enabler  Ids   | |
| Errors | NOT_FOUND |  recurringEventId  is not found  |                 |
| NULL_ARGUMENT |  recurringEventId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringEventEnablersForRecurringEvent | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | recurringEventId |  Id  of the  RecurringEvent   | 
| Return | osid.calendaring.rules.RecurringEventEnablerList | the recurring event enablers | |
| Errors | NOT_FOUND |  recurringEventId  is not found  |                 |
| NULL_ARGUMENT |  recurringEventId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringEventIdsForRecurringEventEnabler | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | recurringEventEnablerId |  Id  of a  RecurringEventEnabler   | 
| Return | osid.id.IdList | list of recurring event  Ids   | |
| Errors | NOT_FOUND |  recurringEventEnablerId  is not found  |                 |
| NULL_ARGUMENT |  recurringEventEnablerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringEventsForRecurringEventEnabler | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | recurringEventEnablerId |  Id  of a  RecurringEventEnabler   | 
| Return | osid.calendaring.RecurringEventList | list of recurring events | |
| Errors | NOT_FOUND |  recurringEventEnablerId  is not found  |                 |
| NULL_ARGUMENT |  recurringEventEnablerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |