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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.voidpopulateSourceAttributeFromTarget(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 voidpopulateTargetAttributeFromSource(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.voidsetSourceAttributeName(String sourceAttributeName) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTargetAttributeName(String targetAttributeName) Deprecated, for removal: This API element is subject to removal in a future version.
-
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 objecttarget- 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 objecttarget- target object
-
getSourceAttributeName
Deprecated, for removal: This API element is subject to removal in a future version. -
setSourceAttributeName
Deprecated, for removal: This API element is subject to removal in a future version. -
getTargetAttributeName
Deprecated, for removal: This API element is subject to removal in a future version. -
setTargetAttributeName
Deprecated, for removal: This API element is subject to removal in a future version.
-