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

Method Summary
 void ClearHiddenObjects()
           
 int GetAccessLevel()
           
 int GetCommunityFolderID()
           
 int GetCommunityMode()
           
 java.lang.Object[][] GetCreateNewInfo()
           
 ASURL GetCreateNewURL(int _nClassID, java.lang.String _sEditorASName)
           
 PTImageType GetDefaultRowIcon()
           
 java.lang.String GetDisplayObjects()
           
 ASURL GetEditObjectURL(int _nClassID, int _nObjectID)
           
 java.lang.String GetHiddenObjects()
           
 boolean GetNoRowIcons()
          Returns the value of the m_bNoRowIcons member variable.
 java.lang.String GetObjectClassIDs()
           
 PTImageType GetRowIconByClassID(int _nClassID)
           
 java.lang.String GetSelectedItems()
           
 HTMLElementCollection GetSelectedNamesAsHTML()
           
 int GetTreeLeafType()
           
 java.lang.String GetTreeMultiSelect()
           
 java.lang.String GetTreeQueryFilter()
           
 java.lang.String GetTreeSpaceID()
           
 java.lang.String GetTreeSubTitle()
           
 java.lang.String GetTreeTitle()
           
 java.lang.String GetUniquePopUpName(java.lang.String _sName)
           
 boolean IsEditLinkEnabled(int _nClassID)
           
 boolean IsObjectReadOnly(int _nClassID, int _nObjectID)
           
 
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.form.pagination.IPaginationModelRO
GetCurrentLowerObjectCount, GetCurrentUpperObjectCount, GetNumObjects, GetPaginationSize
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

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()



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