|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.resultwrapper.ASQueryResultWrapper
public class ASQueryResultWrapper
| Constructor Summary | |
|---|---|
ASQueryResultWrapper(IPTQueryResult ptResult)
Creates a new ASQueryResultWrapper object. |
|
| Method Summary | |
|---|---|
static XPArrayList |
ConvertToArrayList(IASQueryResult asResult,
int nPropID)
|
static XPArrayList |
ConvertToArrayList(IASQueryResult asResult,
int[] anPropID)
|
int |
GetCount()
MES- GetCount should return the number of ROWS in the result set |
java.lang.Object |
GetFields(int nIndex,
int nPropertyMask)
MES- GetFields is used to get the value of a particular cell in the array. |
boolean |
IsComplete()
MES- IsComplete returns a boolean indicating if the rows we can return are the complete rowset (i.e. |
void |
SetIsComplete(boolean bIsComplete)
MES- SetIsComplete lets the code that sets us up decide if we have all the data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASQueryResultWrapper(IPTQueryResult ptResult)
ptResult -
XPException| Method Detail |
|---|
public static XPArrayList ConvertToArrayList(IASQueryResult asResult,
int nPropID)
asResult - nPropID -
public static XPArrayList ConvertToArrayList(IASQueryResult asResult,
int[] anPropID)
asResult - anPropID -
public int GetCount()
IASQueryResult
GetCount in interface IASQueryResult
public java.lang.Object GetFields(int nIndex,
int nPropertyMask)
IASQueryResult
GetFields in interface IASQueryResultnIndex - nPropertyMask -
public boolean IsComplete()
IsComplete in interface IASQueryResultpublic void SetIsComplete(boolean bIsComplete)
bIsComplete - indicates if the QueryResult we're wrapping
is complete (i.e does it contain all rows that match the Query
constraints, or has it been truncated?)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||