Class RelatedPartyIdAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaPartyRoleModel,RelatedParty>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.relatedparty.RelatedPartyIdAttributeMapper
@Deprecated(since="2208")
public class RelatedPartyIdAttributeMapper
extends BaAttributeMapper<BaPartyRoleModel,RelatedParty>
Deprecated.
2208
This attribute Mapper class maps data for id attribute between
BaPartyRoleModel and RelatedParty- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionRelatedPartyIdAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(RelatedParty target, BaPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaPartyRoleModel 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.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
RelatedPartyIdAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaPartyRoleModel source, RelatedParty target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaPartyRoleModel,RelatedParty> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(RelatedParty target, BaPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classBaAttributeMapper<BaPartyRoleModel,RelatedParty> - Parameters:
target- target objectsource- source object
-