Interface | osid.room.squatting.LeaseSearchSession | ||
---|---|---|---|
Implements | osid.room.squatting.LeaseQuerySession | ||
Description |
This session provides methods for searching Leases may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getLeaseSearch | ||
Description |
Gets a lease search. | ||
Return | osid.room.squatting.LeaseSearch | the lease search | |
Compliance | mandatory | This method must be implemented. | |
Method | getLeaseSearchOrder | ||
Description |
Gets a lease search order. The | ||
Return | osid.room.squatting.LeaseSearchOrder | the lease search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getLeasesBySearch | ||
Description |
Gets the search results matching the given search. | ||
Parameters | osid.room.squatting.LeaseQuery | leaseQuery | the lease query |
osid.room.squatting.LeaseSearch | leaseSearch | the lease search | |
Return | osid.room.squatting.LeaseSearchResults | the lease search results | |
Errors | NULL_ARGUMENT | leaseQuery or leaseSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | leaseQuery or leaseSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getLeaseQueryFromInspector | ||
Description |
Gets an entry query from an inspector. The inspector is
available from an | ||
Parameters | osid.room.squatting.LeaseQueryInspector | leaseQueryInspector | a query inspector |
Return | osid.room.squatting.LeaseQuery | the entry query | |
Errors | NULL_ARGUMENT | leaseQueryInspector is null | |
UNSUPPORTED | leaseQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |