com.plumtree.portalpages.admin.editors.property
Interface IPropModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
PropModel

public interface IPropModelRO
extends IObjEditorModelRO

Read-only interface for property model.

Author:
josephc

Method Summary
 java.lang.String GetManagedPicklistValidationFunction()
          Return pick list validation function
 java.lang.String GetPickTable()
          Returns name of database table used for pick table
 int GetPickType()
          Returns pick table types (PT_PICKTABLE_TYPES)
 int GetPropertyType()
          Returns property type (PT_PROPERTY_TYPES)
 int GetReferenceClass()
          Returns reference class
 boolean IsAlwaysCardProperty()
          Returns true if property is always a card property
 boolean IsCardProperty()
          Returns true if property is a card property
 boolean IsMandatory()
          Returns true if property is mandatory
 boolean IsMultiValued()
          Returns true if property is multi-valued
 boolean IsReadOnly()
          Returns true if property is read-only
 boolean IsSearchable()
          Returns true if property is searchable
 boolean IsURL()
          Returns true if property is an URL
 boolean IsVisible()
          Returns true if property is visible
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetManagedPicklistValidationFunction

java.lang.String GetManagedPicklistValidationFunction()
Return pick list validation function

Returns:
Pick list validation function

GetPickTable

java.lang.String GetPickTable()
Returns name of database table used for pick table

Returns:
Name of database table used for pick table

GetPickType

int GetPickType()
Returns pick table types (PT_PICKTABLE_TYPES)

Returns:
Pick type

GetPropertyType

int GetPropertyType()
Returns property type (PT_PROPERTY_TYPES)

Returns:
Property type

GetReferenceClass

int GetReferenceClass()
Returns reference class

Returns:
Reference class

IsAlwaysCardProperty

boolean IsAlwaysCardProperty()
Returns true if property is always a card property

Returns:
True if property is always a card property

IsCardProperty

boolean IsCardProperty()
Returns true if property is a card property

Returns:
True if property is a card property

IsMandatory

boolean IsMandatory()
Returns true if property is mandatory

Returns:
True if property is mandatory

IsMultiValued

boolean IsMultiValued()
Returns true if property is multi-valued

Returns:
True if property is multi-valued

IsSearchable

boolean IsSearchable()
Returns true if property is searchable

Returns:
True if property is searchable

IsURL

boolean IsURL()
Returns true if property is an URL

Returns:
True if property is an URL

IsVisible

boolean IsVisible()
Returns true if property is visible

Returns:
True if property is visible

IsReadOnly

boolean IsReadOnly()
Returns true if property is read-only

Returns:
True if property is read-only



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