Class IndividualLanguageAbilityAttributeMapper
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.mappers.PmAttributeMapper<PmIndividualModel,Individual>
de.hybris.platform.partytmfwebservices.v1.mappers.individual.IndividualLanguageAbilityAttributeMapper
@Deprecated(since="2208")
public class IndividualLanguageAbilityAttributeMapper
extends PmAttributeMapper<PmIndividualModel,Individual>
Deprecated.
2208
This attribute Mapper class maps data for language ability attribute between
PmIndividualModel and Individual- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionIndividualLanguageAbilityAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<LanguageAbility, PmLanguageAbilityModel> pmLanguageAbilityEntityResourceNormalizer) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeDeprecated.Deprecated.voidpopulateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PmIndividualModel source, Individual 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.partytmfwebservices.v1.mappers.PmAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
IndividualLanguageAbilityAttributeMapper
public IndividualLanguageAbilityAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<LanguageAbility, PmLanguageAbilityModel> pmLanguageAbilityEntityResourceNormalizer) Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PmAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classPmAttributeMapper<PmIndividualModel,Individual> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PmAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPmAttributeMapper<PmIndividualModel,Individual> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated. -
getPmLanguageAbilityEntityResourceNormalizer
protected PmEntityResourceNormalizer<LanguageAbility,PmLanguageAbilityModel> getPmLanguageAbilityEntityResourceNormalizer()Deprecated.
-