|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.form.RepostControl
com.plumtree.uiinfrastructure.editor.EditorRepostControl
com.plumtree.portalpages.admin.ptutilities.migrationutility.MigrationUtilityRepostControl
public abstract class MigrationUtilityRepostControl
| Field Summary | |
|---|---|
static int |
POSTTOSELF_ACTION_MIGRATION_CANCEL
|
static int |
POSTTOSELF_ACTION_MIGRATION_DOUPLOAD
|
static int |
POSTTOSELF_ACTION_MIGRATION_POLL
|
static int |
POSTTOSELF_ACTION_MIGRATION_START
Migration-specific repost actions |
static int |
POSTTOSELF_ACTION_REDIRECT_ON_POPUP
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorRepostControl |
|---|
POSTTOSELF_ACTION_ONRETURN_FROM_SUBEDITOR |
| Constructor Summary | |
|---|---|
MigrationUtilityRepostControl()
|
|
| Method Summary | |
|---|---|
abstract 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. |
protected void |
PerformAction(int _nAction)
Switch between the action modes and call the associated method for each action. |
protected abstract void |
PerformAYSPopup()
Sets the editor to perform the Are You Sure popup. |
void |
PerformMigrationPopup()
Dynamically add javascript to the current DisplayPage. |
abstract Redirect |
PollStatus()
Polls for the status of the currently running migration task. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorRepostControl |
|---|
CheckActionSecurityAndExecute, CheckMandatoryPages, PerformCancelAction, PerformFinishAction, PerformReadOnlyAction, SaveCurrentPage, SetRedirectToCloseSubEditor |
| Methods inherited from class com.plumtree.uiinfrastructure.form.RepostControl |
|---|
GetPageStatus, GetRepostAction, Init, PerformPassthruAction, SetPageStatus, SetRedirect, SetRepostAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final int POSTTOSELF_ACTION_MIGRATION_START
public static final int POSTTOSELF_ACTION_MIGRATION_POLL
public static final int POSTTOSELF_ACTION_MIGRATION_CANCEL
public static final int POSTTOSELF_ACTION_MIGRATION_DOUPLOAD
public static final int POSTTOSELF_ACTION_REDIRECT_ON_POPUP
| Constructor Detail |
|---|
public MigrationUtilityRepostControl()
| Method Detail |
|---|
public abstract java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectCreate in class EditorRepostControlIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorRepostControlprotected abstract void PerformAYSPopup()
public void PerformMigrationPopup()
protected void PerformAction(int _nAction)
PerformAction in class EditorRepostControlint - public abstract Redirect PollStatus()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||