Class OrganizationOtherNameAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaOrganizationModel,Organization>
de.hybris.platform.tuawebservicesresources.mappers.organization.OrganizationOtherNameAttributeMapper
public class OrganizationOtherNameAttributeMapper
extends TuaAttributeMapper<TuaOrganizationModel,Organization>
This attribute Mapper class maps data for other name attribute between
TuaOrganizationModel and Organization- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionOrganizationOtherNameAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OtherNameOrganization, TuaOtherNameModel> tuaOtherNameEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(Organization source, TuaOrganizationModel target, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
OrganizationOtherNameAttributeMapper
public OrganizationOtherNameAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<OtherNameOrganization, TuaOtherNameModel> tuaOtherNameEntityResourceNormalizer)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaOrganizationModel,Organization> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Organization source, TuaOrganizationModel target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaOrganizationModel,Organization> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade() -
getTuaOtherNameEntityResourceNormalizer
protected TuaEntityResourceNormalizer<OtherNameOrganization,TuaOtherNameModel> getTuaOtherNameEntityResourceNormalizer()
-