Class CartPromotionServiceImpl

java.lang.Object
com.skava.cart.service.impl.CartPromotionServiceImpl
Direct Known Subclasses:
CreatePromotionServiceImpl, DeletePromotionServiceImpl, FindAllCartPromotionServiceImpl

public class CartPromotionServiceImpl extends Object
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 Details

    • ENTITY

      protected static final String ENTITY
      See Also:
    • cartCommonProcess

      @Autowired protected CartCommonProcess cartCommonProcess
    • cartPromotionProcess

      @Autowired protected PromotionProcess cartPromotionProcess
    • cartNewFactory

      @Autowired protected CartNewFactory cartNewFactory
    • cartFactory

      @Autowired protected CartFactory cartFactory
    • cartEventSender

      @Autowired protected CartEventSender 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)