Class OrganizationParentRelationshipOrganizationAttributeMapper
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.mappers.PmAttributeMapper<PmOrganizationRelationshipModel,OrganizationParentRelationship>
de.hybris.platform.partytmfwebservices.v1.mappers.organizationparentrelationship.OrganizationParentRelationshipOrganizationAttributeMapper
@Deprecated(since="2208")
public class OrganizationParentRelationshipOrganizationAttributeMapper
extends PmAttributeMapper<PmOrganizationRelationshipModel,OrganizationParentRelationship>
Deprecated.
2208
This attribute Mapper class maps data for organization attribute between
PmOrganizationRelationshipModel and OrganizationParentRelationship- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionOrganizationParentRelationshipOrganizationAttributeMapper(String sourceAttributeName, String targetAttributeName, PmEntityResourceNormalizer<OrganizationRef, PmOrganizationModel> pmOrganizationEntityResourceNormalizer, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeDeprecated.Deprecated.voidpopulateSourceAttributeFromTarget(OrganizationParentRelationship source, PmOrganizationRelationshipModel target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PmOrganizationRelationshipModel source, OrganizationParentRelationship 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
-
OrganizationParentRelationshipOrganizationAttributeMapper
public OrganizationParentRelationshipOrganizationAttributeMapper(String sourceAttributeName, String targetAttributeName, PmEntityResourceNormalizer<OrganizationRef, PmOrganizationModel> pmOrganizationEntityResourceNormalizer, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PmOrganizationRelationshipModel source, OrganizationParentRelationship 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<PmOrganizationRelationshipModel,OrganizationParentRelationship> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(OrganizationParentRelationship source, PmOrganizationRelationshipModel target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:PmAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classPmAttributeMapper<PmOrganizationRelationshipModel,OrganizationParentRelationship> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()Deprecated. -
getPmOrganizationEntityResourceNormalizer
protected PmEntityResourceNormalizer<OrganizationRef,PmOrganizationModel> getPmOrganizationEntityResourceNormalizer()Deprecated.
-