Uses of Class
de.hybris.platform.classification.features.FeatureList
-
-
Uses of FeatureList in com.hybris.backoffice.excel.integration
Methods in com.hybris.backoffice.excel.integration that return FeatureList Modifier and Type Method Description static FeatureListFeatureListFactory. create(ModelService modelService, TypeService typeService, ClassificationClassModel classificationClass, CatalogVersionModel catalogVersionModel, ClassificationSystemVersionModel classificationSystemVersionModel) -
Uses of FeatureList in de.hybris.platform.classification
Methods in de.hybris.platform.classification that return FeatureList Modifier and Type Method Description FeatureListClassificationService. getFeatures(ProductModel product)Returns a list of classification features for a given product.FeatureListClassificationService. getFeatures(ProductModel product, java.util.List<ClassAttributeAssignmentModel> assignments)Returns a list of classification features for a given product and assignments.Methods in de.hybris.platform.classification with parameters of type FeatureList Modifier and Type Method Description voidClassificationService. replaceFeatures(ProductModel product, FeatureList featureList)Sets all the features from the list to the product model.voidClassificationService. setFeatures(ProductModel product, FeatureList featureList)Sets the given list of classificationFeatures to the givenProductModel. -
Uses of FeatureList in de.hybris.platform.classification.impl
Methods in de.hybris.platform.classification.impl that return FeatureList Modifier and Type Method Description FeatureListDefaultClassificationService. getFeatures(ProductModel product)FeatureListDefaultClassificationService. getFeatures(ProductModel product, java.util.List<ClassAttributeAssignmentModel> assignments)Methods in de.hybris.platform.classification.impl with parameters of type FeatureList Modifier and Type Method Description voidDefaultClassificationService. replaceFeatures(ProductModel product, FeatureList modelFeatureList)voidDefaultClassificationService. setFeatures(ProductModel product, FeatureList modelFeatureList) -
Uses of FeatureList in de.hybris.platform.commercefacades.product.converters.populator
Classes in de.hybris.platform.commercefacades.product.converters.populator with type parameters of type FeatureList Modifier and Type Class Description classProductFeatureListPopulator<SOURCE extends FeatureList,TARGET extends ProductData>Populate the classifications of the product data from a feature listMethods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type FeatureList Modifier and Type Method Description protected Populator<FeatureList,ProductData>ProductClassificationPopulator. getProductFeatureListPopulator()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type FeatureList Modifier and Type Method Description protected java.util.List<ClassificationData>ProductFeatureListPopulator. buildClassificationDataList(FeatureList source)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type FeatureList Modifier and Type Method Description voidProductClassificationPopulator. setProductFeatureListPopulator(Populator<FeatureList,ProductData> productFeatureListPopulator) -
Uses of FeatureList in de.hybris.platform.commercefacades.search.converters.populator
Methods in de.hybris.platform.commercefacades.search.converters.populator that return FeatureList Modifier and Type Method Description protected FeatureListSearchResultProductPopulator. getFeaturesList(SearchResultValueData source)Methods in de.hybris.platform.commercefacades.search.converters.populator that return types with arguments of type FeatureList Modifier and Type Method Description protected Populator<FeatureList,ProductData>SearchResultProductPopulator. getProductFeatureListPopulator()Method parameters in de.hybris.platform.commercefacades.search.converters.populator with type arguments of type FeatureList Modifier and Type Method Description voidSearchResultProductPopulator. setProductFeatureListPopulator(Populator<FeatureList,ProductData> productFeatureListPopulator) -
Uses of FeatureList in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return FeatureList Modifier and Type Method Description protected FeatureListProductClassificationAttributesValueResolver. loadData(IndexerBatchContext batchContext, java.util.Collection<IndexedProperty> indexedProperties, ProductModel product)protected FeatureListProductClassificationAttributesValueResolver. loadFeatures(java.util.Collection<IndexedProperty> indexedProperties, ProductModel productModel)Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type FeatureList Modifier and Type Method Description protected FeatureProductClassificationAttributesValueResolver. getFeature(IndexedProperty indexedProperty, FeatureList featureList)Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type FeatureList Modifier and Type Method Description protected voidProductClassificationAttributesValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ProductModel model, AbstractValueResolver.ValueResolverContext<FeatureList,java.lang.Object> resolverContext) -
Uses of FeatureList in de.hybris.platform.platformbackoffice.classification
Methods in de.hybris.platform.platformbackoffice.classification with parameters of type FeatureList Modifier and Type Method Description protected java.util.Map<ClassificationClassModel,java.util.List<Feature>>ClassificationTabEditorAreaRenderer. getFeaturesGroupedByClassificationClassMap(FeatureList features, java.util.Set<ClassificationClassModel> allReadableClassificationClasses)protected java.util.Set<ClassificationClassModel>ClassificationTabEditorAreaRenderer. getFilteredClassificationClasses(FeatureList features) -
Uses of FeatureList in de.hybris.platform.platformbackoffice.services.impl
Method parameters in de.hybris.platform.platformbackoffice.services.impl with type arguments of type FeatureList Modifier and Type Method Description protected java.util.Set<ClassificationClassModel>DefaultBackofficeClassificationService. getClassificationClassesFromFeatureLists(java.util.Set<FeatureList> featureLists)
-