Class OverridePromotedItemAction
java.lang.Object
de.hybris.platform.adaptivesearchbackoffice.actions.results.AbstractResultAction
de.hybris.platform.adaptivesearchbackoffice.actions.results.promoteitem.PromoteItemAction
de.hybris.platform.adaptivesearchbackoffice.actions.results.overridepromoteditem.OverridePromotedItemAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<DocumentModel,Object>
Cockpit action responsible for overriding promoted search result.
-
Field Summary
Fields inherited from class de.hybris.platform.adaptivesearchbackoffice.actions.results.promoteitem.PromoteItemAction
asSearchConfigurationFacade, modelServiceFields inherited from class de.hybris.platform.adaptivesearchbackoffice.actions.results.AbstractResultAction
VIEW_MODEL_PARAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(com.hybris.cockpitng.actions.ActionContext<DocumentModel> ctx) Methods inherited from class de.hybris.platform.adaptivesearchbackoffice.actions.results.promoteitem.PromoteItemAction
perform, promoteResultMethods inherited from class de.hybris.platform.adaptivesearchbackoffice.actions.results.AbstractResultAction
getNavigationContext, getSearchContext, getViewModel, isValidContextParams, refreshSearchResultsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
getConfirmationMessage, needsConfirmation
-
Constructor Details
-
OverridePromotedItemAction
public OverridePromotedItemAction()
-
-
Method Details
-
canPerform
- Specified by:
canPerformin interfacecom.hybris.cockpitng.actions.CockpitAction<DocumentModel,Object> - Overrides:
canPerformin classPromoteItemAction
-