|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjectLockManagerModelRO
This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.
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 |
---|
int GetClassID()
int GetSortColumn()
int GetSortDirection()
boolean GetSortOnly()
PTGrowableSortedArrayWrapper GetLockedItems(int intClassID)
PTGrowableSortedArrayWrapper GetLockedItemsFromHashtable(int _nClassID)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |