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
Abstract action class that exposes method to determine action visiblity depending on page lock status.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
ListViewAction.Context -
Field Summary
Fields inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANELFields inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
AFFECTED_ITEMS_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CMSPageLockingServiceprotected CMSPageServiceprotected SystemServiceprotected TypeServiceprotected UIAccessRightServiceprotected booleanprotected booleanprotected booleanisWritableCatalog(TypedObject item) protected voidmove(ListViewAction.Context context, int fromIndex, int toIndex) Methods inherited from class de.hybris.platform.cockpit.components.listview.AbstractListViewAction
createContext, createContext, doCreateContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.components.listview.ListViewAction
getContextPopup, getEventListener, getImageURI, getPopup, getTooltip
-
Constructor Details
-
AbstractCmscockpitListViewAction
public AbstractCmscockpitListViewAction()
-
-
Method Details
-
isComponentLockedForUser
-
isEnabled
protected boolean isEnabled() -
isWritableCatalog
-
move
-
getCmsPageLockingService
-
getCmsPageService
-
getUIAccessRightService
-
getTypeService
-
getSystemService
-