public interface I_CmsSearchStatePagination
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage()
Returns the current page.
|
boolean |
getIgnorePage()
Returns a flag, indicating if the state of the current page should be ignored.
|
void |
setCurrentPage(int page)
Setter for the current page.
|
void |
setIgnorePage(boolean ignore)
Setter for a flag, indicating if the state of the current page should be ignored.
|
int getCurrentPage()
boolean getIgnorePage()
void setCurrentPage(int page)
page - The current page to set.void setIgnorePage(boolean ignore)
ignore - A flag, indicating if the state of the current page should be ignored.