Class ContactContMediumAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaContactModel,Contact>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.contact.ContactContMediumAttributeMapper
@Deprecated(since="2208")
public class ContactContMediumAttributeMapper
extends BaAttributeMapper<BaContactModel,Contact>
Deprecated.
2208
This attribute Mapper class maps data for contact mediums attribute between
BaContactModel and Contact- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionContactContMediumAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, BaGenericService baGenericService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BaGenericServiceDeprecated.protected ma.glasnost.orika.MapperFacadeDeprecated.voidpopulateSourceAttributeFromTarget(Contact target, BaContactModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaContactModel source, Contact target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
ContactContMediumAttributeMapper
public ContactContMediumAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, BaGenericService baGenericService) Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaContactModel source, Contact target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaContactModel,Contact> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Contact target, BaContactModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classBaAttributeMapper<BaContactModel,Contact> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated. -
getBaGenericService
Deprecated.
-