com.plumtree.portalpages.browsing.editors.sitemap.sitemapfolderplugin
Class SiteMapFolderPlugInControl

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
      extended by com.plumtree.portalpages.browsing.editors.sitemap.sitemapfolderplugin.SiteMapFolderPlugInControl
All Implemented Interfaces:
IControl, IManagedObject, IMVCObject

public class SiteMapFolderPlugInControl
extends EditorHelperRepostControl

This Control contains the repost actions for the Site Map Folder plug-in section.

Author:
John Hogan

Field Summary
static int POSTTOSELF_ACTION_ADDLINK
          Add a web link to the working set of web links
static int POSTTOSELF_ACTION_CANCEL
          Cancel action - clears the temporary list of links
static int POSTTOSELF_ACTION_COMMPAGETREESUBMIT
          Submit chosen pages from the Community Page choosing tree and add them to the links list
static int POSTTOSELF_ACTION_DELETE
          Delete the selected links from the list
static int POSTTOSELF_ACTION_DETACH
          Detach this site map folder from other subportals that may be sharing it
static int POSTTOSELF_ACTION_DOCUMENTTREESUBMIT
          Submit chosen documents or folders from the folder/document choosing tree and add them to the links list
static int POSTTOSELF_ACTION_EDITLINK
          Change a selected web link to 'Edit' mode
static int POSTTOSELF_ACTION_EXPERTTREESUBMIT
          Submit chosen experts from the expert choosing tree and add them to the links list
static int POSTTOSELF_ACTION_OPENWEBLINKS
          Change a selected web link to 'Edit' mode
static int POSTTOSELF_ACTION_REMOVELINKS
          Remove checked links from the working set of web links
static int POSTTOSELF_ACTION_SAVELINKS
          Commit changes to the working set of web links
static java.lang.String STR_MVC_CLASS_NAME
          Unique identifier for the class
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
m_asOwner, m_model
 
Constructor Summary
SiteMapFolderPlugInControl()
           
 
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 _nAction, XPHashtable _htFormData)
          Performs the requested action on repost.
 
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
Unique identifier for the class

See Also:
Constant Field Values

POSTTOSELF_ACTION_DELETE

public static final int POSTTOSELF_ACTION_DELETE
Delete the selected links from the list

See Also:
Constant Field Values

POSTTOSELF_ACTION_DETACH

public static final int POSTTOSELF_ACTION_DETACH
Detach this site map folder from other subportals that may be sharing it

See Also:
Constant Field Values

POSTTOSELF_ACTION_EXPERTTREESUBMIT

public static final int POSTTOSELF_ACTION_EXPERTTREESUBMIT
Submit chosen experts from the expert choosing tree and add them to the links list

See Also:
Constant Field Values

POSTTOSELF_ACTION_COMMPAGETREESUBMIT

public static final int POSTTOSELF_ACTION_COMMPAGETREESUBMIT
Submit chosen pages from the Community Page choosing tree and add them to the links list

See Also:
Constant Field Values

POSTTOSELF_ACTION_CANCEL

public static final int POSTTOSELF_ACTION_CANCEL
Cancel action - clears the temporary list of links

See Also:
Constant Field Values

POSTTOSELF_ACTION_DOCUMENTTREESUBMIT

public static final int POSTTOSELF_ACTION_DOCUMENTTREESUBMIT
Submit chosen documents or folders from the folder/document choosing tree and add them to the links list

See Also:
Constant Field Values

POSTTOSELF_ACTION_ADDLINK

public static final int POSTTOSELF_ACTION_ADDLINK
Add a web link to the working set of web links

See Also:
Constant Field Values

POSTTOSELF_ACTION_SAVELINKS

public static final int POSTTOSELF_ACTION_SAVELINKS
Commit changes to the working set of web links

See Also:
Constant Field Values

POSTTOSELF_ACTION_REMOVELINKS

public static final int POSTTOSELF_ACTION_REMOVELINKS
Remove checked links from the working set of web links

See Also:
Constant Field Values

POSTTOSELF_ACTION_EDITLINK

public static final int POSTTOSELF_ACTION_EDITLINK
Change a selected web link to 'Edit' mode

See Also:
Constant Field Values

POSTTOSELF_ACTION_OPENWEBLINKS

public static final int POSTTOSELF_ACTION_OPENWEBLINKS
Change a selected web link to 'Edit' mode

See Also:
Constant Field Values
Constructor Detail

SiteMapFolderPlugInControl

public SiteMapFolderPlugInControl()
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:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetName

public java.lang.String GetName()
Returns the Class name.

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

PerformRepostAction

public void PerformRepostAction(int _nAction,
                                XPHashtable _htFormData)
Performs the requested action on repost.

Specified by:
PerformRepostAction in class EditorHelperRepostControl
Parameters:
_nAction -
_htFormData -



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