Uses of Class
de.hybris.platform.catalog.jalo.classification.ClassAttributeAssignment
-
-
Uses of ClassAttributeAssignment in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return ClassAttributeAssignment Modifier and Type Method Description ClassAttributeAssignmentGeneratedCatalogManager. createClassAttributeAssignment(SessionContext ctx, java.util.Map attributeValues)ClassAttributeAssignmentGeneratedCatalogManager. createClassAttributeAssignment(java.util.Map attributeValues)ClassAttributeAssignmentGeneratedProductFeature. getClassificationAttributeAssignment()Generated method - Getter of theProductFeature.classificationAttributeAssignmentattribute.ClassAttributeAssignmentGeneratedProductFeature. getClassificationAttributeAssignment(SessionContext ctx)Generated method - Getter of theProductFeature.classificationAttributeAssignmentattribute.Methods in de.hybris.platform.catalog.jalo with parameters of type ClassAttributeAssignment Modifier and Type Method Description voidProductFeature. reType(ClassAttributeAssignment assignment)(Re-)connects this value to a existingClassAttributeAssignment.protected voidGeneratedProductFeature. setClassificationAttributeAssignment(ClassAttributeAssignment value)Generated method - Setter of theProductFeature.classificationAttributeAssignmentattribute.protected voidGeneratedProductFeature. setClassificationAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)Generated method - Setter of theProductFeature.classificationAttributeAssignmentattribute. -
Uses of ClassAttributeAssignment in de.hybris.platform.catalog.jalo.classification
Methods in de.hybris.platform.catalog.jalo.classification that return ClassAttributeAssignment Modifier and Type Method Description ClassAttributeAssignmentClassificationClass. assignAttribute(ClassificationAttribute attribute)ClassAttributeAssignmentClassificationClass. assignAttribute(ClassificationAttribute attribute, int position)ClassAttributeAssignmentClassificationClass. assignAttribute(ClassificationAttribute attribute, EnumerationValue type, ClassificationAttributeUnit unit, java.util.Collection values, int position)ClassAttributeAssignmentClassificationClass. assignAttribute(ClassificationAttribute attribute, java.lang.String typeCode, ClassificationAttributeUnit unit, java.util.Collection values, int position)protected ClassAttributeAssignmentClassificationClass. assignToMe(ClassificationAttribute attribute, EnumerationValue type, ClassificationAttributeUnit unit, java.util.Collection values, int position)ClassAttributeAssignmentClassificationClass. getAttributeAssignment(ClassificationAttribute attr)Provides access to the assignment of a given attribute to this class.ClassAttributeAssignmentGeneratedAttributeValueAssignment. getAttributeAssignment()Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute.ClassAttributeAssignmentGeneratedAttributeValueAssignment. getAttributeAssignment(SessionContext ctx)Generated method - Getter of theAttributeValueAssignment.attributeAssignmentattribute.Methods in de.hybris.platform.catalog.jalo.classification that return types with arguments of type ClassAttributeAssignment Modifier and Type Method Description java.util.Collection<ClassAttributeAssignment>ClassificationAttribute. getClassAssignments()java.util.Collection<ClassAttributeAssignment>ClassificationClass. getClassificationAttributeAssignments()java.util.Collection<ClassAttributeAssignment>ClassificationClass. getClassificationAttributeAssignments(SessionContext ctx)Deprecated.since ages - useClassificationClassModel.getAllClassificationAttributeAssignments()instead.java.util.Collection<ClassAttributeAssignment>ClassificationClass. getComparableAttributeAssignments()java.util.Collection<ClassAttributeAssignment>ClassificationClass. getComparableAttributeAssignments(SessionContext ctx)java.util.List<ClassAttributeAssignment>ClassificationClass. getDeclaredClassificationAttributeAssignments(SessionContext ctx)java.util.List<ClassAttributeAssignment>GeneratedClassificationClass. getDeclaredClassificationAttributeAssignments()Generated method - Getter of theClassificationClass.declaredClassificationAttributeAssignmentsattribute.abstract java.util.List<ClassAttributeAssignment>GeneratedClassificationClass. getDeclaredClassificationAttributeAssignments(SessionContext ctx)Generated method - Getter of theClassificationClass.declaredClassificationAttributeAssignmentsattribute.java.util.Collection<ClassAttributeAssignment>ClassificationClass. getListableAttributeAssignments()java.util.Collection<ClassAttributeAssignment>ClassificationClass. getListableAttributeAssignments(SessionContext ctx)java.util.Collection<ClassAttributeAssignment>ClassificationClass. getSearchableAttributeAssignments()java.util.Collection<ClassAttributeAssignment>ClassificationClass. getSearchableAttributeAssignments(SessionContext ctx)Methods in de.hybris.platform.catalog.jalo.classification with parameters of type ClassAttributeAssignment Modifier and Type Method Description java.util.Collection<ClassificationAttributeValue>ClassificationClass. getAttributeValues(ClassAttributeAssignment asgnmt)Returns the values to choose from for the given attribute within this class.protected voidGeneratedAttributeValueAssignment. setAttributeAssignment(ClassAttributeAssignment value)Generated method - Setter of theAttributeValueAssignment.attributeAssignmentattribute.protected voidGeneratedAttributeValueAssignment. setAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)Generated method - Setter of theAttributeValueAssignment.attributeAssignmentattribute.protected java.util.CollectionClassificationClass. translateValue(SessionContext ctx, ClassAttributeAssignment asgnmt, java.lang.Object value)Ensures that value(s) are set as collection even if there is just a single value object.Method parameters in de.hybris.platform.catalog.jalo.classification with type arguments of type ClassAttributeAssignment Modifier and Type Method Description voidClassificationClass. setDeclaredClassificationAttributeAssignments(SessionContext ctx, java.util.List<ClassAttributeAssignment> assignments)abstract voidGeneratedClassificationClass. setDeclaredClassificationAttributeAssignments(SessionContext ctx, java.util.List<ClassAttributeAssignment> value)Generated method - Setter of theClassificationClass.declaredClassificationAttributeAssignmentsattribute.voidGeneratedClassificationClass. setDeclaredClassificationAttributeAssignments(java.util.List<ClassAttributeAssignment> value)Generated method - Setter of theClassificationClass.declaredClassificationAttributeAssignmentsattribute. -
Uses of ClassAttributeAssignment in de.hybris.platform.catalog.jalo.classification.impex
Fields in de.hybris.platform.catalog.jalo.classification.impex declared as ClassAttributeAssignment Modifier and Type Field Description protected ClassAttributeAssignmentClassificationAttributeTranslator. classAttrAssignmentMethods in de.hybris.platform.catalog.jalo.classification.impex that return ClassAttributeAssignment Modifier and Type Method Description protected ClassAttributeAssignmentClassificationAttributeTranslator. getAssignment()protected ClassAttributeAssignmentClassificationAttributeTranslator. matchAssignment(java.util.Collection<ClassificationClass> classes)Methods in de.hybris.platform.catalog.jalo.classification.impex with parameters of type ClassAttributeAssignment Modifier and Type Method Description protected AbstractValueTranslatorClassificationAttributeTranslator. getSingleCellValueTranslator(ClassAttributeAssignment assignment)protected java.util.ListClassificationAttributeTranslator. splitValues(ClassAttributeAssignment assignment, java.lang.String valueCollection)java.util.Collection<UnitAwareValue>ClassificationAttributeTranslator. translateCurrentUnitAwareValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem)java.util.Collection<java.lang.Object>ClassificationAttributeTranslator. translateCurrentValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem)Deprecated.since agesConstructors in de.hybris.platform.catalog.jalo.classification.impex with parameters of type ClassAttributeAssignment Constructor Description ClassificationAttributeValueTranslator(ClassAttributeAssignment assignment)Creates a new translator specifying the assignment which can be used for retrieving all assigned values as well as the calling translator for retrieving of context information. -
Uses of ClassAttributeAssignment in de.hybris.platform.catalog.jalo.classification.util
Methods in de.hybris.platform.catalog.jalo.classification.util that return ClassAttributeAssignment Modifier and Type Method Description protected ClassAttributeAssignmentFeatureContainer. getAssignment(ClassificationAttribute attr)Deprecated.ClassAttributeAssignmentFeatureField. getClassAttributeAssignment()ClassAttributeAssignmentTypedFeature. getClassAttributeAssignment()Returns the assignment which backs this feature.ClassAttributeAssignmentFeatureContainer. getClassificationAttributeAssignment(java.lang.String code)Deprecated.Provides a textual shortcut for getting a classification attribute assignment out of the assignments which are managed by this container.protected ClassAttributeAssignmentFeatureContainer. getClassificationAttributeAssignment(java.lang.String code, boolean failIfNotExists)Deprecated.protected ClassAttributeAssignmentFeatureContainer. matchAttribute(ClassificationSystemVersion clSys, java.util.Set<ClassificationClass> permittedClasses, java.lang.String attributeIdentifier)Deprecated.Methods in de.hybris.platform.catalog.jalo.classification.util that return types with arguments of type ClassAttributeAssignment Modifier and Type Method Description protected static java.util.List<ClassAttributeAssignment>FeatureContainer. extractAssignments(java.util.Set<ClassificationClass> classes)Deprecated.protected java.util.Map<ClassAttributeAssignment,java.util.List<ProductFeature>>FeatureContainer. fetchItems(Product product, java.util.Set<ClassAttributeAssignment> assignments, java.util.Collection<PK> excludePKs)Deprecated.protected java.util.Set<ClassAttributeAssignment>FeatureContainer. getAssignmentsInternal()Deprecated.java.util.Set<ClassAttributeAssignment>FeatureContainer. getSupportedAttributeAssignments()Deprecated.Returns all class-attribute assignments which this typed container is able to manage values for.java.util.List<ClassAttributeAssignment>FeatureContainer. getSupportedAttributeAssignments(ClassificationClass cclass)Deprecated.Returns all class-attribute assignments of the given class which are managed by this typed container.static java.util.Map<ClassificationClass,java.util.List<ClassAttributeAssignment>>FeatureContainer. groupAssignments(java.util.Collection<ClassAttributeAssignment> assignments)Deprecated.Methods in de.hybris.platform.catalog.jalo.classification.util with parameters of type ClassAttributeAssignment Modifier and Type Method Description static FeatureValueConditionFeatureValueCondition. contains(ClassAttributeAssignment assignment, java.lang.String str)static java.lang.StringFeatureContainer. createUniqueKey(ClassAttributeAssignment assignment)Deprecated.Assembles the unique key representation for a typed feature.static FeatureValueConditionFeatureValueCondition. endsWith(ClassAttributeAssignment assignment, java.lang.String str)static FeatureValueConditionFeatureValueCondition. equals(ClassAttributeAssignment assignment, java.lang.Object value)static FeatureValueConditionFeatureValueCondition. equalsForRange(ClassAttributeAssignment assignment, java.lang.Object value, FeatureValueCondition.RangeBoundary boundary)<T> TypedFeature<T>FeatureContainer. getFeature(ClassAttributeAssignment assignment)Deprecated.Returns the feature for a given classification attribute assignment.static FeatureValueConditionFeatureValueCondition. greater(ClassAttributeAssignment assignment, java.lang.Object value)static FeatureValueConditionFeatureValueCondition. greaterForRange(ClassAttributeAssignment assignment, java.lang.Object value, FeatureValueCondition.RangeBoundary boundary)booleanFeatureContainer. hasFeature(ClassAttributeAssignment assignment)Deprecated.Checks whether or not the class-attribute assignment is supported by this container.static FeatureValueConditionFeatureValueCondition. in(ClassAttributeAssignment assignment, java.lang.Object... values)static FeatureValueConditionFeatureValueCondition. in(ClassAttributeAssignment assignment, java.util.Collection values)static FeatureValueConditionFeatureValueCondition. isNull(ClassAttributeAssignment assignment)static FeatureValueConditionFeatureValueCondition. less(ClassAttributeAssignment assignment, java.lang.Object value)static FeatureValueConditionFeatureValueCondition. lessForRange(ClassAttributeAssignment assignment, java.lang.Object value, FeatureValueCondition.RangeBoundary boundary)static <X> TypedFeature<X>Feature. loadTyped(Product product, ClassAttributeAssignment assignment)Deprecated.Shortcut to manage just a single typed feature.static FeatureContainerFeatureContainer. loadTyped(Product product, ClassAttributeAssignment... assignments)Deprecated.Loads all typed features of the given product according to the classification attribute assignments specified.static FeatureValueConditionFeatureValueCondition. notEquals(ClassAttributeAssignment assignment, java.lang.Object value)static FeatureValueConditionFeatureValueCondition. notNull(ClassAttributeAssignment assignment)static FeatureValueOrderByFeatureValueOrderBy. orderBy(ClassAttributeAssignment assignment)static FeatureValueOrderByFeatureValueOrderBy. orderBy(ClassAttributeAssignment assignment, boolean asc)static FeatureValueSelectFieldFeatureValueSelectField. select(ClassAttributeAssignment assignment)static FeatureValueSelectFieldFeatureValueSelectField. select(ClassAttributeAssignment assignment, Language lang)static FeatureValueSelectFieldFeatureValueSelectField. select(ClassAttributeAssignment assignment, java.lang.String productTypeAlias, Language lang)static FeatureValueConditionFeatureValueCondition. startsWith(ClassAttributeAssignment assignment, java.lang.String str)Method parameters in de.hybris.platform.catalog.jalo.classification.util with type arguments of type ClassAttributeAssignment Modifier and Type Method Description static FeatureContainerFeatureContainer. createTyped(Product product, java.util.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.protected static java.util.Set<ClassificationClass>FeatureContainer. extractClasses(java.util.Collection<ClassAttributeAssignment> assignments)Deprecated.protected java.util.Map<ClassAttributeAssignment,java.util.List<ProductFeature>>FeatureContainer. fetchItems(Product product, java.util.Set<ClassAttributeAssignment> assignments, java.util.Collection<PK> excludePKs)Deprecated.static java.util.Map<ClassificationClass,java.util.List<ClassAttributeAssignment>>FeatureContainer. groupAssignments(java.util.Collection<ClassAttributeAssignment> assignments)Deprecated.static FeatureContainerFeatureContainer. loadTyped(Product product, java.util.List<ClassAttributeAssignment> assignments)Deprecated.Loads all typed features of the given product according to the classification attribute assignments specified.static voidFeatureContainer. removeAllTypedValues(Product product, java.util.List<ClassAttributeAssignment> assignments)Deprecated.Shortcut for removing all values for the specified classification attribute assignments.Constructors in de.hybris.platform.catalog.jalo.classification.util with parameters of type ClassAttributeAssignment Constructor Description FeatureField(ClassAttributeAssignment assignment, java.lang.String producttypeAlias, Language lang, boolean enumsAsPos, boolean isValueSelect)FeatureValueCondition(ClassAttributeAssignment assignment, Language lang, java.lang.String productTypeAlias, Operator operator, java.lang.Object value)FeatureValueCondition(ClassAttributeAssignment assignment, Language lang, java.lang.String productTypeAlias, Operator operator, java.lang.Object value, FeatureValueCondition.RangeBoundary boundary)FeatureValueOrderBy(ClassAttributeAssignment assignment, java.lang.String productTypeAlias, boolean asc)FeatureValueSelectField(ClassAttributeAssignment assignment, java.lang.String productTypeAlias, Language lang)TypedFeature(FeatureContainer parent, ClassAttributeAssignment assignment)Creates a new typed feature object.Constructor parameters in de.hybris.platform.catalog.jalo.classification.util with type arguments of type ClassAttributeAssignment Constructor Description FeatureContainer(Product product, java.util.List<ClassAttributeAssignment> classAssignments)Deprecated.Creates a new feature container with exactly specified class-attribute mappings. -
Uses of ClassAttributeAssignment in de.hybris.platform.cockpit.model.meta.impl
Methods in de.hybris.platform.cockpit.model.meta.impl that return ClassAttributeAssignment Modifier and Type Method Description ClassAttributeAssignmentClassAttributePropertyDescriptor. getAttributeAssignment()ClassAttributeAssignmentClassAttributePropertyDescriptor. getAttributeAssignmentInternal() -
Uses of ClassAttributeAssignment in de.hybris.platform.cockpit.services.meta.impl
Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type ClassAttributeAssignment Modifier and Type Method Description protected java.lang.StringClassificationTypeLoader. getDefaultEditorType(ClassAttributeAssignment caa)protected java.lang.StringDefaultTypeService. getDefaultEditorType(ClassAttributeAssignment caa) -
Uses of ClassAttributeAssignment in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl that return ClassAttributeAssignment Modifier and Type Method Description ClassAttributeAssignmentClassAttributeSearchDescriptor. getAttributeAssignment()Deprecated.since 6.3, useClassAttributeSearchDescriptor.getClassAttributeAssignment()insteadprotected ClassAttributeAssignmentFeatureGenericQueryConditionTranslator. toClassAttributeAssignment(ClassAttributeAssignmentModel assignmentModel) -
Uses of ClassAttributeAssignment in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ClassAttributeAssignment Modifier and Type Method Description protected FeatureContainerClassificationObjectValueHandler. getFeatureContainer(ItemModel item, ClassAttributeAssignment attributeAssignment) -
Uses of ClassAttributeAssignment in de.hybris.platform.marketplaceservices.dataimport.batch.translator
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator that return ClassAttributeAssignment Modifier and Type Method Description protected ClassAttributeAssignmentMarketplaceClassificationAttributeTranslator. matchAssignment(java.util.Collection<ClassificationClass> classes)Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator that return types with arguments of type ClassAttributeAssignment Modifier and Type Method Description protected java.util.Map<ClassificationAttributeTranslator,ClassAttributeAssignment>MarketplaceClassificationAttributeTranslator. collectAssignmentsFromTranslators(Product product)Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator with parameters of type ClassAttributeAssignment Modifier and Type Method Description protected voidMarketplaceClassificationAttributeTranslator. extractAndStoreValue(ValueLine line, Product product, FeatureContainer cont, ClassAttributeAssignment assignment)java.util.Collection<UnitAwareValue>MarketplaceClassificationAttributeTranslator. translateCurrentUnitAwareValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem)Method parameters in de.hybris.platform.marketplaceservices.dataimport.batch.translator with type arguments of type ClassAttributeAssignment Modifier and Type Method Description protected voidMarketplaceClassificationAttributeTranslator. extractAndStoreValues(ValueLine line, Product product, java.util.Map<ClassificationAttributeTranslator,ClassAttributeAssignment> assignmentsFromTranslators) -
Uses of ClassAttributeAssignment in de.hybris.platform.sap.sapcpiproductexchange.jalo
Methods in de.hybris.platform.sap.sapcpiproductexchange.jalo with parameters of type ClassAttributeAssignment Modifier and Type Method Description java.lang.StringGeneratedSapcpiproductexchangeManager. getSapCpiAssignmentUnitCode(ClassAttributeAssignment item)Generated method - Getter of theClassAttributeAssignment.sapCpiAssignmentUnitCodeattribute.java.lang.StringGeneratedSapcpiproductexchangeManager. getSapCpiAssignmentUnitCode(SessionContext ctx, ClassAttributeAssignment item)Generated method - Getter of theClassAttributeAssignment.sapCpiAssignmentUnitCodeattribute.voidGeneratedSapcpiproductexchangeManager. setSapCpiAssignmentUnitCode(ClassAttributeAssignment item, java.lang.String value)Generated method - Setter of theClassAttributeAssignment.sapCpiAssignmentUnitCodeattribute.voidGeneratedSapcpiproductexchangeManager. setSapCpiAssignmentUnitCode(SessionContext ctx, ClassAttributeAssignment item, java.lang.String value)Generated method - Setter of theClassAttributeAssignment.sapCpiAssignmentUnitCodeattribute. -
Uses of ClassAttributeAssignment in de.hybris.platform.sap.sapmodel.authors
Methods in de.hybris.platform.sap.sapmodel.authors with parameters of type ClassAttributeAssignment Modifier and Type Method Description java.util.Collection<UnitAwareValue>SapClassificationAttributeAuthorTranslator. translateCurrentUnitAwareValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem) -
Uses of ClassAttributeAssignment in de.hybris.platform.solrfacetsearch.jalo.config
Methods in de.hybris.platform.solrfacetsearch.jalo.config that return ClassAttributeAssignment Modifier and Type Method Description ClassAttributeAssignmentGeneratedSolrIndexedProperty. getClassAttributeAssignment()Generated method - Getter of theSolrIndexedProperty.classAttributeAssignmentattribute.ClassAttributeAssignmentGeneratedSolrIndexedProperty. getClassAttributeAssignment(SessionContext ctx)Generated method - Getter of theSolrIndexedProperty.classAttributeAssignmentattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type ClassAttributeAssignment Modifier and Type Method Description voidGeneratedSolrIndexedProperty. setClassAttributeAssignment(ClassAttributeAssignment value)Generated method - Setter of theSolrIndexedProperty.classAttributeAssignmentattribute.voidGeneratedSolrIndexedProperty. setClassAttributeAssignment(SessionContext ctx, ClassAttributeAssignment value)Generated method - Setter of theSolrIndexedProperty.classAttributeAssignmentattribute.
-