Class AccBalanceAmountAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaAccountBalanceModel,AccountBalance>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.accountbalance.AccBalanceAmountAttributeMapper
@Deprecated(since="2208")
public class AccBalanceAmountAttributeMapper
extends BaAttributeMapper<BaAccountBalanceModel,AccountBalance>
Deprecated.
2208
This attribute Mapper class maps data for amount attribute between
BaAccountBalanceModel and AccountBalance- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionAccBalanceAmountAttributeMapper(String sourceAttributeName, String targetAttributeName, de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.i18n.CommonI18NServiceDeprecated.voidpopulateSourceAttributeFromTarget(AccountBalance target, BaAccountBalanceModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaAccountBalanceModel source, AccountBalance target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaAccountBalanceModel source, AccountBalance target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classBaAttributeMapper<BaAccountBalanceModel,AccountBalance> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(AccountBalance target, BaAccountBalanceModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:BaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classBaAttributeMapper<BaAccountBalanceModel,AccountBalance> - Parameters:
target- target objectsource- source object
-
getCommonI18NService
protected de.hybris.platform.servicelayer.i18n.CommonI18NService getCommonI18NService()Deprecated.
-