Class ConsumptionSummaryProductAttributeMapper
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper<UcConsumptionSummaryModel,ConsumptionSummary>
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.consumptionsummary.ConsumptionSummaryProductAttributeMapper
@Deprecated(since="2208")
public class ConsumptionSummaryProductAttributeMapper
extends UcAttributeMapper<UcConsumptionSummaryModel,ConsumptionSummary>
Deprecated.
2208
This attribute Mapper class maps data for product attribute between
UcConsumptionSummaryModel and
ConsumptionSummary- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionConsumptionSummaryProductAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeDeprecated.voidpopulateTargetAttributeFromSource(UcConsumptionSummaryModel source, ConsumptionSummary target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(UcConsumptionSummaryModel source, ConsumptionSummary target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:UcAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classUcAttributeMapper<UcConsumptionSummaryModel,ConsumptionSummary> - Parameters:
source- source objecttarget- target object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated.
-