Class CustomerBillOnDemandCustomerBillAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
de.hybris.platform.tuawebservicesresources.mappers.customerbillondemand.CustomerBillOnDemandCustomerBillAttributeMapper
public class CustomerBillOnDemandCustomerBillAttributeMapper
extends TuaAttributeMapper<TuaPartyBillOnDemandModel,CustomerBillOnDemand>
This attribute Mapper class maps data for customerBill attribute between
TuaPartyBillOnDemandModel and
CustomerBillOnDemand- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerBillOnDemandCustomerBillAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<CustomerBillRef, TuaPartyBillModel> tuaCustomerBillRefEntityResourceNormalizer) -
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
-
CustomerBillOnDemandCustomerBillAttributeMapper
public CustomerBillOnDemandCustomerBillAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<CustomerBillRef, TuaPartyBillModel> tuaCustomerBillRefEntityResourceNormalizer)
-
-
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
-
getTuaCustomerBillRefEntityResourceNormalizer
protected TuaEntityResourceNormalizer<CustomerBillRef,TuaPartyBillModel> getTuaCustomerBillRefEntityResourceNormalizer() -
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade()
-