Class AccBalanceTypeAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaAccountBalanceModel,AccountBalance>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.accountbalance.AccBalanceTypeAttributeMapper
@Deprecated(since="2208")
public class AccBalanceTypeAttributeMapper
extends BaAttributeMapper<BaAccountBalanceModel,AccountBalance>
Deprecated.
2208
This attribute Mapper class maps data for balanceType attribute between
BaAccountBalanceModel and AccountBalance- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionAccBalanceTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(AccountBalance target, BaAccountBalanceModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaAccountBalanceModel accountBalanceModel, AccountBalance accountBalance, 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
-
AccBalanceTypeAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaAccountBalanceModel accountBalanceModel, AccountBalance accountBalance, 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:
accountBalanceModel- source objectaccountBalance- 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
-