Class MarketplaceCartValidationHook
- java.lang.Object
-
- de.hybris.platform.marketplaceservices.strategies.hooks.MarketplaceCartValidationHook
-
- All Implemented Interfaces:
CartValidationHook
@Deprecated public class MarketplaceCartValidationHook extends java.lang.Object implements CartValidationHook
Deprecated.since 1905. useMarketplaceCartValidationHookreplaceVarifies if the products in cart are saleable before the checkout process. It's implementation ofCartValidationHook
-
-
Constructor Summary
Constructors Constructor Description MarketplaceCartValidationHook()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Deprecated.Executed after the cart validationvoidbeforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)Deprecated.Executed before the cart validationprotected MarketplaceCartEntryDaogetCartEntryDao()Deprecated.protected ModelServicegetModelService()Deprecated.voidsetCartEntryDao(MarketplaceCartEntryDao cartEntryDao)Deprecated.voidsetModelService(ModelService modelService)Deprecated.
-
-
-
Method Detail
-
beforeValidateCart
public void beforeValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)
Deprecated.Description copied from interface:CartValidationHookExecuted before the cart validation- Specified by:
beforeValidateCartin interfaceCartValidationHook- Parameters:
parameter- object containing all the information for validationmodifications- list containing the validation results
-
afterValidateCart
public void afterValidateCart(CommerceCartParameter parameter, java.util.List<CommerceCartModification> modifications)
Deprecated.Description copied from interface:CartValidationHookExecuted after the cart validation- Specified by:
afterValidateCartin interfaceCartValidationHook- Parameters:
parameter- object containing all the information for validationmodifications- list containing the validation results
-
getModelService
protected ModelService getModelService()
Deprecated.
-
setModelService
public void setModelService(ModelService modelService)
Deprecated.
-
getCartEntryDao
protected MarketplaceCartEntryDao getCartEntryDao()
Deprecated.
-
setCartEntryDao
public void setCartEntryDao(MarketplaceCartEntryDao cartEntryDao)
Deprecated.
-
-