|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.enterprise.search.server.SearchPagingInfo
Holds paging data for a search.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private int |
offset
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private int |
pageCount
|
private PageMode |
pageMode
|
private BasicTypePagingSession |
pagingSession
|
private long |
pagingSessionId
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
SearchPagingInfo()
|
Method Summary | |
int |
getOffset()
Gets the value of the attribute: offset; Index of first object returned from a result set. |
int |
getPageCount()
Gets the value of the attribute: pageCount; Objects per page. |
PageMode |
getPageMode()
Gets the value of the attribute: pageMode. |
BasicTypePagingSession |
getPagingSession()
Gets the value of the attribute: pagingSession; A paged results session. |
long |
getPagingSessionId()
Gets the value of the attribute: pagingSessionId; Identifies an existing paging session. |
int |
getPagingSessionSize()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(SearchPagingInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setOffset(int a_Offset)
Sets the value of the attribute: offset; Index of first object returned from a result set. |
void |
setPageCount(int a_PageCount)
Sets the value of the attribute: pageCount; Objects per page. |
void |
setPageMode(PageMode a_PageMode)
Sets the value of the attribute: pageMode. |
void |
setPagingSession(BasicTypePagingSession a_PagingSession)
Sets the value of the attribute: pagingSession; A paged results session. |
void |
setPagingSessionId(long a_PagingSessionId)
Sets the value of the attribute: pagingSessionId; Identifies an existing paging session. |
String |
toString()
Return String representation of CurrentPagingSession Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private BasicTypePagingSession pagingSession
private int pageCount
private long pagingSessionId
private int offset
private PageMode pageMode
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public SearchPagingInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(SearchPagingInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public BasicTypePagingSession getPagingSession()
public void setPagingSession(BasicTypePagingSession a_PagingSession) throws WTPropertyVetoException
a_PagingSession
-
WTPropertyVetoException
public int getPageCount()
public void setPageCount(int a_PageCount) throws WTPropertyVetoException
a_PageCount
-
WTPropertyVetoException
public long getPagingSessionId()
public void setPagingSessionId(long a_PagingSessionId) throws WTPropertyVetoException
a_PagingSessionId
-
WTPropertyVetoException
public int getOffset()
public void setOffset(int a_Offset) throws WTPropertyVetoException
a_Offset
-
WTPropertyVetoException
public PageMode getPageMode()
public void setPageMode(PageMode a_PageMode) throws WTPropertyVetoException
a_PageMode
-
WTPropertyVetoException
public int getPagingSessionSize()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |