Skip navigation links


oracle.iam.certification.vo
Class PaginationContext

java.lang.Object
  extended by oracle.iam.certification.vo.PaginationContext

All Implemented Interfaces:
java.io.Serializable

public class PaginationContext
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
static int DEFAULT_PAGE_SIZE
           
static java.lang.String NO_SORT
           
static int SORT_ORDER_ASCENDING
           
static int SORT_ORDER_DESCENDING
           
static int SORT_ORDER_NONE
           

 

Constructor Summary
PaginationContext()
           
PaginationContext(int rowsToSkip, int rowsToFetch, java.lang.String sortAttribute, int sortOrder)
           

 

Method Summary
 Filter getFilter()
           
 int getRowsToFetch()
           
 int getRowsToSkip()
           
 java.lang.String getSortAttribute()
           
 int getSortOrder()
           
 void setFilter(Filter filter)
           
 void setRowsToFetch(int rowsToFetch)
           
 void setRowsToSkip(int rowsToSkip)
           
 void setSortAttribute(java.lang.String sortAttribute)
           
 void setSortOrder(int sortOrder)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

DEFAULT_PAGE_SIZE

public static final int DEFAULT_PAGE_SIZE
See Also:
Constant Field Values

NO_SORT

public static final java.lang.String NO_SORT

SORT_ORDER_NONE

public static final int SORT_ORDER_NONE
See Also:
Constant Field Values

SORT_ORDER_ASCENDING

public static final int SORT_ORDER_ASCENDING
See Also:
Constant Field Values

SORT_ORDER_DESCENDING

public static final int SORT_ORDER_DESCENDING
See Also:
Constant Field Values

Constructor Detail

PaginationContext

public PaginationContext(int rowsToSkip,
                         int rowsToFetch,
                         java.lang.String sortAttribute,
                         int sortOrder)

PaginationContext

public PaginationContext()

Method Detail

getRowsToFetch

public int getRowsToFetch()

setRowsToFetch

public void setRowsToFetch(int rowsToFetch)

getRowsToSkip

public int getRowsToSkip()

setRowsToSkip

public void setRowsToSkip(int rowsToSkip)

getSortAttribute

public java.lang.String getSortAttribute()

setSortAttribute

public void setSortAttribute(java.lang.String sortAttribute)

getSortOrder

public int getSortOrder()

setSortOrder

public void setSortOrder(int sortOrder)

getFilter

public Filter getFilter()

setFilter

public void setFilter(Filter filter)

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.