Class BillingAccountCreditLimitAttributeMapper
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<BaBillingAccountModel,BillingAccount>
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.billingaccount.BillingAccountCreditLimitAttributeMapper
@Deprecated(since="2208")
public class BillingAccountCreditLimitAttributeMapper
extends BaAttributeMapper<BaBillingAccountModel,BillingAccount>
Deprecated.
2208
This attribute Mapper class maps data for credit limit attribute between
BaBillingAccountModel and BillingAccount- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionBillingAccountCreditLimitAttributeMapper(String sourceAttributeName, String targetAttributeName, BaGenericService baGenericService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BaGenericServiceDeprecated.voidpopulateSourceAttributeFromTarget(BillingAccount target, BaBillingAccountModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(BaBillingAccountModel source, BillingAccount 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
-
BillingAccountCreditLimitAttributeMapper
public BillingAccountCreditLimitAttributeMapper(String sourceAttributeName, String targetAttributeName, BaGenericService baGenericService) Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(BaBillingAccountModel source, BillingAccount 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<BaBillingAccountModel,BillingAccount> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(BillingAccount target, BaBillingAccountModel 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<BaBillingAccountModel,BillingAccount> - Parameters:
target- target objectsource- source object
-
getBaGenericService
Deprecated.
-