Package org.opencms.ui.actions
Class CmsPublishQueueDialogAction
java.lang.Object
org.opencms.ui.actions.A_CmsWorkplaceAction
org.opencms.ui.actions.A_CmsToolbarAction
org.opencms.ui.actions.CmsPublishQueueDialogAction
- All Implemented Interfaces:
I_CmsADEAction,I_CmsWorkplaceAction,I_CmsHasMenuItemVisibility
The publish queue dialog action.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteAction(I_CmsDialogContext context) Executes the action.Returns the client side command to execute.getId()The action id.Returns the optional dialog JSP.Returns the optional command parameters.protected StringReturns the workplace message bundle key of the action title.booleanReturns whether the ADE context is supported.Methods inherited from class org.opencms.ui.actions.A_CmsToolbarAction
getVisibility, getVisibilityMethods inherited from class org.opencms.ui.actions.A_CmsWorkplaceAction
getDialogTitle, getDialogTitleKey, getTitle, hasBlockingLocks, hasBlockingLocks, isActive, openDialog, openDialog
-
Constructor Details
-
CmsPublishQueueDialogAction
public CmsPublishQueueDialogAction()
-
-
Method Details
-
executeAction
Description copied from interface:I_CmsWorkplaceActionExecutes the action.- Specified by:
executeActionin interfaceI_CmsWorkplaceAction- Parameters:
context- the current dialog context.- See Also:
-
getCommandClassName
Description copied from interface:I_CmsADEActionReturns the client side command to execute.- Specified by:
getCommandClassNamein interfaceI_CmsADEAction- Returns:
- the client side command
- See Also:
-
getId
Description copied from interface:I_CmsWorkplaceActionThe action id.- Specified by:
getIdin interfaceI_CmsWorkplaceAction- Returns:
- the action id
- See Also:
-
getJspPath
Description copied from interface:I_CmsADEActionReturns the optional dialog JSP.- Specified by:
getJspPathin interfaceI_CmsADEAction- Returns:
- the dialog JSP
- See Also:
-
getParams
Description copied from interface:I_CmsADEActionReturns the optional command parameters.- Specified by:
getParamsin interfaceI_CmsADEAction- Returns:
- the command parameters
- See Also:
-
isAdeSupported
Description copied from interface:I_CmsADEActionReturns whether the ADE context is supported.- Specified by:
isAdeSupportedin interfaceI_CmsADEAction- Returns:
truein case the ADE context is supported- See Also:
-
getTitleKey
Description copied from class:A_CmsWorkplaceActionReturns the workplace message bundle key of the action title.- Specified by:
getTitleKeyin classA_CmsWorkplaceAction- Returns:
- the title message bundle key
- See Also:
-