Uses of Class
wt.fc.PagingQueryResult

Packages that use PagingQueryResult
com.ptc.windchill.cadx.common.picker   
com.ptc.windchill.cadx.search   
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of PagingQueryResult in com.ptc.windchill.cadx.common.picker
 

Methods in com.ptc.windchill.cadx.common.picker with parameters of type PagingQueryResult
 Vector PickerUtilities.toResultsVector(PagingQueryResult results)
          If results is null then an empty Vector is returned.
 

Uses of PagingQueryResult in com.ptc.windchill.cadx.search
 

Methods in com.ptc.windchill.cadx.search that return PagingQueryResult
static PagingQueryResult DatabaseSearch.databaseSearch(Vector classnames, Hashtable criteria, Vector displayAttributes, Vector sortKeys, int pageOffset, int pageRange, String searchFilter, HashMap oidList, Locale locale)
          Does the database part of the integrated search.
private  PagingQueryResult DatabaseSearch.execute(Vector query_specs, int pageOffset, int pageRange)
          After the entire set of query specs is built this method can be used to run the search.
 

Uses of PagingQueryResult in wt.fc
 

Methods in wt.fc that return PagingQueryResult
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, Persistable a_source, String a_role, Class a_linkClass, boolean a_onlyOtherSide)
          This method opens a paging session for navigation given the source object, the role, and linkclass.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, Persistable a_source, String a_role, QuerySpec a_criteria, boolean a_onlyOtherSide)
          This method opens a paging session for navigation given the source object, the role, and criteria.
static PagingQueryResult PagingSessionHelper.fetchPagingSession(int a_offset, int a_range, long a_sessionId)
          This method fetches a page of data from an opened paging session.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec, int a_threshold)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec, int a_threshold, boolean a_backgroundThreadEnabled)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec, boolean a_backgroundThreadEnabled)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, Persistable a_source, String a_role, Class a_linkClass, boolean a_onlyOtherSide)
          This method opens a paging session for navigation given the source object, the role, and linkclass.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, Persistable a_source, String a_role, QuerySpec a_criteria, boolean a_onlyOtherSide)
          This method opens a paging session for navigation given the source object, the role, and criteria.
static PagingQueryResult PagingSessionHelper.fetchPagingSession(int a_offset, int a_range, long a_sessionId)
          This method fetches a page of data from an opened paging session.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec, int a_threshold)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec, int a_threshold, boolean a_backgroundThreadEnabled)
          This method opens a paging session using the specified snapshot query.
static PagingQueryResult PagingSessionHelper.openPagingSession(int a_offset, int a_range, StatementSpec a_snapshotSpec, boolean a_backgroundThreadEnabled)
          This method opens a paging session using the specified snapshot query.
 

Methods in wt.fc with parameters of type PagingQueryResult
protected  boolean PagingQueryResult.readVersion(PagingQueryResult thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  boolean PagingQueryResult.readVersion(PagingQueryResult thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of PagingQueryResult in wt.query
 

Methods in wt.query that return PagingQueryResult
static PagingQueryResult DatabaseSearch.databaseSearch(Vector classnames, Hashtable criteria, Vector displayAttributes, Vector sortKeys, int pageOffset, int pageRange, String searchFilter, HashMap oidList, Locale locale)
          Does the database part of the integrated search.
static PagingQueryResult DatabaseSearch.limitedDatabaseSearch(Vector classnames, Hashtable criteria, Vector displayAttributes, Vector sortKeys, int pageOffset, int pageRange, String searchFilter, HashMap oidList, Locale locale)
          Does the database part of the limited integrated search.
private  PagingQueryResult DatabaseSearch.execute(Vector query_specs, int pageOffset, int pageRange)
          After the entire set of query specs is built this method can be used to run the search.