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(since="2208") public abstract class UcAttributeMapper<SOURCE,TARGET> extends Object
Deprecated.
2208
This attribute mapper class populates the value of a UcAttributeMapper attribute by processing a UcAttributeMapper object
Since:
2108
  • Constructor Details

    • UcAttributeMapper

      public UcAttributeMapper(String sourceAttributeName, String targetAttributeName)
      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 object
      target - 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 object
      target - target object
    • getSourceAttributeName

      public String getSourceAttributeName()
      Deprecated.
    • getTargetAttributeName

      public String getTargetAttributeName()
      Deprecated.