public class AccountRunSystemTaskAction
extends CloupiaPageAction
Constructor and Description |
---|
AccountRunSystemTaskAction() |
Modifier and Type | Method and Description |
---|---|
void |
definePage(Page page,
ReportContext context)
Defines the form page to perform the action
|
java.lang.String |
getActionId()
Defines action Id, should be unique across UCSD
|
int |
getActionType()
Defines action type e.g.
|
java.lang.String |
getFormId()
Defines action form Id, should be unique across UCSD
|
java.lang.String |
getLabel()
Defines action button label to be shown in UI
|
java.lang.String |
getTitle()
Defines form title
|
boolean |
isDoubleClickAction()
Defines action type, true if supports double click
|
boolean |
isDrilldownAction()
Defines action type, true if its a drill down action
|
boolean |
isSelectionRequired()
Defines action type, true if report row selection required to perform action
|
void |
loadDataToPage(Page arg0,
ReportContext arg1,
WizardSession arg2)
Loads form data to the form
|
int |
validatePageData(Page page,
ReportContext context,
WizardSession session)
Validate the form page data
|
public void definePage(Page page, ReportContext context)
public void loadDataToPage(Page arg0, ReportContext arg1, WizardSession arg2) throws java.lang.Exception
java.lang.Exception
public int validatePageData(Page page, ReportContext context, WizardSession session) throws java.lang.Exception
java.lang.Exception
public java.lang.String getActionId()
public int getActionType()
public java.lang.String getFormId()
public java.lang.String getLabel()
public java.lang.String getTitle()
public boolean isDoubleClickAction()
public boolean isDrilldownAction()
public boolean isSelectionRequired()