com.sage.orion.sdata.servlet
Class KeyedPagingInfo

java.lang.Object
  extended by com.sage.orion.sdata.servlet.PagingInfo
      extended by com.sage.orion.sdata.servlet.KeyedPagingInfo

public class KeyedPagingInfo
extends PagingInfo

The implementation of PagingInfo for keyedPaging links


Field Summary
 
Fields inherited from class com.sage.orion.sdata.servlet.PagingInfo
resourceSetURL
 
Constructor Summary
KeyedPagingInfo(java.lang.String topKey, java.lang.String bottomKey, int pageSize, java.lang.String startKey, SDataConstants.KeyDirection keyDirection, java.lang.String firstKey, java.lang.String lastKey)
          Create a keyed paging information structure with the given data
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedPagingInfo

public KeyedPagingInfo(java.lang.String topKey,
                       java.lang.String bottomKey,
                       int pageSize,
                       java.lang.String startKey,
                       SDataConstants.KeyDirection keyDirection,
                       java.lang.String firstKey,
                       java.lang.String lastKey)
Create a keyed paging information structure with the given data

Parameters:
topKey -
bottomKey -
pageSize -
startKey -
keyDirection -
firstKey -
lastKey -


Copyright © 2011 Sage Software, Inc. All rights reserved.