public class UpgradeConfirmSetupAction extends BaseSystemPackagesConfirmAction
| Constructor and Description |
|---|
UpgradeConfirmSetupAction() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDecl(java.lang.Long sid)
the Session set declaration..
|
protected java.lang.String |
getHeaderKey()
hook point to return the widget summary key
|
protected java.lang.String |
getMessageKeyForMany()
hook point to return the notification message key for multiple package updates
|
protected java.lang.String |
getMessageKeyForOne()
hook point to return the notification message key for single package updates
|
protected java.lang.String |
getWidgetSummary()
hook point to return the widget summary key
|
protected PackageAction |
schedulePackageAction(org.apache.struts.action.ActionForm formIn,
RequestContext context,
java.util.List<java.util.Map<java.lang.String,java.lang.Long>> pkgs,
java.util.Date earliest,
ActionChain actionChain)
Hook point for subclasses to
schedule the package action and return the scheduled
action for storing
|
execute, executePackageAction, getActionKey, processParamMapaddGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createErrorMessageWithMultipleArgs, createLabelValueList, createMessage, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessagesaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveToken, setLocale, setServletprotected java.lang.String getDecl(java.lang.Long sid)
BaseSystemPackagesConfirmActiongetDecl in class BaseSystemPackagesConfirmActionsid - the sid of the systemprotected java.lang.String getMessageKeyForMany()
BaseSystemPackagesConfirmActiongetMessageKeyForMany in class BaseSystemPackagesConfirmActionprotected java.lang.String getMessageKeyForOne()
BaseSystemPackagesConfirmActiongetMessageKeyForOne in class BaseSystemPackagesConfirmActionprotected PackageAction schedulePackageAction(org.apache.struts.action.ActionForm formIn, RequestContext context, java.util.List<java.util.Map<java.lang.String,java.lang.Long>> pkgs, java.util.Date earliest, ActionChain actionChain)
schedulePackageAction in class BaseSystemPackagesConfirmActionformIn - the action formcontext - the request contextpkgs - the list of packagesearliest - the earliest date to perform the actionactionChain - the action chain to add the action to or nullprotected java.lang.String getWidgetSummary()
BaseSystemPackagesConfirmActiongetWidgetSummary in class BaseSystemPackagesConfirmActionprotected java.lang.String getHeaderKey()
BaseSystemPackagesConfirmActiongetHeaderKey in class BaseSystemPackagesConfirmAction