Package com.skava.cart.service.impl
Class CartItemPropertiesServiceImpl
java.lang.Object
com.skava.cart.service.impl.CartItemPropertiesServiceImpl
- Direct Known Subclasses:
CreateItemPropertiesServiceImpl
,DeleteCartItemPropertiesServiceImpl
,FindAllCartItemPropertiesServiceImpl
,PatchUpdateCartItemPropertiesServiceImpl
,UpdateCartItemPropertiesServiceImpl
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CartItemPropertiesProcess
protected CartNewFactory
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:
-
cartNewFactory
-
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)
-