com.plumtree.portaluiinfrastructure.resultwrapper
Interface IASQueryResult

All Known Implementing Classes:
APTQueryWrapper, ASQueryResultWrapper, PTObjectManagerQueryWrapper, PTSortedDocumentsQueryWrapper

public interface IASQueryResult

MES- The IASQueryResult interface is used by PTObjectManagerQueryWrapper and ASQueryResultWrapper to make IPTQueryResults and IPTTurboQueryResults look the same to clients

Author:
MichaelS

Method Summary
 int GetCount()
          MES- GetCount should return the number of ROWS in the result set
 java.lang.Object GetFields(int iRowNum, int iPropertyID)
          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.
 

Method Detail

GetCount

int GetCount()
MES- GetCount should return the number of ROWS in the result set

Returns:
the number of rows in the result set

GetFields

java.lang.Object GetFields(int iRowNum,
                           int iPropertyID)
MES- GetFields is used to get the value of a particular cell in the array.

Parameters:
iRowNum - is the row that contains the data of interest
iPropertyID - is the PropertyID of the data of interest (e.g. PT_PROPIDS.PT_PROPID_NAME)
Returns:
the value of the cell

IsComplete

boolean IsComplete()
MES- IsComplete returns a boolean indicating if the rows we can return are the complete rowset (i.e. have we truncated the rowset because it's too large to bring to the client.)

Returns:
A boolean indicating completeness.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.