|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.data.PagedSearchFilter
public class PagedSearchFilter
Base class for paged search filters. This class may be extended to include additional search criteria needed by specific implementations.
Derechos Reservados
| Constructor Summary | |
|---|---|
PagedSearchFilter()
|
|
| Method Summary | |
|---|---|
int |
getBlockIndex()
Get the block index according to the first result and max results fields |
int |
getFirstResult()
Returns the id. |
int |
getMaxResults()
Returns the version. |
boolean |
isAscending()
Is ascending ordering ( true by default ) |
boolean |
isPagingRequired()
Check if paging is required for this query. |
void |
setAscending(boolean b)
set the ordering ( true by default ) |
void |
setFirstResult(int firstResult)
Sets the id. |
void |
setMaxResults(int maxResults)
Sets the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PagedSearchFilter()
| Method Detail |
|---|
public final int getFirstResult()
public final int getMaxResults()
public final void setFirstResult(int firstResult)
id - The id to setpublic final void setMaxResults(int maxResults)
version - The version to setpublic final boolean isPagingRequired()
public final int getBlockIndex()
public final boolean isAscending()
public final void setAscending(boolean b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||