|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PageableSessionQuerySpec
This interface specifies the abstractions necessary to establish a persistent
paging session.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
GROUP_FROM_INDEX
Label for the attribute; Specifies a FromIndex from the snapshor query that will be used to group results for paging. |
static String |
PAGE_THRESHOLD
Label for the attribute; Specifies threshold at which a paging session will be established. |
static String |
PRIMARY_STATEMENT
Label for the attribute. |
| Fields inherited from interface wt.pds.StatementSpec |
|---|
ADVANCED_QUERY_ENABLED, USE_BIND |
| Method Summary | |
|---|---|
int |
getGroupFromIndex()
Gets the value of the attribute: GROUP_FROM_INDEX. |
int |
getPageThreshold()
Gets the value of the attribute: PAGE_THRESHOLD. |
StatementSpec |
getPrimaryStatement()
Gets the object for the association that plays role: PRIMARY_STATEMENT. |
void |
setGroupFromIndex(int a_GroupFromIndex)
Sets the value of the attribute: GROUP_FROM_INDEX. |
void |
setPageThreshold(int a_PageThreshold)
Sets the value of the attribute: PAGE_THRESHOLD. |
void |
setPrimaryStatement(StatementSpec a_PrimaryStatement)
Sets the object for the association that plays role: PRIMARY_STATEMENT. |
| Methods inherited from interface wt.pds.StatementSpec |
|---|
isAdvancedQueryEnabled, isUseBind, setAdvancedQueryEnabled, setLocale, setUseBind |
| Field Detail |
|---|
static final String GROUP_FROM_INDEX
static final String PAGE_THRESHOLD
static final String PRIMARY_STATEMENT
| Method Detail |
|---|
int getGroupFromIndex()
void setGroupFromIndex(int a_GroupFromIndex)
throws WTPropertyVetoException
a_GroupFromIndex -
WTPropertyVetoExceptionint getPageThreshold()
void setPageThreshold(int a_PageThreshold)
throws WTPropertyVetoException
a_PageThreshold -
WTPropertyVetoExceptionStatementSpec getPrimaryStatement()
void setPrimaryStatement(StatementSpec a_PrimaryStatement)
throws WTPropertyVetoException
a_PrimaryStatement -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||