Uses of Class
de.hybris.platform.catalog.jalo.classification.util.TypedFeature
Packages that use TypedFeature
Package
Description
-
Uses of TypedFeature in de.hybris.platform.catalog.jalo.classification.impex
Methods in de.hybris.platform.catalog.jalo.classification.impex that return TypedFeatureModifier and TypeMethodDescriptionprotected TypedFeatureClassificationAttributeTranslator.getFeature(Product product) -
Uses of TypedFeature in de.hybris.platform.catalog.jalo.classification.util
Methods in de.hybris.platform.catalog.jalo.classification.util that return TypedFeatureModifier and TypeMethodDescriptionTypedFeature.clone()<T> TypedFeature<T>FeatureContainer.getFeature(ClassAttributeAssignment assignment) Deprecated.Returns the feature for a given classification attribute assignment.FeatureContainer.getFeature(ClassificationAttribute attr) Deprecated.Returns the feature for a given classification attribute.<T> TypedFeature<T>FeatureContainer.getFeature(ClassificationClass cclass, ClassificationAttribute attr) Deprecated.Returns the feature for a given classification class and attribute.static <X> TypedFeature<X>Feature.loadTyped(Product product, ClassAttributeAssignment assignment) Deprecated.Shortcut to manage just a single typed feature.static <X> TypedFeature<X>Feature.loadTyped(Product product, ClassificationAttribute attr) Deprecated.Shortcut to manage just a single typed feature.Constructors in de.hybris.platform.catalog.jalo.classification.util with parameters of type TypedFeatureModifierConstructorDescriptionFeatureValue(TypedFeature<V> parent, V value) Deprecated.protectedTypedFeature(TypedFeature<T> src) Clone constructor.