Class TmaEntityMapper<SOURCE,TARGET>
java.lang.Object
ma.glasnost.orika.CustomMapper<A,B>
de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
de.hybris.platform.b2ctelcotmfwebservices.mappers.TmaEntityMapper<SOURCE,TARGET>
- All Implemented Interfaces:
ma.glasnost.orika.MappedTypePair<SOURCE,,TARGET> ma.glasnost.orika.Mapper<SOURCE,TARGET>
@Deprecated(since="1911",
forRemoval=true)
public class TmaEntityMapper<SOURCE,TARGET>
extends de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper<SOURCE,TARGET>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1911. Use TmaEntityMapper from b2ctelcofacade instead
This Mapper class maps data in between TMF resource
TmaEntityMapper and TmaEntityMapper-
Field Summary
Fields inherited from class ma.glasnost.orika.CustomMapper
aType, bType, mapperFacade -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected List<TmaAttributeMapper<SOURCE,TARGET>> Deprecated, for removal: This API element is subject to removal in a future version.ma.glasnost.orika.metadata.Type<SOURCE>getAType()Deprecated, for removal: This API element is subject to removal in a future version.ma.glasnost.orika.metadata.Type<TARGET>getBType()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.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers.voidDeprecated, for removal: This API element is subject to removal in a future version.Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers.voidsetAttributeMappers(List<TmaAttributeMapper<SOURCE, TARGET>> attributeMappers) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSourceClass(Class<SOURCE> sourceClass) Deprecated, for removal: This API element is subject to removal in a future version.voidsetTargetClass(Class<TARGET> targetClass) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.webservicescommons.mapping.mappers.AbstractCustomMapper
setFieldSelectionStrategy, shouldMapMethods inherited from class ma.glasnost.orika.CustomMapper
favorsExtension, setMapperFacade, setUsedMappers
-
Constructor Details
-
TmaEntityMapper
public TmaEntityMapper()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
mapAtoB
Deprecated, for removal: This API element is subject to removal in a future version.Populates the attributes on the target object with values of the attributes from source object, by calling the attribute mappers. -
mapBtoA
Deprecated, for removal: This API element is subject to removal in a future version.Populates the attributes on the source object with values of the attributes from target object, by calling the attribute mappers. -
getAType
Deprecated, for removal: This API element is subject to removal in a future version. -
getBType
Deprecated, for removal: This API element is subject to removal in a future version. -
getSourceClass
Deprecated, for removal: This API element is subject to removal in a future version. -
setSourceClass
Deprecated, for removal: This API element is subject to removal in a future version. -
getTargetClass
Deprecated, for removal: This API element is subject to removal in a future version. -
setTargetClass
Deprecated, for removal: This API element is subject to removal in a future version. -
getAttributeMappers
Deprecated, for removal: This API element is subject to removal in a future version. -
setAttributeMappers
Deprecated, for removal: This API element is subject to removal in a future version.
-