Class ContactMediumValidForAttributeMapper
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper<PrContactMediumModel,ContactMedium>
de.hybris.platform.partyroletmfwebservices.v1.mappers.contactmedium.ContactMediumValidForAttributeMapper
@Deprecated(since="2208")
public class ContactMediumValidForAttributeMapper
extends PrAttributeMapper<PrContactMediumModel,ContactMedium>
Deprecated.
2208
This attribute Mapper class maps data for valid for attribute between
PrContactMediumModel and ContactMedium- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionContactMediumValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(ContactMedium target, PrContactMediumModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PrContactMediumModel source, ContactMedium 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.partyroletmfwebservices.v1.mappers.PrAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
ContactMediumValidForAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PrContactMediumModel source, ContactMedium target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PrAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPrAttributeMapper<PrContactMediumModel,ContactMedium> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ContactMedium target, PrContactMediumModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PrAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPrAttributeMapper<PrContactMediumModel,ContactMedium> - Parameters:
target- target objectsource- source object
-