|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CannedQueryFactory
Interface for factory implementations for producing instances of CannedQuery
based on all the query parameters.
| Method Summary | |
|---|---|
CannedQuery |
getCannedQuery(CannedQueryParameters parameters)
Retrieve an instance of a CannedQuery based on the full range of
available parameters. |
CannedQuery |
getCannedQuery(java.lang.Object parameterBean,
int skipResults,
int pageSize,
java.lang.String queryExecutionId)
Retrieve an instance of a CannedQuery based on limited parameters. |
| Method Detail |
|---|
CannedQuery getCannedQuery(CannedQueryParameters parameters)
CannedQuery based on the full range of
available parameters.
parameters - the full query parameters
CannedQuery getCannedQuery(java.lang.Object parameterBean,
int skipResults,
int pageSize,
java.lang.String queryExecutionId)
CannedQuery based on limited parameters.
parameterBean - the values that the query will be based on or null
if not relevant to the queryskipResults - results to skip before pagepageSize - the size of page - ie. max items (if skipResults = 0)queryExecutionId - ID of a previously-executed query to be used during follow-up
page requests - null if not available
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||