Class TmaSolrDocumentBpoOptionPopulator
java.lang.Object
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.TmaSolrDocumentBpoOptionPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaBundledProdOfferOptionModel,TmaSolrDocumentBundledProdOfferOption>
public class TmaSolrDocumentBpoOptionPopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaBundledProdOfferOptionModel,TmaSolrDocumentBundledProdOfferOption>
Default populator for populating a
TmaSolrDocumentBundledProdOfferOption to be persisted by the solr server having a
TmaBundledProdOfferOptionModel as source.- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
TmaSolrDocumentBpoOptionPopulator
public TmaSolrDocumentBpoOptionPopulator()
-
-
Method Details
-
populate
public void populate(TmaBundledProdOfferOptionModel source, TmaSolrDocumentBundledProdOfferOption target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaBundledProdOfferOptionModel,TmaSolrDocumentBundledProdOfferOption>
-