Class ShoppingCartValidForAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<CartData,ShoppingCart>
de.hybris.platform.b2ctelcotmfwebservices.mappers.shoppingcart.ShoppingCartValidForAttributeMapper
This attribute Mapper class maps data for valid date attribute between
CartData and ShoppingCart- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(CartData source, ShoppingCart target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
ShoppingCartValidForAttributeMapper
public ShoppingCartValidForAttributeMapper()
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(CartData source, ShoppingCart target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<CartData,ShoppingCart> - Parameters:
source- source objecttarget- target object
-