Class PaymentPlanPaymentPeriodAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaPaymentPlanModel,PaymentPlan>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.paymentplan.PaymentPlanPaymentPeriodAttributeMapper
@Deprecated(since="2208")
public class PaymentPlanPaymentPeriodAttributeMapper
extends BaAttributeMapper<BaPaymentPlanModel,PaymentPlan>
Deprecated.
2208
This attribute Mapper class maps data for paymentPeriod attribute between
BaPaymentPlanModel and PaymentPlan- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionPaymentPlanPaymentPeriodAttributeMapper(String sourceAttributeName, String targetAttributeName, BaGenericService baGenericService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BaGenericServiceDeprecated.voidpopulateSourceAttributeFromTarget(PaymentPlan target, BaPaymentPlanModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaPaymentPlanModel source, PaymentPlan 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
-
PaymentPlanPaymentPeriodAttributeMapper
public PaymentPlanPaymentPeriodAttributeMapper(String sourceAttributeName, String targetAttributeName, BaGenericService baGenericService) Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaPaymentPlanModel source, PaymentPlan 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<BaPaymentPlanModel,PaymentPlan> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(PaymentPlan target, BaPaymentPlanModel 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<BaPaymentPlanModel,PaymentPlan> - Parameters:
target- target objectsource- source object
-
getBaGenericService
Deprecated.
-