Class SapRevenueCloudSearchResultsSubscriptionProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>
- java.lang.Object
-
- de.hybris.platform.subscriptionfacades.converters.populator.SearchResultSubscriptionProductPopulator<SOURCE,TARGET>
-
- com.sap.hybris.saprevenuecloudproduct.populator.SapRevenueCloudSearchResultsSubscriptionProductPopulator<SOURCE,TARGET>
-
- Type Parameters:
SOURCE- source classTARGET- target class
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class SapRevenueCloudSearchResultsSubscriptionProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData> extends SearchResultSubscriptionProductPopulator<SOURCE,TARGET>
SOLR Populator for subscription-capableProductModel.
-
-
Constructor Summary
Constructors Constructor Description SapRevenueCloudSearchResultsSubscriptionProductPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(SOURCE source, TARGET target)Populate the target instance with values from the source instance.-
Methods inherited from class de.hybris.platform.subscriptionfacades.converters.populator.SearchResultSubscriptionProductPopulator
getProductService, getSubscriptionPricePlanPopulator, getSubscriptionProductService, getTermOfServiceRenewalConverter, getValue, setProductService, setSubscriptionPricePlanPopulator, setSubscriptionProductService, setTermOfServiceRenewalConverter
-
-
-
-
Method Detail
-
populate
public void populate(SOURCE source, TARGET target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>- Overrides:
populatein classSearchResultSubscriptionProductPopulator<SOURCE extends SearchResultValueData,TARGET extends ProductData>- Parameters:
source- the source objecttarget- the target to fill
-
-