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