com.plumtree.portalpages.admin.editors.propertymap
Interface IPropertyMapEditorModelRO

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

public interface IPropertyMapEditorModelRO
extends IEditorModelRO

Author:
OlegS

Method Summary
 java.lang.String GetLastTreeSpaceId()
           
 int GetNumProperties()
           
 java.lang.String GetPropertyAttribute(int propId, int index)
           
 java.lang.Object[] GetPropertyIDs()
           
 int GetPropertyNumberOfAttributes(int propId)
           
 boolean GetSortAscending()
           
 boolean IsPropertyAdded(int propId)
           
 boolean IsPropertyDeleted(int propId)
           
 boolean IsPropertyInEditMode(int propId)
           
 boolean IsPropertyMandatory(int propId)
           
 boolean IsPropertyModified(int propId)
           
 int WherePropertiesLive()
           
 
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

GetLastTreeSpaceId

java.lang.String GetLastTreeSpaceId()
Returns:

GetSortAscending

boolean GetSortAscending()
Returns:

GetNumProperties

int GetNumProperties()
Returns:

IsPropertyAdded

boolean IsPropertyAdded(int propId)
Parameters:
propId -
Returns:

GetPropertyAttribute

java.lang.String GetPropertyAttribute(int propId,
                                      int index)
Parameters:
propId -
index -
Returns:

IsPropertyDeleted

boolean IsPropertyDeleted(int propId)
Parameters:
propId -
Returns:

GetPropertyIDs

java.lang.Object[] GetPropertyIDs()
Returns:

IsPropertyInEditMode

boolean IsPropertyInEditMode(int propId)
Parameters:
propId -
Returns:

IsPropertyMandatory

boolean IsPropertyMandatory(int propId)
Parameters:
propId -
Returns:

IsPropertyModified

boolean IsPropertyModified(int propId)
Parameters:
propId -
Returns:

GetPropertyNumberOfAttributes

int GetPropertyNumberOfAttributes(int propId)
Parameters:
propId -
Returns:

WherePropertiesLive

int WherePropertiesLive()
Returns:



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