public interface RecipeSearchOrder extends OsidObjectSearchOrder, OsidSourceableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
RecipeSearchOrderRecord |
getRecipeSearchOrderRecord(Type recipeRecordType)
Gets the recipe search order record corresponding to the given recipe
record
Type. |
void |
orderByTotalEstimatedDuration(SearchOrderStyle style)
Orders the results by total estimated duration.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrdervoid orderByTotalEstimatedDuration(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. RecipeSearchOrderRecord getRecipeSearchOrderRecord(Type recipeRecordType) throws OperationFailedException, PermissionDeniedException
Type. Multiple retrievals return the same
underlying object.recipeRecordType - a recipe record typeNullArgumentException - recipeRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(recipeRecordType) is false
mandatory - This method must be implemented.