Class TmaSolrDocumentPscvUsePopulator
java.lang.Object
de.hybris.platform.b2ctelcoservices.search.solrfacetsearch.populator.TmaSolrDocumentPscvUsePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueModel,TmaSolrDocumentPscvUse>
public class TmaSolrDocumentPscvUsePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueModel,TmaSolrDocumentPscvUse>
Default populator for populating a
TmaSolrDocumentPscvUse to be persisted by the
solr server having a TmaProductSpecCharacteristicValueModel as source.- Since:
- 2011
-
Constructor Summary
ConstructorsConstructorDescriptionTmaSolrDocumentPscvUsePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaSolrDocumentPscv> pscvConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel,TmaSolrDocumentPscv> voidpopulate(TmaProductSpecCharacteristicValueModel source, TmaSolrDocumentPscvUse target)
-
Constructor Details
-
TmaSolrDocumentPscvUsePopulator
public TmaSolrDocumentPscvUsePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel, TmaSolrDocumentPscv> pscvConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueModel,TmaSolrDocumentPscvUse>
-
getPscvConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueModel,TmaSolrDocumentPscv> getPscvConverter()
-