com.plumtree.portaluiinfrastructure.securitymatrix
Interface ISecurityMatrixModelRO

All Superinterfaces:
IEditorModelRO, IFolderSecurityABOModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
AdminFolderModel, SecurityMatrixModel

public interface ISecurityMatrixModelRO
extends IFolderSecurityABOModelRO

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
 ASURL GetEditObjectURL(int _nClassID, int _nObjectID)
          Returns the URL to edit the object.
 int GetNumSubPortals()
          Returns the number of SubPortals that were loaded.
 java.lang.String GetRegularFolderID()
          Returns the id of a regular folder.
 java.lang.String GetSelectedSubPortalID()
          Returns the id of the selected subportal.
 java.lang.String GetSubPortalID(int pos)
          Returns the id of the SubPortal at a given position.
 java.lang.String GetSubPortalName(int pos)
          Returns the name of the SubPortal at a given position.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.securitymatrix.IFolderSecurityABOModelRO
ABOJobIDToDisplay, GetABOJobID, GetCreatedJobName, GetFolderNameForCreatedJobs
 
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, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetEditObjectURL

ASURL GetEditObjectURL(int _nClassID,
                       int _nObjectID)
Returns the URL to edit the object.

Parameters:
_nClassID -
_nObjectID -
_sEditorASName -
Returns:
ASURL URL to the Editor

GetNumSubPortals

int GetNumSubPortals()
Returns the number of SubPortals that were loaded.

Returns:
int number of SubPortals

GetRegularFolderID

java.lang.String GetRegularFolderID()
Returns the id of a regular folder.

Returns:
String ID of regular folder

GetSelectedSubPortalID

java.lang.String GetSelectedSubPortalID()
Returns the id of the selected subportal.

Returns:
String ID of selected subportal

GetSubPortalID

java.lang.String GetSubPortalID(int pos)
Returns the id of the SubPortal at a given position. This is returned as a string because we only need to do html with the id.

Returns:
String ID of SubPortal

GetSubPortalName

java.lang.String GetSubPortalName(int pos)
Returns the name of the SubPortal at a given position.

Returns:
String name of SubPortal



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