Class ASelectQueryDecorator
java.lang.Object
org.opencastproject.assetmanager.impl.ASelectQueryDecorator
- All Implemented Interfaces:
ASelectQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ASelectQueryDecoratormkDecorator(ASelectQuery delegate) Specify an order.page(int offset, int size) Set paging information.run()Run the query and return the result.Restrict the set of returned records by adding a predicate.
-
Field Details
-
delegate
-
-
Constructor Details
-
ASelectQueryDecorator
-
-
Method Details
-
where
Description copied from interface:ASelectQueryRestrict the set of returned records by adding a predicate. This method may be called multiple times combining predicates using logical AND.- Specified by:
wherein interfaceASelectQuery
-
page
Description copied from interface:ASelectQuerySet paging information.- Specified by:
pagein interfaceASelectQuery
-
orderBy
Description copied from interface:ASelectQuerySpecify an order.- Specified by:
orderByin interfaceASelectQuery
-
run
Description copied from interface:ASelectQueryRun the query and return the result.- Specified by:
runin interfaceASelectQuery
-
mkDecorator
-