com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity
Interface IObjectSecurityModelRO

All Superinterfaces:
IExpListModelRO, IModelRO, IMVCObject, IPaginationModelRO, ISelectPTObjectModelRO
All Known Subinterfaces:
IMultiObjectsSecurityModelRO, IMultiObjectsSubscribeModelRO
All Known Implementing Classes:
MultiObjectsSecurityModel, MultiObjectsSubscribeModel, ObjectSecurityModel

public interface IObjectSecurityModelRO
extends ISelectPTObjectModelRO

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
 boolean DisplayGroupMembersTree(int _nGroupID)
           
 int[] GetAccessLevels()
           
 java.lang.String GetAccessLevelString(int _nAccessLevelID)
           
 boolean GetIsCardACL()
           
 java.lang.String GetLeftNavString()
           
 boolean GetShowHeaderAndLeftNav()
           
 int GetSupportMandatoryColumn()
           
 boolean HasEditAccessToGroup(int _nGroupID)
           
 boolean IsEveryoneGroup(int _nRowIndex)
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.ISelectPTObjectModelRO
ClearHiddenObjects, GetAccessLevel, GetCommunityFolderID, GetCommunityMode, GetCreateNewInfo, GetCreateNewURL, GetDefaultRowIcon, GetDisplayObjects, GetEditObjectURL, GetHiddenObjects, GetNoRowIcons, GetObjectClassIDs, GetRowIconByClassID, GetSelectedItems, GetSelectedNamesAsHTML, GetTreeLeafType, GetTreeMultiSelect, GetTreeQueryFilter, GetTreeSpaceID, GetTreeSubTitle, GetTreeTitle, GetUniquePopUpName, IsEditLinkEnabled, IsObjectReadOnly
 
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

GetAccessLevelString

java.lang.String GetAccessLevelString(int _nAccessLevelID)
See Also:
com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity.ObjectSecurityModel#GetAccessLevelString()

GetAccessLevels

int[] GetAccessLevels()
See Also:
ObjectSecurityModel.GetAccessLevels()

GetLeftNavString

java.lang.String GetLeftNavString()
See Also:
ObjectSecurityModel.GetLeftNavString()

GetShowHeaderAndLeftNav

boolean GetShowHeaderAndLeftNav()
See Also:
ObjectSecurityModel.GetShowHeaderAndLeftNav()

GetSupportMandatoryColumn

int GetSupportMandatoryColumn()
See Also:
ObjectSecurityModel.GetSupportMandatoryColumn()

HasEditAccessToGroup

boolean HasEditAccessToGroup(int _nGroupID)
See Also:
com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity.ObjectSecurityModel#HasEditAccessToGroup()

GetIsCardACL

boolean GetIsCardACL()
See Also:
ObjectSecurityModel.GetIsCardACL()

IsEveryoneGroup

boolean IsEveryoneGroup(int _nRowIndex)
See Also:
com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity.ObjectSecurityModel#IsEveryoneGroup()

DisplayGroupMembersTree

boolean DisplayGroupMembersTree(int _nGroupID)
See Also:
com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity.ObjectSecurityModel#DisplayGroupMembersTree()



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