Class TmaSolrDocumentCompositePopPopulator<SOURCE extends TmaCompositeProdOfferPriceModel,TARGET extends TmaSolrDocumentCompositePop>
java.lang.Object
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentProductOfferingPricePopulator<SOURCE,TARGET>
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentCompositePopPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
- Direct Known Subclasses:
TmaSolrDocumentTierUsageCompositePopPopulator
public class TmaSolrDocumentCompositePopPopulator<SOURCE extends TmaCompositeProdOfferPriceModel,TARGET extends TmaSolrDocumentCompositePop>
extends TmaSolrDocumentProductOfferingPricePopulator<SOURCE,TARGET>
Default populator for populating a
TmaSolrDocumentProductOfferingPrice of type
TmaSolrDocumentCompositePop with specific attributes having a TmaCompositeProdOfferPriceModel as source.
The populated target will then be persisted in the indexed type by the solr server.- Since:
- 2007
-
Constructor Summary
ConstructorsConstructorDescriptionTmaSolrDocumentCompositePopPopulator(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductOfferingPriceModel, TmaSolrDocumentProductOfferingPrice>> productOfferingPriceConvertersMap, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaSolrDocumentPscvUse> pscvUseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel, TmaSolrDocumentPscvUse> prodSpecCharValueUseConverter) -
Method Summary
Methods inherited from class de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentProductOfferingPricePopulator
getPriceEventFromSource, getProdSpecCharValueUseConverter, getPscvUseConverter, populate
-
Constructor Details
-
TmaSolrDocumentCompositePopPopulator
public TmaSolrDocumentCompositePopPopulator(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductOfferingPriceModel, TmaSolrDocumentProductOfferingPrice>> productOfferingPriceConvertersMap, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaSolrDocumentPscvUse> pscvUseConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharValueUseModel, TmaSolrDocumentPscvUse> prodSpecCharValueUseConverter)
-
-
Method Details
-
populate
-