Uses of Class
de.hybris.platform.classification.features.Feature
-
-
Uses of Feature in com.hybris.backoffice.excel.integration
Methods in com.hybris.backoffice.excel.integration that return Feature Modifier and Type Method Description FeatureFeatureTestBuilder.BooleanBuilder. build()FeatureFeatureTestBuilder.Builder. build()FeatureFeatureTestBuilder.DateBuilder. build()FeatureFeatureTestBuilder.EnumBuilder. build()FeatureFeatureTestBuilder.NumberBuilder. build()FeatureFeatureTestBuilder.ReferenceBuilder. build()FeatureFeatureTestBuilder.StringBuilder. build() -
Uses of Feature in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification with parameters of type Feature Modifier and Type Method Description protected java.util.Collection<FeatureValue>AbstractClassificationAttributeTranslator. getFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature)protected java.util.stream.Stream<java.lang.String>AbstractClassificationAttributeTranslator. getStreamOfValuesToJoin(ExcelClassificationAttribute excelAttribute, Feature feature)protected java.util.stream.Stream<java.lang.String>AbstractClassificationRangeTranslator. getStreamOfValuesToJoin(ExcelClassificationAttribute excelAttribute, Feature feature)protected java.util.Collection<FeatureValue>AbstractClassificationAttributeTranslator. getUnlocalizedFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature) -
Uses of Feature in de.hybris.platform.classification
Methods in de.hybris.platform.classification that return Feature Modifier and Type Method Description FeatureClassificationService. getFeature(ItemModel item, ClassAttributeAssignmentModel assignment)Deprecated, for removal: This API element is subject to removal in a future version.since ages - useClassificationService.getFeature(ProductModel, ClassAttributeAssignmentModel)instead.FeatureClassificationService. getFeature(ProductModel product, ClassAttributeAssignmentModel assignment)Returns a classification feature for a given product and assignment.Methods in de.hybris.platform.classification with parameters of type Feature Modifier and Type Method Description voidClassificationService. setFeature(ProductModel product, Feature feature)Sets a singleFeatureto the givenProductModel. -
Uses of Feature in de.hybris.platform.classification.features
Subclasses of Feature in de.hybris.platform.classification.features Modifier and Type Class Description classLocalizedFeatureLocalized feature contains collection of values for each language.classUnlocalizedFeatureA product feature with itsFeatureValues and along with itsClassAttributeAssignmentModelif any.Methods in de.hybris.platform.classification.features that return Feature Modifier and Type Method Description FeatureFeatureList. getFeatureByAssignment(ClassAttributeAssignmentModel assignment)Gets the feature by assignment.FeatureFeatureList. getFeatureByCode(java.lang.String code)Returns the (typed) feature assigned to the attribute with the given code, or null if there's no such feature.FeatureFeatureList. getFeatureByName(java.lang.String name)Returns the feature with the given name of null if there's no such feature.Methods in de.hybris.platform.classification.features that return types with arguments of type Feature Modifier and Type Method Description java.util.List<Feature>FeatureList. getFeatures()Returns the list of features.java.util.Iterator<Feature>FeatureList. iterator()Constructors in de.hybris.platform.classification.features with parameters of type Feature Constructor Description FeatureList(Feature... features)Initializes this object with variable array of features.Constructor parameters in de.hybris.platform.classification.features with type arguments of type Feature Constructor Description FeatureList(java.util.List<Feature> features)Initializes this object with a list of features. -
Uses of Feature in de.hybris.platform.classification.impl
Methods in de.hybris.platform.classification.impl that return Feature Modifier and Type Method Description FeatureDefaultClassificationService. getFeature(ItemModel item, ClassAttributeAssignmentModel assignment)Deprecated, for removal: This API element is subject to removal in a future version.since agesFeatureDefaultClassificationService. getFeature(ProductModel product, ClassAttributeAssignmentModel assignment)Methods in de.hybris.platform.classification.impl with parameters of type Feature Modifier and Type Method Description voidDefaultClassificationService. setFeature(ProductModel product, Feature feature) -
Uses of Feature in de.hybris.platform.classification.strategy
Methods in de.hybris.platform.classification.strategy that return types with arguments of type Feature Modifier and Type Method Description java.util.List<Feature>LoadStoreFeaturesStrategy. loadFeatures(java.util.List<ClassAttributeAssignmentModel> assignments, ProductModel product)Load features for particular product.Method parameters in de.hybris.platform.classification.strategy with type arguments of type Feature Modifier and Type Method Description voidLoadStoreFeaturesStrategy. storeFeatures(ProductModel product, java.util.List<Feature> features)Store features for particular product to the database. -
Uses of Feature in de.hybris.platform.classification.strategy.impl
Methods in de.hybris.platform.classification.strategy.impl that return types with arguments of type Feature Modifier and Type Method Description java.util.List<Feature>DefaultLoadStoreFeaturesStrategy. loadFeatures(java.util.List<ClassAttributeAssignmentModel> assignments, ProductModel product)protected java.util.List<Feature>DefaultLoadStoreFeaturesStrategy. loadTypedFeatures(java.util.List<ClassAttributeAssignmentModel> assignments, ProductModel product)protected java.util.List<Feature>DefaultLoadStoreFeaturesStrategy. loadUntypedFeatures(ProductModel product)Method parameters in de.hybris.platform.classification.strategy.impl with type arguments of type Feature Modifier and Type Method Description voidDefaultLoadStoreFeaturesStrategy. storeFeatures(ProductModel product, java.util.List<Feature> features)protected java.util.List<ProductFeatureModel>DefaultLoadStoreFeaturesStrategy. storeFeaturesInTx(ProductModel product, java.util.List<Feature> features) -
Uses of Feature in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type Feature Modifier and Type Method Description protected Converter<Feature,FeatureData>ProductFeatureListPopulator. getFeatureConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type Feature Modifier and Type Method Description voidFeaturePopulator. populate(Feature source, FeatureData target)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type Feature Modifier and Type Method Description voidProductFeatureListPopulator. setFeatureConverter(Converter<Feature,FeatureData> featureConverter) -
Uses of Feature in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return Feature Modifier and Type Method Description protected FeatureProductClassificationAttributesValueResolver. getFeature(IndexedProperty indexedProperty, FeatureList featureList)Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type Feature Modifier and Type Method Description protected java.util.List<FeatureValue>ProductClassificationAttributesValueResolver. getFeatureValues(Feature feature, Qualifier qualifier) -
Uses of Feature in de.hybris.platform.platformbackoffice.bulkedit
Methods in de.hybris.platform.platformbackoffice.bulkedit with parameters of type Feature Modifier and Type Method Description protected java.util.List<FeatureValue>ClassificationPersistenceHandler. getValues(Feature feature, java.lang.String isoCode)protected booleanClassificationPersistenceHandler. hasEmptyValueWithoutClearCheckbox(ClassificationChangeDto change, Feature feature)protected voidClassificationPersistenceHandler. storeValues(Feature feature, java.util.List<FeatureValue> values, java.lang.String isoCode)Method parameters in de.hybris.platform.platformbackoffice.bulkedit with type arguments of type Feature Modifier and Type Method Description protected ClassificationChangeDtoDefaultBulkEditClassificationService. generateChange(ClassificationBulkEditForm bulkEditForm, java.util.Map<java.lang.String,Feature> modifiedProductFeatures, com.hybris.backoffice.attributechooser.Attribute selectedAttribute)java.util.Collection<ClassificationChangeDto>BulkEditClassificationService. generateChanges(ClassificationBulkEditForm bulkEditForm, java.util.Map<java.lang.String,Feature> modifiedProductFeatures)Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature valuesjava.util.Collection<ClassificationChangeDto>DefaultBulkEditClassificationService. generateChanges(ClassificationBulkEditForm bulkEditForm, java.util.Map<java.lang.String,Feature> modifiedProductFeatures)Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature valuesprotected voidClassificationPersistenceHandler. saveFeatures(ProductModel productModel, java.util.Map<java.lang.String,Feature> productFeatures) -
Uses of Feature in de.hybris.platform.platformbackoffice.bulkedit.dto
Methods in de.hybris.platform.platformbackoffice.bulkedit.dto that return Feature Modifier and Type Method Description FeatureClassificationChangeDto. getFeature()Methods in de.hybris.platform.platformbackoffice.bulkedit.dto with parameters of type Feature Modifier and Type Method Description voidClassificationChangeDto. setFeature(Feature feature) -
Uses of Feature in de.hybris.platform.platformbackoffice.bulkedit.renderer
Methods in de.hybris.platform.platformbackoffice.bulkedit.renderer that return Feature Modifier and Type Method Description protected FeatureDefaultClassificationEditorBulkEditRenderer. createFeature(ClassAttributeAssignmentModel classAttributeAssignmentModel) -
Uses of Feature in de.hybris.platform.platformbackoffice.classification
Methods in de.hybris.platform.platformbackoffice.classification that return Feature Modifier and Type Method Description protected FeatureClassificationPropertyAccessor. getFeatureByCode(org.springframework.expression.EvaluationContext evaluationContext, ProductModel productModel, java.lang.String qualifier)protected FeatureClassificationPropertyAccessor. readModifiedFeature(org.springframework.expression.EvaluationContext evaluationContext, ProductModel productModel, java.lang.String qualifier)Methods in de.hybris.platform.platformbackoffice.classification that return types with arguments of type Feature 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.Map<ClassificationClassModel,java.util.List<Feature>>ClassificationTabEditorAreaRenderer. prepareDataForRendering(ProductModel product)Methods in de.hybris.platform.platformbackoffice.classification with parameters of type Feature Modifier and Type Method Description protected com.hybris.cockpitng.components.EditorClassificationTabEditorAreaRenderer. createEditor(Feature feature, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, boolean canWriteFeature)protected voidClassificationTabEditorAreaRenderer. ifRangeAllowOneValue(Feature feature, com.hybris.cockpitng.components.Editor editor)Method parameters in de.hybris.platform.platformbackoffice.classification with type arguments of type Feature Modifier and Type Method Description protected voidClassificationTabEditorAreaRenderer. renderAttributes(org.zkoss.zul.Groupbox section, java.util.List<Feature> features, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidClassificationTabEditorAreaRenderer. renderSection(ClassificationClassModel classificationClassModel, java.util.List<Feature> features, org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected voidClassificationTabEditorAreaRenderer. saveFeatures(ProductModel productModel, java.util.Map<java.lang.String,Feature> modifiedProductFeatures)protected voidFeaturePeristanceHandler. saveFeatures(ProductModel productModel, java.util.Map<java.lang.String,Feature> productFeatures) -
Uses of Feature in de.hybris.platform.platformbackoffice.classification.comparator
Methods in de.hybris.platform.platformbackoffice.classification.comparator with parameters of type Feature Modifier and Type Method Description intFeatureComparator. compare(Feature leftObject, Feature rightObject) -
Uses of Feature in de.hybris.platform.platformbackoffice.classification.util
Methods in de.hybris.platform.platformbackoffice.classification.util with parameters of type Feature Modifier and Type Method Description static ClassificationInfoBackofficeClassificationUtils. convertFeatureToClassificationInfo(Feature feature)ConvertsFeatureintoClassificationInfostatic voidBackofficeClassificationUtils. updateFeatureWithClassificationInfo(Feature feature, ClassificationInfo info)UpdatesFeaturewith values fromClassificationInfo -
Uses of Feature in de.hybris.platform.platformbackoffice.services.impl
Methods in de.hybris.platform.platformbackoffice.services.impl with parameters of type Feature Modifier and Type Method Description protected java.util.Optional<ClassificationClassModel>DefaultBackofficeClassificationService. getClassificationClassFromFeature(Feature feature)
-