Class TmaSubscriptionBaseReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.subscription.converters.populator.TmaSubscriptionBaseReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaSubscriptionBaseData,TmaSubscriptionBaseModel>
public class TmaSubscriptionBaseReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaSubscriptionBaseData,TmaSubscriptionBaseModel>
Populates
TmaSubscriptionBaseModel from a TmaSubscriptionBaseData entity.- Since:
- 1907
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaBillingAccountModelcreateBillingAccountFromSource(TmaBillingAccountData billingAccountData) Creates and returns a billing account model from billing account data.voidpopulate(TmaSubscriptionBaseData source, TmaSubscriptionBaseModel target)
-
Constructor Details
-
TmaSubscriptionBaseReversePopulator
public TmaSubscriptionBaseReversePopulator()
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaSubscriptionBaseData,TmaSubscriptionBaseModel>
-
createBillingAccountFromSource
protected TmaBillingAccountModel createBillingAccountFromSource(TmaBillingAccountData billingAccountData) Creates and returns a billing account model from billing account data.- Parameters:
billingAccountData- the billing account data used to populate the billing account model- Returns:
TmaBillingAccountModel
-