Class CartItemPropertiesServiceImpl

java.lang.Object
com.skava.cart.service.impl.CartItemPropertiesServiceImpl
Direct Known Subclasses:
CreateItemPropertiesServiceImpl, DeleteCartItemPropertiesServiceImpl, FindAllCartItemPropertiesServiceImpl, PatchUpdateCartItemPropertiesServiceImpl, UpdateCartItemPropertiesServiceImpl

public class CartItemPropertiesServiceImpl extends Object
The Class CartItemPropertiesServiceImpl. This class defines the fields and methods that are used by the Cart item properties operations
Since:
2018-11-29
Version:
8.0
Author:
Infosys Equinox
  • Field Details

    • ENTITY

      protected static final String ENTITY
      See Also:
    • cartNewFactory

      @Autowired protected CartNewFactory cartNewFactory
    • cartItemPropertiesProcess

      @Autowired protected CartItemPropertiesProcess cartItemPropertiesProcess
    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
  • Constructor Details

    • CartItemPropertiesServiceImpl

      public CartItemPropertiesServiceImpl()
  • Method Details

    • getValidator

      public List<com.skava.core.validation.ValidatorComponent> getValidator(CartDataRequest cartDataRequest)