Class TmaProductOfferingGroupAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductData,ProductWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productoffering.TmaProductOfferingGroupAttributeMapper
public class TmaProductOfferingGroupAttributeMapper
extends TmaAttributeMapper<ProductData,ProductWsDTO>
TmaProductOfferingGroupAttributeMapper populates value of offeringGroups attribute from
ProductData to
ProductWsDTO- Since:
- 1907
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingGroupAttributeMapper(TmaProductOfferFacade productOfferFacade) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeprotected TmaProductOfferFacadevoidpopulateTargetAttributeFromSource(ProductData source, ProductWsDTO target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.voidsetMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade) Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaProductOfferingGroupAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(ProductData source, ProductWsDTO 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<ProductData,ProductWsDTO> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade() -
setMapperFacade
public void setMapperFacade(ma.glasnost.orika.MapperFacade mapperFacade) -
getProductOfferFacade
-