com.plumtree.portalpages.admin.ptutilities.objectlockmanager
Interface IObjectLockManagerModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
ObjectLockManagerModel

public interface IObjectLockManagerModelRO
extends IEditorModelRO

This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

Author:
Julie Fournier

Method Summary
 int GetClassID()
          Returns the classID.
 PTGrowableSortedArrayWrapper GetLockedItems(int intClassID)
          Returns the value of the member variable "m_arrLockedItems".
 PTGrowableSortedArrayWrapper GetLockedItemsFromHashtable(int _nClassID)
          Returns the value of the growable array of locked items for the current classID in the hashtable.
 int GetSortColumn()
          Returns the sortColumn.
 int GetSortDirection()
          Returns the sortDirection.
 boolean GetSortOnly()
          Returns whether we are just sorting the list of locked items, or whether we should retrieve new data from the database.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetClassID

int GetClassID()
Returns the classID.

Returns:
int

GetSortColumn

int GetSortColumn()
Returns the sortColumn.

Returns:
int

GetSortDirection

int GetSortDirection()
Returns the sortDirection.

Returns:
int

GetSortOnly

boolean GetSortOnly()
Returns whether we are just sorting the list of locked items, or whether we should retrieve new data from the database.

Returns:
boolean

GetLockedItems

PTGrowableSortedArrayWrapper GetLockedItems(int intClassID)
Returns the value of the member variable "m_arrLockedItems".

Returns:
PTSortedArrayWrapper

GetLockedItemsFromHashtable

PTGrowableSortedArrayWrapper GetLockedItemsFromHashtable(int _nClassID)
Returns the value of the growable array of locked items for the current classID in the hashtable.

Returns:
PTSortedArrayWrapper



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