Class TmaSolrDocumentPricingLogicAlgorithmSpecPopulator
java.lang.Object
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.pricing.TmaSolrDocumentPricingLogicAlgorithmSpecPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaPricingLogicAlgorithmSpecModel,TmaSolrDocumentPricingLogicAlgorithmSpec>
public class TmaSolrDocumentPricingLogicAlgorithmSpecPopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaPricingLogicAlgorithmSpecModel,TmaSolrDocumentPricingLogicAlgorithmSpec>
Default populator used for populating pricing logic algorithm spec attributes in
TmaSolrDocumentPricingLogicAlgorithmSpec
with data from TmaPricingLogicAlgorithmSpecModel.
The populated target will then be persisted in the indexed type by the solr server.- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionTmaSolrDocumentPricingLogicAlgorithmSpecPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel, TmaSolrDocumentExternalIdentifier> externalIdentifierConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel,TmaSolrDocumentExternalIdentifier> void
-
Constructor Details
-
TmaSolrDocumentPricingLogicAlgorithmSpecPopulator
public TmaSolrDocumentPricingLogicAlgorithmSpecPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel, TmaSolrDocumentExternalIdentifier> externalIdentifierConverter)
-
-
Method Details
-
populate
public void populate(TmaPricingLogicAlgorithmSpecModel source, TmaSolrDocumentPricingLogicAlgorithmSpec target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaPricingLogicAlgorithmSpecModel,TmaSolrDocumentPricingLogicAlgorithmSpec>
-
getExternalIdentifierConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel,TmaSolrDocumentExternalIdentifier> getExternalIdentifierConverter()
-