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