Class TmaSolrDocumentRecurringChargeComponentPopulator
java.lang.Object
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentProductOfferingPricePopulator<SOURCE,TARGET>
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentComponentPopPopulator<TmaRecurringProdOfferPriceChargeModel,TmaSolrDocumentRecurringChargeComponentPop>
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentRecurringChargeComponentPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaRecurringProdOfferPriceChargeModel,TmaSolrDocumentRecurringChargeComponentPop>
public class TmaSolrDocumentRecurringChargeComponentPopulator
extends TmaSolrDocumentComponentPopPopulator<TmaRecurringProdOfferPriceChargeModel,TmaSolrDocumentRecurringChargeComponentPop>
Default populator for populating a
TmaSolrDocumentProductOfferingPrice of type
TmaSolrDocumentRecurringChargeComponentPop with specific attributes having a TmaRecurringProdOfferPriceChargeModel as source.
The populated target will then be persisted in the indexed type by the solr server.- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionTmaSolrDocumentRecurringChargeComponentPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaSolrDocumentPscvUse> pscvUseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel, TmaSolrDocumentPscvUse> prodSpecCharValueUseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaSolrDocumentPricingLogicAlgorithm> pricingLogicAlgorithmConverter) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TmaRecurringProdOfferPriceChargeModel source, TmaSolrDocumentRecurringChargeComponentPop target) Methods inherited from class de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentComponentPopPopulator
getCurrencyFromSource, getPricingLogicAlgorithmConverterMethods inherited from class de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentProductOfferingPricePopulator
getPriceEventFromSource, getProdSpecCharValueUseConverter, getPscvUseConverter, populate
-
Constructor Details
-
TmaSolrDocumentRecurringChargeComponentPopulator
public TmaSolrDocumentRecurringChargeComponentPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaSolrDocumentPscvUse> pscvUseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel, TmaSolrDocumentPscvUse> prodSpecCharValueUseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaPricingLogicAlgorithmModel, TmaSolrDocumentPricingLogicAlgorithm> pricingLogicAlgorithmConverter)
-
-
Method Details
-
populate
public void populate(TmaRecurringProdOfferPriceChargeModel source, TmaSolrDocumentRecurringChargeComponentPop target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaRecurringProdOfferPriceChargeModel,TmaSolrDocumentRecurringChargeComponentPop> - Overrides:
populatein classTmaSolrDocumentComponentPopPopulator<TmaRecurringProdOfferPriceChargeModel,TmaSolrDocumentRecurringChargeComponentPop>
-