Class AbstractCmscockpitListViewAction

java.lang.Object
de.hybris.platform.cockpit.components.listview.AbstractListViewAction
de.hybris.platform.cmscockpit.components.listview.impl.AbstractCmscockpitListViewAction
All Implemented Interfaces:
AdvancedListViewAction, ListViewAction
Direct Known Subclasses:
ApprovalPageStatusAction, CloneContentElementAction, CmsListviewMoveItemAction, CmsRestrictionAction, EditContentElementAction, EditPageBrowserAction, ElementLockedInfoAction, NewPageBrowserAction, RemoveContentElementAction, RemovePageBrowserAction

public abstract class AbstractCmscockpitListViewAction extends AbstractListViewAction
Abstract action class that exposes method to determine action visiblity depending on page lock status.
  • Constructor Details

    • AbstractCmscockpitListViewAction

      public AbstractCmscockpitListViewAction()
  • Method Details

    • isComponentLockedForUser

      protected boolean isComponentLockedForUser(TypedObject item)
    • isEnabled

      protected boolean isEnabled()
    • isWritableCatalog

      protected boolean isWritableCatalog(TypedObject item)
    • move

      protected void move(ListViewAction.Context context, int fromIndex, int toIndex)
    • getCmsPageLockingService

      protected CMSPageLockingService getCmsPageLockingService()
    • getCmsPageService

      protected CMSPageService getCmsPageService()
    • getUIAccessRightService

      protected UIAccessRightService getUIAccessRightService()
    • getTypeService

      protected TypeService getTypeService()
    • getSystemService

      protected SystemService getSystemService()