Uses of Class
com.hybris.classificationgroupsservices.model.ClassFeatureGroupAssignmentModel
-
Packages that use ClassFeatureGroupAssignmentModel Package Description com.hybris.classificationgroupsservices.handlers com.hybris.classificationgroupsservices.interceptors com.hybris.classificationgroupsservices.interceptors.classificationclass com.hybris.classificationgroupsservices.model Contains generated models for each type of com.hybris.classificationgroupsservices.jalo package.com.hybris.classificationgroupsservices.services com.hybris.pcmbackoffice.classificationgroupsbackoffice.facades com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers -
-
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.handlers
Methods in com.hybris.classificationgroupsservices.handlers with parameters of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description java.lang.StringClassFeatureGroupAssignmentFullQualifierHandler. get(ClassFeatureGroupAssignmentModel model)java.lang.IntegerClassFeatureGroupAssignmentIndexHandler. get(ClassFeatureGroupAssignmentModel model) -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.interceptors
Methods in com.hybris.classificationgroupsservices.interceptors that return types with arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description protected java.util.List<ClassFeatureGroupAssignmentModel>AbstractGroupAssignmentPrepareInterceptorIntegrationTest. finaAllClassFeatureGroupAssignments()Method parameters in com.hybris.classificationgroupsservices.interceptors with type arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description protected voidAbstractGroupAssignmentPrepareInterceptorIntegrationTest. assertClassFeatureGroupAssignments(org.apache.commons.lang3.tuple.Pair<java.lang.String,java.util.List<java.lang.String>> pair, java.util.List<ClassFeatureGroupAssignmentModel> groupAssignments) -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.interceptors.classificationclass
Methods in com.hybris.classificationgroupsservices.interceptors.classificationclass that return ClassFeatureGroupAssignmentModel Modifier and Type Method Description protected ClassFeatureGroupAssignmentModelClassificationClassSupercategoriesUnassigningPrepareInterceptorIntegrationTest. findClassFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignment, ClassificationClassModel category) -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.model
Methods in com.hybris.classificationgroupsservices.model that return types with arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description java.util.List<ClassFeatureGroupAssignmentModel>ClassFeatureGroupModel. getClassFeatureGroupAssignments()Generated method - Getter of theClassFeatureGroup.classFeatureGroupAssignmentsattribute defined at extensionclassificationgroupsservices.Method parameters in com.hybris.classificationgroupsservices.model with type arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description voidClassFeatureGroupModel. setClassFeatureGroupAssignments(java.util.List<ClassFeatureGroupAssignmentModel> value)Generated method - Setter ofClassFeatureGroup.classFeatureGroupAssignmentsattribute defined at extensionclassificationgroupsservices. -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.services
Methods in com.hybris.classificationgroupsservices.services that return ClassFeatureGroupAssignmentModel Modifier and Type Method Description ClassFeatureGroupAssignmentModelClassFeatureGroupAssignmentService. createClassFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignmentModel, ClassificationClassModel classificationClass)CreatesClassFeatureGroupAssignmentModelwithout saving it in database.ClassFeatureGroupAssignmentModelDefaultClassFeatureGroupAssignmentService. createClassFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignmentModel, ClassificationClassModel classificationClass)Methods in com.hybris.classificationgroupsservices.services that return types with arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description java.util.List<ClassFeatureGroupAssignmentModel>ClassFeatureGroupAssignmentService. findAllFeatureGroupAssignments()Finds allClassFeatureGroupAssignmentModels from database.java.util.Collection<ClassFeatureGroupAssignmentModel>ClassFeatureGroupAssignmentService. findAllFeatureGroupAssignments(ClassAttributeAssignmentModel classAttributeAssignment)FindsClassFeatureGroupAssignmentModels which is connected with givenClassAttributeAssignmentModeljava.util.List<ClassFeatureGroupAssignmentModel>DefaultClassFeatureGroupAssignmentService. findAllFeatureGroupAssignments()java.util.Collection<ClassFeatureGroupAssignmentModel>DefaultClassFeatureGroupAssignmentService. findAllFeatureGroupAssignments(ClassAttributeAssignmentModel classAttributeAssignment)java.util.Optional<ClassFeatureGroupAssignmentModel>ClassFeatureGroupAssignmentService. findFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignment, ClassificationClassModel classificationClass)FindsClassFeatureGroupAssignmentModelwhich is defined by given parameters.java.util.Optional<ClassFeatureGroupAssignmentModel>DefaultClassFeatureGroupAssignmentService. findFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignment, ClassificationClassModel classificationClass)FindsClassFeatureGroupAssignmentModelwhich is defined by given parameters. -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.pcmbackoffice.classificationgroupsbackoffice.facades
Methods in com.hybris.pcmbackoffice.classificationgroupsbackoffice.facades that return types with arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description com.hybris.cockpitng.search.data.pageable.Pageable<ClassFeatureGroupAssignmentModel>ClassFeatureGroupAssignmentSearchFacade. search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers
Methods in com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers that return types with arguments of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description protected java.util.Optional<ClassFeatureGroupAssignmentModel>ClassAttributeAssignmentCellRenderer. findMatchingGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignment)protected java.util.Optional<ClassFeatureGroupAssignmentModel>ClassificationAttributeCellRenderer. findMatchingGroupAssignment(ClassificationAttributeModel classificationAttributeModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)Methods in com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers with parameters of type ClassFeatureGroupAssignmentModel Modifier and Type Method Description java.lang.StringGroupIndexGroupAssignmentCellValueProvider. apply(ClassFeatureGroupAssignmentModel model)java.lang.StringGroupNameGroupAssignmentCellValueProvider. apply(ClassFeatureGroupAssignmentModel model)java.lang.StringIndexGroupAssignmentCellValueProvider. apply(ClassFeatureGroupAssignmentModel model)protected java.lang.StringClassFeatureGroupAssignmentIndexRenderer. getValue(ClassFeatureGroupAssignmentModel featureGroupAssignment, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
-