Package de.hybris.platform.partyroletmfwebservices.v1.mappers.relatedpartyfrombusinessinteractionrole
Class RelatedPartyIdAttributeMapper
java.lang.Object
de.hybris.platform.partyroletmfwebservices.v1.mappers.PrAttributeMapper<PrBusinessInteractionRoleModel,RelatedParty>
de.hybris.platform.partyroletmfwebservices.v1.mappers.relatedpartyfrombusinessinteractionrole.RelatedPartyIdAttributeMapper
@Deprecated(since="2208")
public class RelatedPartyIdAttributeMapper
extends PrAttributeMapper<PrBusinessInteractionRoleModel,RelatedParty>
Deprecated.
2208
This attribute Mapper class maps data for id attribute between
PrBusinessInteractionRoleModel and RelatedParty- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedPartyIdAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(RelatedParty target, PrBusinessInteractionRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(PrBusinessInteractionRoleModel source, RelatedParty 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
-
RelatedPartyIdAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(PrBusinessInteractionRoleModel source, RelatedParty 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<PrBusinessInteractionRoleModel,RelatedParty> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(RelatedParty target, PrBusinessInteractionRoleModel 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<PrBusinessInteractionRoleModel,RelatedParty> - Parameters:
target- target objectsource- source object
-