com.plumtree.portalpages.browsing.editors.community
Class HeaderAndFooterRepostControl

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

public class HeaderAndFooterRepostControl
extends EditorHelperRepostControl

Author:
robertz

Field Summary
static int POSTTOSELF_ACTION_DONOTFORCE_SUBPORTAL
           
static int POSTTOSELF_ACTION_SELECTFOOTER
           
static int POSTTOSELF_ACTION_SELECTHEADER
           
static int POSTTOSELF_ACTION_SETUSEFORCE_SUBPORTAL
           
static int POSTTOSELF_ACTION_USEDEFAULTFOOTER
           
static int POSTTOSELF_ACTION_USEDEFAULTHEADER
           
static java.lang.String STR_MVC_CLASS_NAME
          Object Name
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
m_asOwner, m_model
 
Constructor Summary
HeaderAndFooterRepostControl()
           
 
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)
          Switch between the action modes and call the associated method for each action.
 
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
Object Name

See Also:
Constant Field Values

POSTTOSELF_ACTION_SELECTHEADER

public static final int POSTTOSELF_ACTION_SELECTHEADER
See Also:
Constant Field Values

POSTTOSELF_ACTION_SELECTFOOTER

public static final int POSTTOSELF_ACTION_SELECTFOOTER
See Also:
Constant Field Values

POSTTOSELF_ACTION_USEDEFAULTHEADER

public static final int POSTTOSELF_ACTION_USEDEFAULTHEADER
See Also:
Constant Field Values

POSTTOSELF_ACTION_USEDEFAULTFOOTER

public static final int POSTTOSELF_ACTION_USEDEFAULTFOOTER
See Also:
Constant Field Values

POSTTOSELF_ACTION_SETUSEFORCE_SUBPORTAL

public static final int POSTTOSELF_ACTION_SETUSEFORCE_SUBPORTAL
See Also:
Constant Field Values

POSTTOSELF_ACTION_DONOTFORCE_SUBPORTAL

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

HeaderAndFooterRepostControl

public HeaderAndFooterRepostControl()
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)
Switch between the action modes and call the associated method for each action.

Specified by:
PerformRepostAction in class EditorHelperRepostControl
Parameters:
_nAction -
_htFormData - Form posted data.



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