Class TmaSolrDocumentExternalIdentifierPopulator
java.lang.Object
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.TmaSolrDocumentExternalIdentifierPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaExternalIdentifierModel,TmaSolrDocumentExternalIdentifier>
public class TmaSolrDocumentExternalIdentifierPopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaExternalIdentifierModel,TmaSolrDocumentExternalIdentifier>
Default populator used for populating external identifier attributes in
TmaSolrDocumentExternalIdentifier
with data from TmaExternalIdentifierModel.
The populated target will then be persisted in the indexed type by the solr server.- Since:
- 2102
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(TmaExternalIdentifierModel source, TmaSolrDocumentExternalIdentifier target)
-
Constructor Details
-
TmaSolrDocumentExternalIdentifierPopulator
public TmaSolrDocumentExternalIdentifierPopulator()
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaExternalIdentifierModel,TmaSolrDocumentExternalIdentifier>
-