|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.PageableQuerySpec
wt.query.BasicPageableQuerySpec
public class BasicPageableQuerySpec
This class provides a standard implementation for establishing a paging
session. It also extends the PageableQuerySpec and can be used to retrieve
an intial result page.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface wt.query.PageableSessionQuerySpec |
|---|
GROUP_FROM_INDEX, PAGE_THRESHOLD, PRIMARY_STATEMENT |
| Fields inherited from interface wt.pds.StatementSpec |
|---|
ADVANCED_QUERY_ENABLED, USE_BIND |
| Method Summary | |
|---|---|
int |
getGroupFromIndex()
Gets the value of the attribute: groupFromIndex; Specifies a FromIndex from the snapshor query that will be used to group results for paging. |
int |
getPageThreshold()
Gets the value of the attribute: pageThreshold; Specifies threshold at which a paging session will be established. |
StatementSpec |
getPrimaryStatement()
Gets the object for the association that plays role: primaryStatement. |
void |
setGroupFromIndex(int a_GroupFromIndex)
Sets the value of the attribute: groupFromIndex; Specifies a FromIndex from the snapshor query that will be used to group results for paging. |
void |
setPageThreshold(int a_PageThreshold)
Sets the value of the attribute: pageThreshold; Specifies threshold at which a paging session will be established. |
void |
setPrimaryStatement(StatementSpec a_PrimaryStatement)
Sets the object for the association that plays role: primaryStatement. |
| Methods inherited from class wt.query.PageableQuerySpec |
|---|
getOffset, getRange, isAdvancedQueryEnabled, isUseBind, setAdvancedQueryEnabled, setLocale, setOffset, setRange, setUseBind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface wt.pds.StatementSpec |
|---|
isAdvancedQueryEnabled, isUseBind, setAdvancedQueryEnabled, setLocale, setUseBind |
| Method Detail |
|---|
public int getGroupFromIndex()
getGroupFromIndex in interface PageableSessionQuerySpec
public void setGroupFromIndex(int a_GroupFromIndex)
throws WTPropertyVetoException
setGroupFromIndex in interface PageableSessionQuerySpeca_GroupFromIndex -
WTPropertyVetoExceptionpublic int getPageThreshold()
getPageThreshold in interface PageableSessionQuerySpec
public void setPageThreshold(int a_PageThreshold)
throws WTPropertyVetoException
setPageThreshold in interface PageableSessionQuerySpeca_PageThreshold -
WTPropertyVetoExceptionpublic StatementSpec getPrimaryStatement()
getPrimaryStatement in interface PageableSessionQuerySpec
public void setPrimaryStatement(StatementSpec a_PrimaryStatement)
throws WTPropertyVetoException
setPrimaryStatement in interface PageableSessionQuerySpeca_PrimaryStatement -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||