Class ShoppingCartMessageAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<CartData,ShoppingCart>
de.hybris.platform.b2ctelcotmfwebservices.mappers.shoppingcart.ShoppingCartMessageAttributeMapper
@Deprecated(since="1911",
forRemoval=true)
public class ShoppingCartMessageAttributeMapper
extends TmaAttributeMapper<CartData,ShoppingCart>
Deprecated, for removal: This API element is subject to removal in a future version.
This attribute Mapper class maps data for validation error attribute between
CartData and ShoppingCart- Since:
- 1907
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionma.glasnost.orika.MapperFacadeDeprecated, for removal: This API element is subject to removal in a future version.voidpopulateTargetAttributeFromSource(CartData source, ShoppingCart target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.Populates the target attribute value by obtained by processing the source object.voidsetMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
ShoppingCartMessageAttributeMapper
public ShoppingCartMessageAttributeMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(CartData source, ShoppingCart target, ma.glasnost.orika.MappingContext context) Deprecated, for removal: This API element is subject to removal in a future version.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
-
getMapperFacade
public ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated, for removal: This API element is subject to removal in a future version. -
setMapperFacade
public void setMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade) Deprecated, for removal: This API element is subject to removal in a future version.
-
ShoppingCartValidationMessagesAttributeMappermapper instead