public interface PagingLoadConfig extends ListLoadConfig
ListLoadConfig with support for limit and offset values.| Modifier and Type | Method and Description |
|---|---|
int |
getLimit()
The number of records being requested.
|
int |
getOffset()
The offset for the first record to retrieve.
|
void |
setLimit(int limit)
Sets the limit.
|
void |
setOffset(int offset)
Sets the offset.
|
getSortInfo, setSortInfovoid setLimit(int limit)
limit - the limitvoid setOffset(int offset)
offset - the offsetint getLimit()
int getOffset()
Copyright © 2012. All Rights Reserved.