| Interface | osid.offering.rules.OfferingConstrainerLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for retrieving  This session defines views that offer differing behaviors when retrieving multiple objects. 
  Generally, the comparative view should be used for most 
                applications as it permits operation even if there is data 
                that cannot be accessed. The methods   | ||
| Method | getCatalogueId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Catalogue Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCatalogue | ||
| Description | 
                     Gets the   | ||
| Return | osid.offering.Catalogue | the catalogue | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupOfferingConstrainers | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if lookup methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeOfferingConstrainerView | ||
| 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 | usePlenaryOfferingConstrainerView | ||
| Description | 
                     A complete view of the   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedCatalogueView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include offering constrainer in catalogues which are children of this catalogue in the catalogue hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedCatalogueView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts lookups to this catalogue only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useActiveOfferingConstrainerView | ||
| Description | 
                     Only active offering constrainers are returned by methods in this session.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useAnyStatusOfferingConstrainerView | ||
| Description | 
                     All active and inactive offering constrainers are returned by methods in this session.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getOfferingConstrainer | ||
| Description | 
                     Gets the    In active mode, offering constrainers are returned that are currently active. In any status mode, active and inactive offering constrainers are returned.  | ||
| Parameters | osid.id.Id | offeringConstrainerId |  Id  of the  OfferingConstrainer   | 
| Return | osid.offering.rules.OfferingConstrainer | the offering constrainer | |
| Errors | NOT_FOUND |  offeringConstrainerId  not found  |                 |
| NULL_ARGUMENT |  offeringConstrainerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getOfferingConstrainersByIds | ||
| Description | 
                     Gets an    In active mode, offering constrainers are returned that are currently active. In any status mode, active and inactive offering constrainers are returned.  | ||
| Parameters | osid.id.IdList | offeringConstrainerIds | the list of  Ids  to retrieve  | 
| Return | osid.offering.rules.OfferingConstrainerList | the returned  OfferingConstrainer  list  | |
| Errors | NOT_FOUND | an  Id was  not found  |                 |
| NULL_ARGUMENT |  offeringConstrainerIds  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainersByGenusType | ||
| Description | 
                     Gets an    In active mode, offering constrainers are returned that are currently active. In any status mode, active and inactive offering constrainers are returned.  | ||
| Parameters | osid.type.Type | offeringConstrainerGenusType | an offering constrainer genus type | 
| Return | osid.offering.rules.OfferingConstrainerList | the returned  OfferingConstrainer  list  | |
| Errors | NULL_ARGUMENT |  offeringConstrainerGenusType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainersByParentGenusType | ||
| Description | 
                     Gets an    In active mode, offering constrainers are returned that are currently active. In any status mode, active and inactive offering constrainers are returned.  | ||
| Parameters | osid.type.Type | offeringConstrainerGenusType | an offering constrainer genus type | 
| Return | osid.offering.rules.OfferingConstrainerList | the returned  OfferingConstrainer  list  | |
| Errors | NULL_ARGUMENT |  offeringConstrainerGenusType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainersByRecordType | ||
| Description | 
                     Gets an    In active mode, offering constrainers are returned that are currently active. In any status mode, active and inactive offering constrainers are returned.  | ||
| Parameters | osid.type.Type | offeringConstrainerRecordType | an offering constrainer record type | 
| Return | osid.offering.rules.OfferingConstrainerList | the returned  OfferingConstrainer  list  | |
| Errors | NULL_ARGUMENT |  offeringConstrainerRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfferingConstrainers | ||
| Description | 
                     Gets all  In plenary mode, the returned list contains all known offering constrainer or an error results. Otherwise, the returned list may contain only those offering constrainer that are accessible through this session. In active mode, offering constrainers are returned that are currently active. In any status mode, active and inactive offering constrainers are returned.  | ||
| Return | osid.offering.rules.OfferingConstrainerList | the returned  OfferingConstrainer  list  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |