Class TmaAttributeMapper<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.mappers.TmaAttributeMapper<SOURCE,TARGET>

@Deprecated(since="1911", forRemoval=true) public abstract class TmaAttributeMapper<SOURCE,TARGET> extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since="1911". Use TmaAttributeMapper from b2ctelcofacade instead
This attribute mapper class that populates the value of a TmaAttributeMapper attribute by processing a TmaAttributeMapper object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    populateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Populates the source attribute value by obtained by processing the target object.
    abstract void
    populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Populates the target attribute value by obtained by processing the source object.
    void
    setSourceAttributeName(String sourceAttributeName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTargetAttributeName(String targetAttributeName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TmaAttributeMapper

      public TmaAttributeMapper()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • populateTargetAttributeFromSource

      public abstract void populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Populates the target attribute value by 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, for removal: This API element is subject to removal in a future version.
      Populates the source attribute value by obtained by processing the target object.
      Parameters:
      source - source object
      target - target object
    • getSourceAttributeName

      public String getSourceAttributeName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSourceAttributeName

      public void setSourceAttributeName(String sourceAttributeName)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTargetAttributeName

      public String getTargetAttributeName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTargetAttributeName

      public void setTargetAttributeName(String targetAttributeName)
      Deprecated, for removal: This API element is subject to removal in a future version.