Interface PriceEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing price enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetPriceEnablerSearchRecord(Type priceEnablerSearchRecordType) Gets the price enabler search record corresponding to the given price enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderPriceEnablerResults(PriceEnablerSearchOrder priceEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongPriceEnablers(IdList priceEnablerIds) Execute this search among the given list of price enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongPriceEnablers
Execute this search among the given list of price enablers.- Parameters:
priceEnablerIds- list of price enablers- Throws:
NullArgumentException-priceEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderPriceEnablerResults
Specify an ordering to the search results.- Parameters:
priceEnablerSearchOrder- price enabler search order- Throws:
NullArgumentException-priceEnablerSearchOrderisnullUnsupportedException-priceEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getPriceEnablerSearchRecord
PriceEnablerSearchRecord getPriceEnablerSearchRecord(Type priceEnablerSearchRecordType) throws OperationFailedException Gets the price enabler search record corresponding to the given price enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
priceEnablerSearchRecordType- a price enabler search record type- Returns:
- the price enabler search record
- Throws:
NullArgumentException-priceEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(priceEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-