Plumtree Portal UI  
 

PTObjectManagerQueryWrapper Members

PTObjectManagerQueryWrapper overview

Public Instance Constructors

PTObjectManagerQueryWrapper Constructor MES- The constructor is used by clients to attach this instance to an Object Manager

Public Instance Methods

ContainsPropID (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCount (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
GetFields (inherited from APTQueryWrapper) MES- GetFields emulates the IPTQueryResult call of the same name. It's just a tiny wrapper around PTSortedArrayWrapper::GetItem, but it offers the name expected by IPTQueryResult callers.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetItem (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
GetSort (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
GetType (inherited from Object)Gets the Type of the current instance.
Initialize MES- This version of Initialize masks the Initialize of our superclass- we want to make sure that clients don't call the wrong version of Initialize.
IsComplete (inherited from APTQueryWrapper) 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.)
MaxRows (inherited from APTQueryWrapper) MES- MaxRows returns the maximum number of rows an instance may contain before entering PTTQRW_MODE_TRUNCATED mode.
QueryOverloaded. MES- Query wraps the ObjectManager call of the same name
QuerySingleObject MES- QuerySingleObject wraps the ObjectManager call of the same name
SetItem (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
SetItems (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
SetMaxRows MES- SetMaxRows allows clients to set the maximum number of rows that this wrapper will hold before entering PTTQRW_MODE_TRUNCATED mode. Call this function BEFORE querying.
SimpleQueryOverloaded. MES- SimpleQuery wraps the ObjectManager call of the same name This function queries all folders, and orders by name.
Sort MES- Sort is used to resort the data. Sort will do an in-memory sort, or will requery the server, as needed. If the server is re-queried, the skipped rows from the original query will be ignored.
ToString (inherited from Object)Returns a String that represents the current Object.

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_iFolderID MES- The Folder ID we're using, if we need to requery to resort
m_iMaxRows (inherited from APTQueryWrapper) MES- The maximum number of rows we'll return
m_iMode (inherited from APTQueryWrapper) MES- Our mode- we have to treat large result sets special. Value should be PTTQRW_MODE_CLIENT or PTTQRW_MODE_TRUNCATED
m_iPropIDMask MES- The Property ID mask we're using, if we need to requery to resort
m_lstRowMapping (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
m_ObjectManager MES- The ObjectManager we're wrapping
m_objQueryFilter MES- The Query Filter we're using, if we need to requery to resort

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MapColumnIDs (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
SortInternal (inherited from com.plumtree.uiinfrastructure.arraywrapper.PTSortedArrayWrapper) 

See Also

PTObjectManagerQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace