Class PqAttributeMapper<SOURCE,TARGET>
java.lang.Object
de.hybris.platform.productqualificationtmfwebservices.v1.mappers.PqAttributeMapper<SOURCE,TARGET>
- Direct Known Subclasses:
PoProductRefOrValueCharacteristicsAttributeMapper,PoQualificationDateAttributeMapper,PoQualificationHrefAttributeMapper,PoQualificationItemActionAttributeMapper,PoQualificationItemOfferingAttributeMapper,PoQualificationItemProductAttributeMapper,PoQualificationItemReasonAttributeMapper,PoQualificationItemRelationshipAttributeMapper,PoQualificationItemsAttributeMapper,PoQualificationPlaceAttributeMapper,PoQualificationRelatedPartyAttributeMapper,PoQualificationStateAttributeMapper,PqPoQualificationItemCharacteristicsAttributeMapper,PqProductSpecCharacteristicNameAttributeMapper,PqProductSpecCharacteristicValueAttributeMapper,PqProductSpecCharacteristicValueTypeAttributeMapper,ProductChildrenAttributeMapper,ProductPrOfferingAttributeMapper,ProductPrRelationshipAttributeMapper,ProductPrSpecificationAttributeMapper,ProductRelationProductAttributeMapper,ProductRelationTypeAttributeMapper
This attribute mapper class populates the value of a
PqAttributeMapper attribute by processing a PqAttributeMapper
object- Since:
- 2211
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringvoidpopulateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.abstract voidpopulateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.
-
Constructor Details
-
PqAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public abstract void populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.- Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.- Parameters:
source- source objecttarget- target object
-
getSourceAttributeName
-
getTargetAttributeName
-