public interface IBaseFindOptions
| Modifier and Type | Method and Description |
|---|---|
int |
getAndOr()
Get the AND or OR operator for search conditions.
|
boolean |
getIncludeTotalCount()
Get the include total count of the search results.
|
boolean |
getIsPagingOn()
Returns if Paging is On on the search results
|
int |
getMaxResults()
Get the Maximum results for the search results
|
int |
getPageNum()
Returns the Page number that needs to be retrieved in the search results
|
int |
getResultsPerPage()
Get the results per page
|
int |
getReturnLastRow()
Get the last row number to be returned
|
boolean |
getReturnOnlyCounts()
Get the return only count flag.
|
int |
getReturnStartRow()
Get the start row number to be returned
|
SortDirection |
getSortDirection()
Get the sort direction
|
java.lang.String |
getSortFieldName()
Get the sort field name.
|
void |
setAndOr(int andOr)
Set the AND or OR operator for the search conditions.
|
void |
setIncludeTotalCount(boolean includeTotalCount)
Set the include total count of the search results.
|
void |
setMaxResults(int maxResults)
Set the Maximum results for the search results.
|
void |
setPageNum(int pageNum)
Set the page number to be retrieved in the search results.
|
void |
setPagingOn(boolean isPagingOn)
Set the Pagination On for the search results
Default value for this flag is false.
|
void |
setResultsPerPage(int resultsPerPage)
Set the results per page
|
void |
setReturnLastRow(int lastRow)
Set the last row number to be returned
|
void |
setReturnOnlyCounts(boolean returnOnlyCounts)
Set the return only count flag.
|
void |
setReturnStartRow(int startRow)
Set the start row number to be returned
|
void |
setSortDirection(SortDirection direction)
set the sort Direction.
|
void |
setSortFieldName(java.lang.String sortFieldName)
Set the sort field name.
|
java.lang.String getSortFieldName()
void setSortFieldName(java.lang.String sortFieldName)
sortFieldName - SortDirection getSortDirection()
void setSortDirection(SortDirection direction)
SortDirection.Ascdirection - int getPageNum()
void setPageNum(int pageNum)
pageNum - int getAndOr()
void setAndOr(int andOr)
andOr - void setMaxResults(int maxResults)
maxResults - int getMaxResults()
void setPagingOn(boolean isPagingOn)
isPagingOn - boolean getIsPagingOn()
void setResultsPerPage(int resultsPerPage)
resultsPerPage - int getResultsPerPage()
void setReturnLastRow(int lastRow)
lastRow - int getReturnLastRow()
void setReturnStartRow(int startRow)
startRow - int getReturnStartRow()
void setIncludeTotalCount(boolean includeTotalCount)
includeTotalCount - boolean getIncludeTotalCount()
void setReturnOnlyCounts(boolean returnOnlyCounts)
returnOnlyCounts - boolean getReturnOnlyCounts()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.