public interface PriceEnablerSearch extends OsidSearch
The search interface for governing price enabler searches.
Modifier and Type | Method and Description |
---|---|
PriceEnablerSearchRecord |
getPriceEnablerSearchRecord(Type priceEnablerSearchRecordType)
Gets the price enabler search record corresponding to the given price
enabler search record
Type. |
void |
orderPriceEnablerResults(PriceEnablerSearchOrder priceEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongPriceEnablers(IdList priceEnablerIds)
Execute this search among the given list of price enablers.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongPriceEnablers(IdList priceEnablerIds)
priceEnablerIds
- list of price enablersNullArgumentException
- priceEnablerIds
is null
mandatory
- This method must be implemented. void orderPriceEnablerResults(PriceEnablerSearchOrder priceEnablerSearchOrder)
priceEnablerSearchOrder
- price enabler search orderNullArgumentException
- priceEnablerSearchOrder
is null
UnsupportedException
- priceEnablerSearchOrder
is not of this servicemandatory
- This method must be implemented. PriceEnablerSearchRecord getPriceEnablerSearchRecord(Type priceEnablerSearchRecordType) throws OperationFailedException
Type.
This method is used to
retrieve an object implementing the requested record.priceEnablerSearchRecordType
- a price enabler search record
typeNullArgumentException
-
priceEnablerSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(priceEnablerSearchRecordType)
is
false
mandatory
- This method must be implemented.