Class OrganizationAtSchemaLocationAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaOrganizationModel,Organization>
de.hybris.platform.tuawebservicesresources.mappers.organization.OrganizationAtSchemaLocationAttributeMapper
public class OrganizationAtSchemaLocationAttributeMapper
extends TuaAttributeMapper<TuaOrganizationModel,Organization>
This attribute Mapper class maps data for at schema location attribute between
TuaOrganizationModel and Organization- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionOrganizationAtSchemaLocationAttributeMapper(String sourceAttributeName, String targetAttributeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(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, populateSourceAttributeFromTarget
-
Constructor Details
-
OrganizationAtSchemaLocationAttributeMapper
-
-
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
-