public class SearchQueryBuilderBack
extends java.lang.Object
So that the getQuery
method, invoked either by the
SearchQueryBuilderFront
object or by a org.joty.access.Accessor.DataDef
instance,
returns the 'page' of result corresponding to the number of iteration
received as parameter.
org.joty.data.SearchQueryBuilderFront
Constructor and Description |
---|
SearchQueryBuilderBack() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuery(java.lang.String setDefinition,
java.lang.String whereClause,
java.lang.String orderByClause,
int iteration,
java.lang.String sharingExpr) |
void |
setPaginationQuery(java.lang.String query,
java.lang.String pageSize) |