Plumtree Portal UI  
 

APTQueryWrapper Fields

The fields of the APTQueryWrapper class are listed below. For a complete list of APTQueryWrapper class members, see the APTQueryWrapper Members topic.

Public Static Fields

PTTQRW_DEFAULT_MAX_ROWS MES- By default, we only show the first 1000 rows.
PTTQRW_MODE_CLIENT MES- In this mode, all the data is on the client, we can sort on the client.
PTTQRW_MODE_TRUNCATED MES- In this mode, the data we hold is truncated, we have to go to the Server for sorts.

Protected Instance Fields

m_arrData (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
m_arrSort (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
m_bSortOptimized (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
m_hashPropIDtoColumn (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
m_iMaxRows MES- The maximum number of rows we'll return
m_iMode MES- Our mode- we have to treat large result sets special. Value should be PTTQRW_MODE_CLIENT or PTTQRW_MODE_TRUNCATED
m_lstRowMapping (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 

See Also

APTQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace