com.plumtree.portaluiinfrastructure.expandablelist.selectptobject
Interface ISelectPTObjectModelRO
- All Superinterfaces: 
 - IExpListModelRO, IModelRO, IMVCObject, IPaginationModelRO
 
- All Known Subinterfaces: 
 - IGroupListModelRO, IJobFoldersListModelRO, IMultiObjectsSecurityModelRO, IMultiObjectsSubscribeModelRO, IObjectSecurityModelRO, IRulesListModelRO
 
- All Known Implementing Classes: 
 - CommunityEditorSubcommunityModel, EODPortletPrefsProfileSectionListModel, EODPortletPrefsSelectPTObjectModel, GroupListModel, InheritListModel, JobFoldersListModel, MigrationSelectForExportModel, MultiObjectsSecurityModel, MultiObjectsSubscribeModel, ObjectSecurityModel, PortletSelectModel, ProfileSourceSelectPTObjectModel, RulesListModel, SavSrchDisplayFieldsListModel, SelectPTObjectModel, SelectPTObjectsByTypeModel
 
public interface ISelectPTObjectModelRO
- extends IExpListModelRO
 
This interface is implemented by the Model.
 It contains all the read-only mothods of the Model
 accessed by the Views.
- Author:
 
  - Julie Fournier
 
 
| Methods inherited from interface com.plumtree.uiinfrastructure.expandablelist.IExpListModelRO | 
GetAddIcon, GetAddIconAlt, GetAddLabel, GetAlertMessageForEmptyList, GetArrExpListColInfo, GetDeleteIcon, GetDeleteIconAlt, GetDelRowConfirmMsg, GetEmptyListInstructions, GetEmptyListMainMessage, GetEnableMoveRowActions, GetIsListReadOnly, GetListKey, GetMainColumnSort, GetMainColumnSortDirection, GetModelStorageName, GetReadOnlyItems, GetSectionTitle, GetTableInstructions, GetUniqueInt, GetUniqueString, GetUnusedProperties, GetWrapColumnHeaders, IsAddButtonDisabled, IsCheckBoxesDisabled, IsPaginationEnabled | 
 
 
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject | 
GetName | 
 
GetAccessLevel
int GetAccessLevel()
 
- See Also:
 SelectPTObjectModel.GetAccessLevel()
 
GetCommunityMode
int GetCommunityMode()
 
- See Also:
 SelectPTObjectModel.GetCommunityMode()
 
GetCommunityFolderID
int GetCommunityFolderID()
 
- See Also:
 SelectPTObjectModel.GetCommunityFolderID()
 
GetCreateNewInfo
java.lang.Object[][] GetCreateNewInfo()
 
- See Also:
 SelectPTObjectModel.GetCreateNewInfo()
 
GetCreateNewURL
ASURL GetCreateNewURL(int _nClassID,
                      java.lang.String _sEditorASName)
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#GetCreateNewURL()
 
GetEditObjectURL
ASURL GetEditObjectURL(int _nClassID,
                       int _nObjectID)
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#GetEditObjectURL()
 
ClearHiddenObjects
void ClearHiddenObjects()
 
- See Also:
 SelectPTObjectModel.ClearHiddenObjects()
 
GetHiddenObjects
java.lang.String GetHiddenObjects()
 
- See Also:
 SelectPTObjectModel.GetHiddenObjects()
 
GetObjectClassIDs
java.lang.String GetObjectClassIDs()
 
- See Also:
 SelectPTObjectModel.GetObjectClassIDs()
 
GetDefaultRowIcon
PTImageType GetDefaultRowIcon()
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#GetRowIcon()
 
GetNoRowIcons
boolean GetNoRowIcons()
- Returns the value of the m_bNoRowIcons member variable.  True if no
 icons are to be displayed on each selected row.
 
- Returns:
 - boolean
 
 
 
GetRowIconByClassID
PTImageType GetRowIconByClassID(int _nClassID)
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#GetRowIconByClassID()
 
GetSelectedItems
java.lang.String GetSelectedItems()
 
- See Also:
 SelectPTObjectModel.GetSelectedItems()
 
GetSelectedNamesAsHTML
HTMLElementCollection GetSelectedNamesAsHTML()
                                             throws HTMLException
 
- Throws:
 HTMLException- See Also:
 SelectPTObjectModel.GetSelectedNamesAsHTML()
 
GetTreeLeafType
int GetTreeLeafType()
 
- See Also:
 SelectPTObjectModel.GetTreeLeafType()
 
GetTreeMultiSelect
java.lang.String GetTreeMultiSelect()
 
- See Also:
 SelectPTObjectModel.GetTreeMultiSelect()
 
GetTreeQueryFilter
java.lang.String GetTreeQueryFilter()
 
- See Also:
 SelectPTObjectModel.GetTreeQueryFilter()
 
GetTreeSpaceID
java.lang.String GetTreeSpaceID()
 
- See Also:
 SelectPTObjectModel.GetTreeSpaceID()
 
GetTreeSubTitle
java.lang.String GetTreeSubTitle()
 
- See Also:
 SelectPTObjectModel.GetTreeSubTitle()
 
GetTreeTitle
java.lang.String GetTreeTitle()
 
- See Also:
 SelectPTObjectModel.GetTreeTitle()
 
IsEditLinkEnabled
boolean IsEditLinkEnabled(int _nClassID)
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#IsEditLinkEnabled()
 
GetDisplayObjects
java.lang.String GetDisplayObjects()
 
- See Also:
 SelectPTObjectModel.GetDisplayObjects()
 
IsObjectReadOnly
boolean IsObjectReadOnly(int _nClassID,
                         int _nObjectID)
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#IsObjectReadOnly()
 
GetUniquePopUpName
java.lang.String GetUniquePopUpName(java.lang.String _sName)
 
- See Also:
 com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.SelectPTObjectModel#GetUniquePopUpName()