Class NetworkProductAtBaseTypeAttributeMapper
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper<UcNetworkProductModel,NetworkProduct>
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.networkproduct.NetworkProductAtBaseTypeAttributeMapper
@Deprecated(since="2208")
public class NetworkProductAtBaseTypeAttributeMapper
extends UcAttributeMapper<UcNetworkProductModel,NetworkProduct>
Deprecated.
2208
This attribute Mapper class maps data for atBaseType attribute between
UcConsumptionSummaryModel and
ConsumptionSummary- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkProductAtBaseTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(UcNetworkProductModel source, NetworkProduct 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(UcNetworkProductModel source, NetworkProduct 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<UcNetworkProductModel,NetworkProduct> - Parameters:
source- source objecttarget- target object
-