Transaction System API

PagingInfo

Method Summary
String get(String property)

Returns the specified value from the PagingInfo data.

int getCurrentPage()

Returns the number of the current page. Only set if DataViewFilter.filterByPage has been called.

Data getData()

Returns a Data object with information from this paging info.

int getFirstPage()

Returns the page number of the first page. Only set if DataViewFilter.filterByPage has been called.

int getLastPage()

Returns the page number of the last page. Only set if DataViewFilter.filterByPage has been called.

int getNextPage()

Returns the page number of the next page. Only set if DataViewFilter.filterByPage has been called.

int getPageCount()

Returns the total page count. Only set if DataViewFilter.filterByPage has been called.

int getPreviousPage()

Returns the page number of the previous page. Only set if DataViewFilter.filterByPage has been called.

String getQueryString()

Returns all non default properties (those you've added to Data) as a querystring.

String getQueryString(String action, String pageNumberVariable, int pageNumber)

Returns all non default properties (those you've added to Data) as a querystring with action and pageNumber information.

boolean hasNextPage()

Returns true if there is a next page. Only set if DataViewFilter.filterByPage has been called.

boolean hasPreviousPage()

Returns true if there is a previous page. Only set if DataViewFilter.filterByPage has been called.

String toString()

Returns a description of this object.

Method Detail


String get(String property)

Returns the specified value from the PagingInfo data.

Parameters:

  • String   property

Returns:  String

Since: 10-26-2010

top

int getCurrentPage()

Returns the number of the current page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 06-05-2009

top

Data getData()

Returns a Data object with information from this paging info.

Returns:  Data

Since: 01-19-2009

top

int getFirstPage()

Returns the page number of the first page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getLastPage()

Returns the page number of the last page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getNextPage()

Returns the page number of the next page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getPageCount()

Returns the total page count. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

int getPreviousPage()

Returns the page number of the previous page. Only set if DataViewFilter.filterByPage has been called.

Returns:  int

Since: 05-06-2009

top

String getQueryString()

Returns all non default properties (those you've added to Data) as a querystring.

Returns:  String

Since: 10-26-2010

top

String getQueryString(String action, String pageNumberVariable, int pageNumber)

Returns all non default properties (those you've added to Data) as a querystring with action and pageNumber information.

Parameters:

  • String   action
  • String   pageNumberVariable
  • int   pageNumber

Returns:  String

Since: 10-26-2010

top

boolean hasNextPage()

Returns true if there is a next page. Only set if DataViewFilter.filterByPage has been called.

Returns:  boolean

Since: 05-06-2009

top

boolean hasPreviousPage()

Returns true if there is a previous page. Only set if DataViewFilter.filterByPage has been called.

Returns:  boolean

Since: 05-06-2009

top

String toString()

Returns a description of this object.

Returns:  String

Since: 05-18-2009

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM