Package com.skava.cart.service.impl
Class CartPromotionServiceImpl
java.lang.Object
com.skava.cart.service.impl.CartPromotionServiceImpl
- Direct Known Subclasses:
CreatePromotionServiceImpl
,DeletePromotionServiceImpl
,FindAllCartPromotionServiceImpl
The Class CartPromotionServiceImpl. This class defines the fields and methods
that are used by the Cart Promotion operations
- Since:
- 2018-11-22
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CartCommonProcess
protected CartEventSender
protected CartFactory
protected CartNewFactory
protected PromotionProcess
protected static final String
protected org.springframework.context.MessageSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
getValidator
(CartDataRequest cartDataRequest)
-
Field Details
-
ENTITY
- See Also:
-
cartCommonProcess
-
cartPromotionProcess
-
cartNewFactory
-
cartFactory
-
cartEventSender
-
messageSource
@Autowired protected org.springframework.context.MessageSource messageSource
-
-
Constructor Details
-
CartPromotionServiceImpl
public CartPromotionServiceImpl()
-
-
Method Details
-
getValidator
public List<com.skava.core.validation.ValidatorComponent> getValidator(CartDataRequest cartDataRequest)
-