OSID Logo
OSID Specifications
room squatting package
Version 3.1.0
Interfaceosid.room.squatting.DeedSearchOrder
Implementsosid.OsidRelationshipSearchOrder
Used Byosid.room.squatting.DeedSearchSession
osid.room.squatting.DeedSmartCampusSession
Description

An interface for specifying the ordering of search results.

MethodorderByBuilding
Description

Specifies a preference for ordering the result set by the building.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsBuildingSearchOrder
Description

Tests if a building search order is available.

Returnboolean true if a building search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetBuildingSearchOrder
Description

Gets the building search order.

Returnosid.room.BuildingSearchOrder the building search order
ErrorsUNIMPLEMENTED supportsBuildingSearchOrder() is false
Complianceoptional This method must be implemented if supportsBuildingSearchOrder() is true.
MethodorderByOwner
Description

Specifies a preference for ordering the result set by the owner.

Parametersosid.SearchOrderStylestyle search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodsupportsOwnerSearchOrder
Description

Tests if an owner resource search order is available.

Returnboolean true if an owner search order is available, false otherwise
Compliancemandatory This method must be implemented.
MethodgetOwnerSearchOrder
Description

Gets the owner resource search order.

Returnosid.resource.ResourceSearchOrder the resource search order
ErrorsUNIMPLEMENTED supportsOwnerSearchOrder() is false
Complianceoptional This method must be implemented if supportsOwnerSearchOrder() is true.
MethodgetDeedSearchOrderRecord
Description

Gets the deed search order record corresponding to the given deed record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypedeedRecordType a deed record type
Returnosid.room.squatting.records.DeedSearchOrderRecord the deed search order record
ErrorsNULL_ARGUMENT deedRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deedRecordType) is false
Compliancemandatory This method must be implemented.