Interface | osid.tracking.FrontOfficeLookupSession | ||
---|---|---|---|
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. For example, a browsing application
may only need to examine the | ||
Method | canLookupFrontOffices | ||
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 | useComparativeFrontOfficeView | ||
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 | usePlenaryFrontOfficeView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getFrontOffice | ||
Description |
Gets the | ||
Parameters | osid.id.Id | frontOfficeId | Id of the FrontOffice |
Return | osid.tracking.FrontOffice | the front office | |
Errors | NOT_FOUND | frontOfficeId not found | |
NULL_ARGUMENT | frontOfficeId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getFrontOfficesByIds | ||
Description |
Gets a | ||
Parameters | osid.id.IdList | frontOfficeIds | the list of Ids to retrieve |
Return | osid.tracking.FrontOfficeList | the returned FrontOffice list | |
Errors | NOT_FOUND | an Id was not found | |
NULL_ARGUMENT | frontOfficeIds is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficesByGenusType | ||
Description |
Gets a | ||
Parameters | osid.type.Type | frontOfficeGenusType | a front office genus type |
Return | osid.tracking.FrontOfficeList | the returned FrontOffice list | |
Errors | NULL_ARGUMENT | frontOfficeGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficesByParentGenusType | ||
Description |
Gets a | ||
Parameters | osid.type.Type | frontOfficeGenusType | a front office genus type |
Return | osid.tracking.FrontOfficeList | the returned FrontOffice list | |
Errors | NULL_ARGUMENT | frontOfficeGenusType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficesByRecordType | ||
Description |
Gets a | ||
Parameters | osid.type.Type | frontOfficeRecordType | a front office record type |
Return | osid.tracking.FrontOfficeList | the returned FrontOffice list | |
Errors | NULL_ARGUMENT | frontOfficeRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficesByProvider | ||
Description |
Gets a | ||
Parameters | osid.id.Id | resourceId | a resource Id |
Return | osid.tracking.FrontOfficeList | the returned FrontOffice list | |
Errors | NULL_ARGUMENT | resourceId is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOffices | ||
Description |
Gets all | ||
Return | osid.tracking.FrontOfficeList | a list of FrontOffices | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |