Class DefaultSAPRevenueCloudSubscriptionBillsPopulator
- java.lang.Object
-
- de.hybris.platform.sap.saprevenuecloudorder.populators.DefaultSAPRevenueCloudSubscriptionBillsPopulator
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<Bills,SubscriptionBillingData>
public class DefaultSAPRevenueCloudSubscriptionBillsPopulator extends java.lang.Object implements Populator<Bills,SubscriptionBillingData>
Populate DTOSubscriptionBillingDatawith data fromBills.
-
-
Constructor Summary
Constructors Constructor Description DefaultSAPRevenueCloudSubscriptionBillsPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonI18NServicegetCommonI18NService()PriceDataFactorygetPriceDataFactory()voidpopulate(Bills source, SubscriptionBillingData target)Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService)voidsetPriceDataFactory(PriceDataFactory priceDataFactory)
-
-
-
Method Detail
-
populate
public void populate(Bills source, SubscriptionBillingData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<Bills,SubscriptionBillingData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCommonI18NService
public CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
getPriceDataFactory
public PriceDataFactory getPriceDataFactory()
-
setPriceDataFactory
public void setPriceDataFactory(PriceDataFactory priceDataFactory)
-
-