Uses of Class
de.hybris.platform.classification.features.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.hybris.backoffice.excel.integration
Methods in com.hybris.backoffice.excel.integration that return FeatureModifier and TypeMethodDescriptionFeatureTestBuilder.BooleanBuilder.build()FeatureTestBuilder.Builder.build()FeatureTestBuilder.DateBuilder.build()FeatureTestBuilder.EnumBuilder.build()FeatureTestBuilder.NumberBuilder.build()FeatureTestBuilder.ReferenceBuilder.build()FeatureTestBuilder.StringBuilder.build() -
Uses of Feature in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification with parameters of type FeatureModifier and TypeMethodDescriptionprotected Collection<FeatureValue>AbstractClassificationAttributeTranslator.getFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature) AbstractClassificationAttributeTranslator.getStreamOfValuesToJoin(ExcelClassificationAttribute excelAttribute, Feature feature) AbstractClassificationRangeTranslator.getStreamOfValuesToJoin(ExcelClassificationAttribute excelAttribute, Feature feature) protected Collection<FeatureValue>AbstractClassificationAttributeTranslator.getUnlocalizedFeatureValues(ExcelClassificationAttribute excelAttribute, Feature feature) -
Uses of Feature in com.hybris.backoffice.searchservices.providers.impl
Methods in com.hybris.backoffice.searchservices.providers.impl with parameters of type Feature -
Uses of Feature in de.hybris.platform.classification
Methods in de.hybris.platform.classification that return FeatureModifier and TypeMethodDescriptionClassificationService.getFeature(ItemModel item, ClassAttributeAssignmentModel assignment) Deprecated, for removal: This API element is subject to removal in a future version.ClassificationService.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 FeatureModifier and TypeMethodDescriptionvoidClassificationService.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.featuresModifier and TypeClassDescriptionclassLocalized feature contains collection of values for each language.classA product feature with itsFeatureValues and along with itsClassAttributeAssignmentModelif any.Methods in de.hybris.platform.classification.features that return FeatureModifier and TypeMethodDescriptionFeatureList.getFeatureByAssignment(ClassAttributeAssignmentModel assignment) Gets the feature by assignment.FeatureList.getFeatureByCode(String code) Returns the (typed) feature assigned to the attribute with the given code, or null if there's no such feature.FeatureList.getFeatureByName(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 FeatureModifier and TypeMethodDescriptionFeatureList.getFeatures()Returns the list of features.FeatureList.iterator()Constructors in de.hybris.platform.classification.features with parameters of type FeatureModifierConstructorDescriptionFeatureList(Feature... features) Initializes this object with variable array of features.Constructor parameters in de.hybris.platform.classification.features with type arguments of type FeatureModifierConstructorDescriptionFeatureList(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 FeatureModifier and TypeMethodDescriptionDefaultClassificationService.getFeature(ItemModel item, ClassAttributeAssignmentModel assignment) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultClassificationService.getFeature(ProductModel product, ClassAttributeAssignmentModel assignment) Methods in de.hybris.platform.classification.impl with parameters of type FeatureModifier and TypeMethodDescriptionvoidDefaultClassificationService.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 FeatureModifier and TypeMethodDescriptionLoadStoreFeaturesStrategy.loadFeatures(List<ClassAttributeAssignmentModel> assignments, ProductModel product) Load features for particular product.Method parameters in de.hybris.platform.classification.strategy with type arguments of type FeatureModifier and TypeMethodDescriptionvoidLoadStoreFeaturesStrategy.storeFeatures(ProductModel product, 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 FeatureModifier and TypeMethodDescriptionDefaultLoadStoreFeaturesStrategy.loadFeatures(List<ClassAttributeAssignmentModel> assignments, ProductModel product) DefaultLoadStoreFeaturesStrategy.loadTypedFeatures(List<ClassAttributeAssignmentModel> assignments, ProductModel product) DefaultLoadStoreFeaturesStrategy.loadUntypedFeatures(ProductModel product) Method parameters in de.hybris.platform.classification.strategy.impl with type arguments of type FeatureModifier and TypeMethodDescriptionvoidDefaultLoadStoreFeaturesStrategy.storeFeatures(ProductModel product, List<Feature> features) protected List<ProductFeatureModel>DefaultLoadStoreFeaturesStrategy.storeFeaturesInTx(ProductModel product, 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 FeatureModifier and TypeMethodDescriptionprotected Converter<Feature,FeatureData> ProductFeatureListPopulator.getFeatureConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type FeatureModifier and TypeMethodDescriptionvoidFeaturePopulator.populate(Feature source, FeatureData target) Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type FeatureModifier and TypeMethodDescriptionvoidProductFeatureListPopulator.setFeatureConverter(Converter<Feature, FeatureData> featureConverter) -
Uses of Feature in de.hybris.platform.commerceservices.search.searchservices.provider.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.provider.impl with parameters of type Feature -
Uses of Feature in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return FeatureModifier and TypeMethodDescriptionprotected FeatureProductClassificationAttributesValueResolver.getFeature(IndexedProperty indexedProperty, FeatureList featureList) Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with parameters of type FeatureModifier and TypeMethodDescriptionprotected 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 FeatureModifier and TypeMethodDescriptionprotected List<FeatureValue>protected booleanClassificationPersistenceHandler.hasEmptyValueWithoutClearCheckbox(ClassificationChangeDto change, Feature feature) protected voidClassificationPersistenceHandler.storeValues(Feature feature, List<FeatureValue> values, String isoCode) Method parameters in de.hybris.platform.platformbackoffice.bulkedit with type arguments of type FeatureModifier and TypeMethodDescriptionprotected ClassificationChangeDtoDefaultBulkEditClassificationService.generateChange(ClassificationBulkEditForm bulkEditForm, Map<String, Feature> modifiedProductFeatures, com.hybris.backoffice.attributechooser.Attribute selectedAttribute) BulkEditClassificationService.generateChanges(ClassificationBulkEditForm bulkEditForm, Map<String, Feature> modifiedProductFeatures) Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature valuesDefaultBulkEditClassificationService.generateChanges(ClassificationBulkEditForm bulkEditForm, Map<String, Feature> modifiedProductFeatures) Generates collection ofClassificationChangeDtobased on selected classification attributes and modified feature valuesprotected voidClassificationPersistenceHandler.saveFeatures(ProductModel productModel, Map<String, Feature> productFeatures) -
Uses of Feature in de.hybris.platform.platformbackoffice.bulkedit.dto
Methods in de.hybris.platform.platformbackoffice.bulkedit.dto that return FeatureMethods in de.hybris.platform.platformbackoffice.bulkedit.dto with parameters of type Feature -
Uses of Feature in de.hybris.platform.platformbackoffice.bulkedit.renderer
Methods in de.hybris.platform.platformbackoffice.bulkedit.renderer that return FeatureModifier and TypeMethodDescriptionprotected FeatureDefaultClassificationEditorBulkEditRenderer.createFeature(ClassAttributeAssignmentModel classAttributeAssignmentModel) -
Uses of Feature in de.hybris.platform.platformbackoffice.classification
Methods in de.hybris.platform.platformbackoffice.classification that return FeatureModifier and TypeMethodDescriptionprotected FeatureClassificationPropertyAccessor.getFeatureByCode(org.springframework.expression.EvaluationContext evaluationContext, ProductModel productModel, String qualifier) protected FeatureClassificationPropertyAccessor.readModifiedFeature(org.springframework.expression.EvaluationContext evaluationContext, ProductModel productModel, String qualifier) Methods in de.hybris.platform.platformbackoffice.classification that return types with arguments of type FeatureModifier and TypeMethodDescriptionprotected Map<ClassificationClassModel,List<Feature>> ClassificationTabEditorAreaRenderer.getFeaturesGroupedByClassificationClassMap(FeatureList features, Set<ClassificationClassModel> allReadableClassificationClasses) protected Map<ClassificationClassModel,List<Feature>> ClassificationTabEditorAreaRenderer.prepareDataForRendering(ProductModel product) Methods in de.hybris.platform.platformbackoffice.classification with parameters of type FeatureModifier and TypeMethodDescriptionprotected 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 FeatureModifier and TypeMethodDescriptionprotected voidClassificationTabEditorAreaRenderer.renderAttributes(org.zkoss.zul.Groupbox section, List<Feature> features, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidClassificationTabEditorAreaRenderer.renderSection(ClassificationClassModel classificationClassModel, List<Feature> features, org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected voidClassificationTabEditorAreaRenderer.saveFeatures(ProductModel productModel, Map<String, Feature> modifiedProductFeatures) protected voidFeaturePeristanceHandler.saveFeatures(ProductModel productModel, Map<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 -
Uses of Feature in de.hybris.platform.platformbackoffice.classification.util
Methods in de.hybris.platform.platformbackoffice.classification.util with parameters of type FeatureModifier and TypeMethodDescriptionstatic 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 FeatureModifier and TypeMethodDescriptionprotected Optional<ClassificationClassModel>DefaultBackofficeClassificationService.getClassificationClassFromFeature(Feature feature)
ClassificationService.getFeature(ProductModel, ClassAttributeAssignmentModel)instead.