Class BillingAccountRelatedPartyAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaBillingAccountModel,BillingAccount>
de.hybris.platform.tuawebservicesresources.mappers.billingaccount.BillingAccountRelatedPartyAttributeMapper
public class BillingAccountRelatedPartyAttributeMapper
extends TuaAttributeMapper<TuaBillingAccountModel,BillingAccount>
This attribute Mapper class maps data for relatedParties attribute between
TuaBillingAccountModel and BillingAccount- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountRelatedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaGenericService tuaGenericService) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadeprotected TuaGenericServicevoidpopulateSourceAttributeFromTarget(BillingAccount target, TuaBillingAccountModel source, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccount 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
-
BillingAccountRelatedPartyAttributeMapper
public BillingAccountRelatedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaGenericService tuaGenericService)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaBillingAccountModel source, BillingAccount 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<TuaBillingAccountModel,BillingAccount> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(BillingAccount target, TuaBillingAccountModel source, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaBillingAccountModel,BillingAccount> - Parameters:
target- target objectsource- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade() -
getTuaGenericService
-