public interface PriceScheduleSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
PriceScheduleQueryInspector |
getPriceScheduleQueryInspector()
Gets the inspector for the query to examine the terns used in the
search.
|
PriceScheduleList |
getPriceSchedules()
Gets the price schedule list resulting from a search.
|
PriceScheduleSearchResultsRecord |
getPriceScheduleSearchResultsRecord(Type priceSearchRecordType)
Gets the price schedule search results record corresponding to the
given price schedule search record Type.
|
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
PriceScheduleList getPriceSchedules()
IllegalStateException
- list has already been retrievedmandatory
- This method must be implemented. PriceScheduleQueryInspector getPriceScheduleQueryInspector()
mandatory
- This method must be implemented. PriceScheduleSearchResultsRecord getPriceScheduleSearchResultsRecord(Type priceSearchRecordType) throws OperationFailedException
priceSearchRecordType
- an price schedule search record typeNullArgumentException
-
PriceScheduleSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(priceScheduleSearchRecordType)
is
false
mandatory
- This method must be implemented.