|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagingSessionSpec | |
com.ptc.core.query.server.impl | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.pom | Provides low-level, yet database independent, access to a database. |
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 PagingSessionSpec in com.ptc.core.query.server.impl |
Methods in com.ptc.core.query.server.impl with parameters of type PagingSessionSpec | |
private BasicQueryService.PagingInfo |
BasicQueryService.execute(PagingSessionSpec a_fetchSpec,
boolean a_isAggregate,
List a_results)
|
Uses of PagingSessionSpec in wt.fc |
Fields in wt.fc declared as PagingSessionSpec | |
private PagingSessionSpec |
PagingQueryResult.pagingSpec
|
private PagingSessionSpec |
PagingQueryResult.pagingSpec
|
Methods in wt.fc that return PagingSessionSpec | |
PagingSessionSpec |
PagingQueryResult.getPagingSpec()
Gets the value of the attribute: pagingSpec; Paging specification object used to fetch subsequent pages. |
PagingSessionSpec |
PagingQueryResult.getPagingSpec()
Gets the value of the attribute: pagingSpec; Paging specification object used to fetch subsequent pages. |
Constructors in wt.fc with parameters of type PagingSessionSpec | |
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec)
Supported API: false |
|
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec,
Object a_fetchInfo)
Supported API: false |
|
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec)
Supported API: false |
|
PagingQueryResult(PagingSession a_pagingSession,
PagingSessionSpec a_pagingSpec,
Object a_fetchInfo)
Supported API: false |
Uses of PagingSessionSpec in wt.pom |
Fields in wt.pom declared as PagingSessionSpec | |
(package private) PagingSessionSpec |
PagingCacheEntry.pagingSpec
|
Methods in wt.pom that return PagingSessionSpec | |
PagingSessionSpec |
PagingCacheEntry.getPagingSpec()
|
Constructors in wt.pom with parameters of type PagingSessionSpec | |
PagingCacheEntry(PagingSessionSpec a_pagingSpec,
Object a_fetchInfo)
|
Uses of PagingSessionSpec in wt.query |
Methods in wt.query that return PagingSessionSpec | |
PagingSessionSpec |
PageableSessionQuerySpec.getPagingSessionSpec(long a_sessionId,
int a_totalSize,
List a_objArray,
int a_groupFromIndex)
This method returns a PagingSessionSpec that can be used to fetch subsequent pages for the established session. |
PagingSessionSpec |
PageableSessionQuerySpec.getPagingSessionSpec(long a_sessionId,
int a_totalSize)
This method returns a PagingSessionSpec that can be used to fetch subsequent pages for the established session. |
PagingSessionSpec |
BasicPageableQuerySpec.getPagingSessionSpec(long a_sessionId,
int a_totalSize,
List a_objArray,
int a_groupFromIndex)
This method returns a PagingSessionSpec that can be used to fetch subsequent pages for the established session. |
PagingSessionSpec |
BasicPageableQuerySpec.getPagingSessionSpec(long a_sessionId,
int a_totalSize)
This method returns a PagingSessionSpec that can be used to fetch subsequent pages for the established session. |
Methods in wt.query with parameters of type PagingSessionSpec | |
protected boolean |
PagingSessionSpec.readVersion(PagingSessionSpec thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |