Uses of Class
de.hybris.platform.catalog.jalo.classification.util.FeatureContainer
Packages that use FeatureContainer
Package
Description
-
Uses of FeatureContainer in de.hybris.platform.catalog.jalo.classification
Methods in de.hybris.platform.catalog.jalo.classification with parameters of type FeatureContainerModifier and TypeMethodDescriptionprotected voidFeatureValueAPITest.writeReadUntypedFeatures(FeatureContainer featureContainer) -
Uses of FeatureContainer in de.hybris.platform.catalog.jalo.classification.util
Methods in de.hybris.platform.catalog.jalo.classification.util that return FeatureContainerModifier and TypeMethodDescriptionFeatureContainer.clone()Deprecated.Creates a deep copy of this feature container.static FeatureContainerDeprecated.Creates an empty product feature container.static FeatureContainerFeatureContainer.createTyped(Product product, List<ClassAttributeAssignment> assignments) Deprecated.Creates an empty product feature container which is able to handle all features for the specified set of classification attribute assignments.static FeatureContainerFeatureContainer.createTyped(Product product, Set<ClassificationClass> classes) Deprecated.Creates an empty product feature container which is able to handle all features for the specified set of classification classes.static FeatureContainerFeatureContainer.createUntyped(Product product) Deprecated.Creates an empty product feature container which will only handle feature values which are not associated with a classification class.Feature.getParent()Deprecated.Returns the containing feature container.static FeatureContainerDeprecated.Loads all features for a given product from existingProductFeatureitems.static FeatureContainerDeprecated.Loads all typed features of the given product according to the classification classes it has been assigned to.static FeatureContainerFeatureContainer.loadTyped(Product product, ClassAttributeAssignment... assignments) Deprecated.Loads all typed features of the given product according to the classification attribute assignments specified.static FeatureContainerFeatureContainer.loadTyped(Product product, ClassificationClass... classes) Deprecated.Loads all typed features of the given product according to the classification classes specified.static FeatureContainerFeatureContainer.loadTyped(Product product, List<ClassAttributeAssignment> assignments) Deprecated.Loads all typed features of the given product according to the classification attribute assignments specified.static FeatureContainerFeatureContainer.loadTyped(Product product, Set<ClassificationClass> classes) Deprecated.Loads all typed features of the given product according to the classification classes specified.static FeatureContainerFeatureContainer.loadUntyped(Product product) Deprecated.Provides a container for all untyped features (and values) of the given product.Constructors in de.hybris.platform.catalog.jalo.classification.util with parameters of type FeatureContainerModifierConstructorDescriptionprotectedFeature(FeatureContainer parent, boolean localized) Deprecated.protectedDeprecated.Copy constructor.protectedTypedFeature(FeatureContainer parent, ClassAttributeAssignment assignment) Creates a new typed feature object.protectedUntypedFeature(FeatureContainer parent, String qualifier, boolean localized) Deprecated. -
Uses of FeatureContainer in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return FeatureContainerModifier and TypeMethodDescriptionprotected FeatureContainerClassificationObjectValueHandler.getFeatureContainer(ItemModel item, ClassAttributeAssignment attributeAssignment) -
Uses of FeatureContainer in de.hybris.platform.marketplaceservices.dataimport.batch.translator
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator with parameters of type FeatureContainerModifier and TypeMethodDescriptionprotected voidMarketplaceClassificationAttributeTranslator.extractAndStoreValue(ValueLine line, Product product, FeatureContainer cont, ClassAttributeAssignment assignment)