com.plumtree.portalpages.common.search
Class FolderSelectorRepostControl

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
      extended by com.plumtree.portalpages.common.search.FolderSelectorRepostControl
All Implemented Interfaces:
IControl, IManagedObject, IMVCObject

public class FolderSelectorRepostControl
extends EditorHelperRepostControl

Author:
CraigS, based on MikeS/OlegS code

Field Summary
static int ACTION_ADD_ADMIN
           
static int ACTION_ADD_CATALOG
           
static int ACTION_DEL
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
m_asOwner, m_model
 
Constructor Summary
FolderSelectorRepostControl()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 java.lang.String GetName()
          Returns the Class name.
 void PerformRepostAction(int action, XPHashtable formData)
          This method is a dispatcher.
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
CheckActionSecurityAndExecute, Init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
See Also:
Constant Field Values

ACTION_DEL

public static final int ACTION_DEL
See Also:
Constant Field Values

ACTION_ADD_ADMIN

public static final int ACTION_ADD_ADMIN
See Also:
Constant Field Values

ACTION_ADD_CATALOG

public static final int ACTION_ADD_CATALOG
See Also:
Constant Field Values
Constructor Detail

FolderSelectorRepostControl

public FolderSelectorRepostControl()
Method Detail

Create

public java.lang.Object Create()
Description copied from class: EditorHelperRepostControl
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Specified by:
Create in class EditorHelperRepostControl
Returns:

GetName

public java.lang.String GetName()
Description copied from class: EditorHelperRepostControl
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class EditorHelperRepostControl
Returns:

PerformRepostAction

public void PerformRepostAction(int action,
                                XPHashtable formData)
Description copied from class: EditorHelperRepostControl
This method is a dispatcher. For each repost action it should perform the right action.

Specified by:
PerformRepostAction in class EditorHelperRepostControl
Parameters:
action -
formData -



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