Class AgrTermOrConditionValidForAttributeMapper
java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.mappers.AgrAttributeMapper<AgrAgreementTermOrConditionModel,AgreementTermOrCondition>
de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementtermorcondition.AgrTermOrConditionValidForAttributeMapper
@Deprecated(since="2208")
public class AgrTermOrConditionValidForAttributeMapper
extends AgrAttributeMapper<AgrAgreementTermOrConditionModel,AgreementTermOrCondition>
Deprecated.
2208
This attribute Mapper class maps data for valid for attribute between
AgrAgreementTermOrConditionModel and AgreementTermOrCondition- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionAgrTermOrConditionValidForAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(AgreementTermOrCondition target, AgrAgreementTermOrConditionModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(AgrAgreementTermOrConditionModel source, AgreementTermOrCondition 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.agreementtmfwebservices.v1.mappers.AgrAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(AgrAgreementTermOrConditionModel source, AgreementTermOrCondition target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:AgrAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classAgrAttributeMapper<AgrAgreementTermOrConditionModel,AgreementTermOrCondition> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(AgreementTermOrCondition target, AgrAgreementTermOrConditionModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:AgrAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classAgrAttributeMapper<AgrAgreementTermOrConditionModel,AgreementTermOrCondition> - Parameters:
target- target objectsource- source object
-