Interface PageRequest
- All Known Subinterfaces:
RepositoryCommand
- All Known Implementing Classes:
AbstractQueryCommand,AbstractReportQueryCommand,AbstractRepositoryCommand,AttributeContainerQueryCommand,BasicFetchPagingRepositoryCommand,BasicQueryCommand,BasicReportQueryCommand,FindPersistentEntityCommand,PersistedReportQueryCommand
public interface PageRequest
This interface specifies the parameters assocatied with a paging request.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Field Summary
Fields -
Method Summary
-
Field Details
-
OFFSET
Label for the attribute; Offset of the page.
Supported API: true- See Also:
-
COUNT
Label for the attribute; Number of items for the page.
Supported API: true- See Also:
-
-
Method Details
-
getOffset
int getOffset()Gets the value of the attribute: OFFSET. Offset of the page.
Supported API: true- Returns:
- int
-
setOffset
Sets the value of the attribute: OFFSET. Offset of the page.
Supported API: true- Parameters:
a_Offset-- Throws:
WTPropertyVetoException
-
getCount
int getCount()Gets the value of the attribute: COUNT. Number of items for the page.
Supported API: true- Returns:
- int
-
setCount
Sets the value of the attribute: COUNT. Number of items for the page.
Supported API: true- Parameters:
a_Count-- Throws:
WTPropertyVetoException
-