com.plumtree.portalpages.common.documentlanguage
Class CardLanguagePlugInRepostControl
java.lang.Object
  
com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
      
com.plumtree.portalpages.common.documentlanguage.CardLanguagePlugInRepostControl
- All Implemented Interfaces: 
 - IControl, IManagedObject, IMVCObject
 
public class CardLanguagePlugInRepostControl
- extends EditorHelperRepostControl
 
This Control contains the repost actions of the plug-in section.
- Author:
 
  - StephenC
 
 
 
 
| 
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 action on repost. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
STR_MVC_CLASS_NAME
public static final java.lang.String STR_MVC_CLASS_NAME
- See Also:
 - Constant Field Values
 
POSTTOSELF_ACTION_SHOW_POPULAR
public static final int POSTTOSELF_ACTION_SHOW_POPULAR
- See Also:
 - Constant Field Values
 
POSTTOSELF_ACTION_SHOW_ALL
public static final int POSTTOSELF_ACTION_SHOW_ALL
- See Also:
 - Constant Field Values
 
CardLanguagePlugInRepostControl
public CardLanguagePlugInRepostControl()
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 action on repost.
- Specified by:
 PerformRepostAction in class EditorHelperRepostControl
 
- Parameters:
 _nAction - _htFormData -