Class UcAttributeMapper<SOURCE,TARGET>
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.mappers.UcAttributeMapper<SOURCE,TARGET>
- Direct Known Subclasses:
ConsumptionSummaryAtTypeAttributeMapper,ConsumptionSummaryConsumptionPeriodAttributeMapper,ConsumptionSummaryProductAttributeMapper,ConsumptionSummarySchemaLocationAttributeMapper,ConsumptionSummaryUserAttributeMapper,ConsumptionSummaryValueAttributeMapper,ConsumptionSummaryValueNameAttributeMapper,NetworkProductAtBaseTypeAttributeMapper,NetworkProductAtTypeAttributeMapper,NetworkProductHrefAttributeMapper,NetworkProductOutOfBucketCounterAttributeMapper,NetworkProductRefHrefAttributeMapper,NetworkProductRefReferredType,NetworkProductRefSchemaLocationAttributeMapper,NetworkProductSchemaLocationAttributeMapper,NetworkProductUserAttributeMapper,RelatedPartyHrefAttributeMapper,RelatedPartyIdAttributeMapper,RelatedPartyNameAttributeMapper,RelatedPartyReferredTypeAttributeMapper,RelatedPartySchemaLocationAttributeMapper,UsageVolumeBalanceAtTypeAttributeMapper,UsageVolumeBalanceRemainingValueAttributeMapper,UsageVolumeBalanceRemainingValueNameAttributeMapper,UsageVolumeBalanceSchemaLocationAttributeMapper,UsageVolumeBalanceValidForAttributeMapper,UsageVolumeProductAtBaseTypeAttributeMapper,UsageVolumeProductAtTypeAttributeMapper,UsageVolumeProductBucketBalanceAttributeMapper,UsageVolumeProductBucketCounterAttributeMapper,UsageVolumeProductIsSharedAttributeMapper,UsageVolumeProductProductAttributeMapper,UsageVolumeProductSchemaLocationAttributeMapper,UsageVolumeProductUsageTypeAttributeMapper
Deprecated.
2208
This attribute mapper class populates the value of a
UcAttributeMapper attribute by processing a UcAttributeMapper
object- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionUcAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidpopulateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.abstract voidpopulateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.
-
Constructor Details
-
UcAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public abstract void populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.- Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.- Parameters:
source- source objecttarget- target object
-
getSourceAttributeName
Deprecated. -
getTargetAttributeName
Deprecated.
-