com.plumtree.portalpages.admin.editors.lockbox
Interface ILockboxEditorModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
LockboxEditorModel

public interface ILockboxEditorModelRO
extends IEditorModelRO

Author:
jennifersu

Method Summary
 ASURL GetEditPropertyURL(int _nPropertyID)
          Get the property editor URL.
 int GetPasswordPropID()
          Get property object ID of the lockbox's password property.
 java.lang.String GetPasswordPropName()
          Get property object name of the lockbox's password property.
 int GetRow()
          Get Row index of Lockbox in the main Lockbox list of Credential Vault Manager.
 int GetUsernamePropID()
          Get property object ID of the lockbox's username property.
 java.lang.String GetUsernamePropName()
          Get property object name of the lockbox's username property.
 boolean IsNewLockbox()
          Returns true if the lockbox was just created.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetRow

int GetRow()
Get Row index of Lockbox in the main Lockbox list of Credential Vault Manager.

Returns:

IsNewLockbox

boolean IsNewLockbox()
Returns true if the lockbox was just created.

Returns:

GetUsernamePropID

int GetUsernamePropID()
Get property object ID of the lockbox's username property.

Returns:

GetPasswordPropID

int GetPasswordPropID()
Get property object ID of the lockbox's password property.

Returns:

GetUsernamePropName

java.lang.String GetUsernamePropName()
Get property object name of the lockbox's username property.

Returns:

GetPasswordPropName

java.lang.String GetPasswordPropName()
Get property object name of the lockbox's password property.

Returns:

GetEditPropertyURL

ASURL GetEditPropertyURL(int _nPropertyID)
Get the property editor URL.

Parameters:
_nPropertyID -
Returns:



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