| Modifier and Type | Method and Description |
|---|---|
static FeatureList |
FeatureListFactory.create(ModelService modelService,
TypeService typeService,
ClassificationClassModel classificationClass,
CatalogVersionModel catalogVersionModel,
ClassificationSystemVersionModel classificationSystemVersionModel) |
| Modifier and Type | Method and Description |
|---|---|
FeatureList |
ClassificationService.getFeatures(ProductModel product)
Returns a list of classification features for a given product.
|
FeatureList |
ClassificationService.getFeatures(ProductModel product,
java.util.List<ClassAttributeAssignmentModel> assignments)
Returns a list of classification features for a given product and assignments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationService.replaceFeatures(ProductModel product,
FeatureList featureList)
Sets all the features from the list to the product model.
|
void |
ClassificationService.setFeatures(ProductModel product,
FeatureList featureList)
Sets the given list of classification
Features to the given ProductModel. |
| Modifier and Type | Method and Description |
|---|---|
FeatureList |
DefaultClassificationService.getFeatures(ProductModel product) |
FeatureList |
DefaultClassificationService.getFeatures(ProductModel product,
java.util.List<ClassAttributeAssignmentModel> assignments) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultClassificationService.replaceFeatures(ProductModel product,
FeatureList modelFeatureList) |
void |
DefaultClassificationService.setFeatures(ProductModel product,
FeatureList modelFeatureList) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductFeatureListPopulator<SOURCE extends FeatureList,TARGET extends ProductData>
Populate the classifications of the product data from a feature list
|
| Modifier and Type | Method and Description |
|---|---|
protected Populator<FeatureList,ProductData> |
ProductClassificationPopulator.getProductFeatureListPopulator() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ClassificationData> |
ProductFeatureListPopulator.buildClassificationDataList(FeatureList source) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductClassificationPopulator.setProductFeatureListPopulator(Populator<FeatureList,ProductData> productFeatureListPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureList |
SearchResultProductPopulator.getFeaturesList(SearchResultValueData source) |
| Modifier and Type | Method and Description |
|---|---|
protected Populator<FeatureList,ProductData> |
SearchResultProductPopulator.getProductFeatureListPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResultProductPopulator.setProductFeatureListPopulator(Populator<FeatureList,ProductData> productFeatureListPopulator) |
| Modifier and Type | Method and Description |
|---|---|
protected FeatureList |
ProductClassificationAttributesValueResolver.loadData(IndexerBatchContext batchContext,
java.util.Collection<IndexedProperty> indexedProperties,
ProductModel product) |
protected FeatureList |
ProductClassificationAttributesValueResolver.loadFeatures(java.util.Collection<IndexedProperty> indexedProperties,
ProductModel productModel) |
| Modifier and Type | Method and Description |
|---|---|
protected Feature |
ProductClassificationAttributesValueResolver.getFeature(IndexedProperty indexedProperty,
FeatureList featureList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProductClassificationAttributesValueResolver.addFieldValues(InputDocument document,
IndexerBatchContext batchContext,
IndexedProperty indexedProperty,
ProductModel model,
AbstractValueResolver.ValueResolverContext<FeatureList,java.lang.Object> resolverContext) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<ClassificationClassModel> |
ClassificationTabEditorAreaRenderer.getFilteredClassificationClasses(FeatureList features) |
Copyright © 2018 SAP SE. All Rights Reserved.