com.ptc.core.query.common.impl
Class BasicTypePagingSession

java.lang.Object
  extended by com.ptc.core.query.common.impl.BasicTypePagingSession
All Implemented Interfaces:
PageRequest, RepositoryPagingSession, TypePagingSession, Serializable

public class BasicTypePagingSession
extends Object
implements TypePagingSession, RepositoryPagingSession, PageRequest, Serializable

This class provides a basic implementation of a TypePagingSession.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.query.common.TypePagingSession
TOTAL_COUNT
 
Fields inherited from interface com.ptc.core.command.common.bean.repository.PageRequest
COUNT, OFFSET
 
Method Summary
 int getTotalCount()
          Gets the value of the attribute: totalCount; Total count of items available to page through.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTotalCount

public int getTotalCount()
Gets the value of the attribute: totalCount; Total count of items available to page through.

Supported API: true

Specified by:
getTotalCount in interface TypePagingSession
Returns:
int