Class AppliedPaymentAppliedAmountAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyPaymentItemModel,AppliedPayment>
de.hybris.platform.tuawebservicesresources.mappers.appliedpayment.AppliedPaymentAppliedAmountAttributeMapper
public class AppliedPaymentAppliedAmountAttributeMapper
extends TuaAttributeMapper<TuaPartyPaymentItemModel,AppliedPayment>
This attribute Mapper class maps data for appliedAmount attribute between
TuaPartyPaymentItemModel and AppliedPayment- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionAppliedPaymentAppliedAmountAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaGenericService tuaGenericService, TuaCustomerBillManagementService tuaCustomerBillManagementService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TuaGenericServicevoidpopulateSourceAttributeFromTarget(AppliedPayment target, TuaPartyPaymentItemModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
AppliedPaymentAppliedAmountAttributeMapper
public AppliedPaymentAppliedAmountAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaGenericService tuaGenericService, TuaCustomerBillManagementService tuaCustomerBillManagementService)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPartyPaymentItemModel source, AppliedPayment target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaPartyPaymentItemModel,AppliedPayment> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(AppliedPayment target, TuaPartyPaymentItemModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaPartyPaymentItemModel,AppliedPayment> - Parameters:
target- target objectsource- source object
-
getTuaGenericService
-
getTuaCustomerBillManagementService
-