Class AgrAttributeMapper<SOURCE,TARGET>
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.mappers.AgrAttributeMapper<SOURCE,TARGET>
- Direct Known Subclasses:
AgreementAgrAuthorizationAttributeMapper,AgreementAgrItemAttributeMapper,AgreementAgrPeriodAttributeMapper,AgreementAgrSpecificationAttributeMapper,AgreementAssociatedAgrAttributeMapper,AgreementAtTypeAttributeMapper,AgreementAuthorizationAtTypeAttributeMapper,AgreementAuthorizationSchemaLocationAttributeMapper,AgreementCharacteristicAttributeMapper,AgreementCompletionDateAttributeMapper,AgreementEngagedPartyAttributeMapper,AgreementHrefAttributeMapper,AgreementItemAtTypeAttributeMapper,AgreementItemProductAttributeMapper,AgreementItemProductOfferingAttributeMapper,AgreementItemSchemaLocationAttributeMapper,AgreementItemTermOrConditionAttributeMapper,AgreementRefHrefAttributeMapper,AgreementRefReferredTypeAttributeMapper,AgreementRefSchemaLocationAttributeMapper,AgreementSchemaLocationAttributeMapper,AgreementSpecCharacteristicSchemaLocationAttributeMapper,AgreementSpecCharacteristicTypeAttributeMapper,AgreementSpecCharacteristicValidForAttributeMapper,AgreementSpecCharacteristicValueAttributeMapper,AgreementSpecCharacteristicValueSchemaLocationAttributeMapper,AgreementSpecCharacteristicValueTypeAttributeMapper,AgreementSpecCharacteristicValueValidForAttributeMapper,AgreementSpecCharacteristicValueValueTypeAttributeMapper,AgreementSpecificationAttachmentAttributeMapper,AgreementSpecificationAtTypeAttributeMapper,AgreementSpecificationHrefAttributeMapper,AgreementSpecificationLastModifiedAttributeMapper,AgreementSpecificationLifecycleStatusAttributeMapper,AgreementSpecificationRefHrefAttributeMapper,AgreementSpecificationRefReferredTypeAttributeMapper,AgreementSpecificationRelatedPartyAttributeMapper,AgreementSpecificationRelationshipAttributeMapper,AgreementSpecificationSchemaLocationAttributeMapper,AgreementSpecificationSchemaLocationHrefAttributeMapper,AgreementSpecificationServiceCategoryAttributeMapper,AgreementSpecificationSpecCharacteristicsAttributeMapper,AgreementSpecificationValidForAttributeMapper,AgreementSpecRelationHrefAttributeMapper,AgreementSpecRelationIdAttributeMapper,AgreementSpecRelationNameAttributeMapper,AgreementSpecRelationSchemaLocationAttributeMapper,AgreementSpecRelationTypeAttributeMapper,AgreementSpecRelationValidForAttributeMapper,AgreementStatusAttributeMapper,AgreementTypeAttributeMapper,AgrTermOrConditionAtTypeAttributeMapper,AgrTermOrConditionSchemaLocationAttributeMapper,AgrTermOrConditionValidForAttributeMapper,AttachmentHrefAttributeMapper,AttachmentIdAttributeMapper,AttachmentMimeTypeAttributeMapper,AttachmentNameAttributeMapper,AttachmentReferredTypeAttributeMapper,AttachmentSchemaLocationAttributeMapper,AttachmentSizeAttributeMapper,AttachmentTypeAttributeMapper,CategoryRefHrefAttributeMapper,CategoryRefReferredTypeAttributeMapper,CategoryRefSchemaLocationAttributeMapper,CharacteristicAtTypeAttributeMapper,CharacteristicSchemaLocationAttributeMapper,CharacteristicValueAttributeMapper,ProductOfferingRefHrefAttributeMapper,ProductOfferingRefReferredTypeAttributeMapper,ProductOfferingRefSchemaLocationAttributeMapper,ProductRefHrefAttributeMapper,ProductRefReferredTypeAttributeMapper,ProductRefSchemaLocationAttributeMapper,RelatedPartyHrefAttributeMapper,RelatedPartyReferredTypeAttributeMapper,RelatedPartySchemaLocationAttributeMapper
Deprecated.
2208
This attribute mapper class populates the value of a
AgrAttributeMapper attribute by processing a AgrAttributeMapper
object- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionAgrAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated.protected StringDeprecated.voidpopulateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.abstract voidpopulateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.
-
Constructor Details
-
AgrAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public abstract void populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Deprecated.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) Deprecated.Populates the source attribute value obtained by processing the target object.- Parameters:
source- source objecttarget- target object
-
getSourceAttributeName
Deprecated. -
getTargetAttributeName
Deprecated.
-