Class CustomerBillPaymentDueDateAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaOnCyclePartyBillModel,CustomerBill>
de.hybris.platform.tuawebservicesresources.mappers.customerbill.CustomerBillPaymentDueDateAttributeMapper
public class CustomerBillPaymentDueDateAttributeMapper
extends TuaAttributeMapper<TuaOnCyclePartyBillModel,CustomerBill>
This attribute Mapper class maps data for paymentDueDate attribute between
TuaOnCyclePartyBillModel and CustomerBill- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillPaymentDueDateAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaGenericService tuaGenericService, TuaCustomerBillManagementService tuaCustomerBillManagementService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TuaGenericServicevoidpopulateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill 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
-
CustomerBillPaymentDueDateAttributeMapper
public CustomerBillPaymentDueDateAttributeMapper(String sourceAttributeName, String targetAttributeName, TuaGenericService tuaGenericService, TuaCustomerBillManagementService tuaCustomerBillManagementService)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaOnCyclePartyBillModel source, CustomerBill 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<TuaOnCyclePartyBillModel,CustomerBill> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(CustomerBill target, TuaOnCyclePartyBillModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaOnCyclePartyBillModel,CustomerBill> - Parameters:
target- target objectsource- source object
-
getTuaGenericService
-
getTuaCustomerBillManagementService
-