com.plumtree.portaluiinfrastructure.securitymatrix
Interface IFolderSecurityABOModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Subinterfaces:
ISecurityMatrixModelRO
All Known Implementing Classes:
AdminFolderModel, CommunityEditorModel, SecurityMatrixModel

public interface IFolderSecurityABOModelRO
extends IObjEditorModelRO

Author:
MichaelD

Method Summary
 boolean ABOJobIDToDisplay()
          This method returns whether or not there is a job ID to display.
 int GetABOJobID()
          This method returns the job ID for a security change job.
 java.lang.String GetCreatedJobName()
          Retrieves the name of the job created by ABO.
 java.lang.String GetFolderNameForCreatedJobs()
          Retrieves the name of the folder that ABO created the job in.
 
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

ABOJobIDToDisplay

boolean ABOJobIDToDisplay()
This method returns whether or not there is a job ID to display.

Returns:
boolean true implies there is a job ID to display.

GetABOJobID

int GetABOJobID()
This method returns the job ID for a security change job.

Returns:
int the job ID for security changes.

GetCreatedJobName

java.lang.String GetCreatedJobName()
Retrieves the name of the job created by ABO.


GetFolderNameForCreatedJobs

java.lang.String GetFolderNameForCreatedJobs()
Retrieves the name of the folder that ABO created the job in.




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