Class SyncProductCarouselComponentAction
java.lang.Object
de.hybris.platform.marketplacebackoffice.actions.SyncProductCarouselComponentAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<ProductCarouselComponentModel,Object>
public class SyncProductCarouselComponentAction
extends Object
implements com.hybris.cockpitng.actions.CockpitAction<ProductCarouselComponentModel,Object>
An action for synchronize a carousel component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) protected VendorCMSServicebooleanneedsConfirmation(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) com.hybris.cockpitng.actions.ActionResult<Object>perform(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx)
-
Constructor Details
-
SyncProductCarouselComponentAction
public SyncProductCarouselComponentAction()
-
-
Method Details
-
perform
public com.hybris.cockpitng.actions.ActionResult<Object> perform(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) - Specified by:
performin interfacecom.hybris.cockpitng.actions.CockpitAction<ProductCarouselComponentModel,Object>
-
canPerform
public boolean canPerform(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) - Specified by:
canPerformin interfacecom.hybris.cockpitng.actions.CockpitAction<ProductCarouselComponentModel,Object>
-
needsConfirmation
public boolean needsConfirmation(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) - Specified by:
needsConfirmationin interfacecom.hybris.cockpitng.actions.CockpitAction<ProductCarouselComponentModel,Object>
-
getConfirmationMessage
public String getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<ProductCarouselComponentModel> ctx) - Specified by:
getConfirmationMessagein interfacecom.hybris.cockpitng.actions.CockpitAction<ProductCarouselComponentModel,Object>
-
getVendorCmsService
-