Class CustomerBillOnDemandBillingAccountAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand.CustomerBillOnDemandBillingAccountAttributeMapper
public class CustomerBillOnDemandBillingAccountAttributeMapper
extends TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
This attribute Mapper class maps data for billingAccount attribute between
TuaPartyBillOnDemandModel and
CustomerBillOnDemand- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillOnDemandBillingAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<BillingAccountRef, TuaBillingAccountModel> tuaBillingAccountResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand 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
-
CustomerBillOnDemandBillingAccountAttributeMapper
public CustomerBillOnDemandBillingAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<BillingAccountRef, TuaBillingAccountModel> tuaBillingAccountResourceNormalizer)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPartyBillOnDemandModel source, CustomerBillOnDemand 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<TuaPartyBillOnDemandModel,CustomerBillOnDemand> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(CustomerBillOnDemand target, TuaPartyBillOnDemandModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand> - Parameters:
target- target objectsource- source object
-
getTuaBillingAccountResourceNormalizer
protected TuaEntityResourceNormalizer<BillingAccountRef,TuaBillingAccountModel> getTuaBillingAccountResourceNormalizer() -
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-