Uses of Class
com.hybris.classificationgroupsservices.model.ClassFeatureGroupAssignmentModel
Packages that use ClassFeatureGroupAssignmentModel
Package
Description
Contains generated models for each type of com.hybris.classificationgroupsservices.jalo package.
-
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.handlers
Methods in com.hybris.classificationgroupsservices.handlers with parameters of type ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionClassFeatureGroupAssignmentFullQualifierHandler.get(ClassFeatureGroupAssignmentModel model) ClassFeatureGroupAssignmentIndexHandler.get(ClassFeatureGroupAssignmentModel model) -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.interceptors
Methods in com.hybris.classificationgroupsservices.interceptors that return types with arguments of type ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionprotected List<ClassFeatureGroupAssignmentModel>AbstractGroupAssignmentPrepareInterceptorIntegrationTest.finaAllClassFeatureGroupAssignments()Method parameters in com.hybris.classificationgroupsservices.interceptors with type arguments of type ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionprotected voidAbstractGroupAssignmentPrepareInterceptorIntegrationTest.assertClassFeatureGroupAssignments(org.apache.commons.lang3.tuple.Pair<String, List<String>> pair, List<ClassFeatureGroupAssignmentModel> groupAssignments) -
Uses of ClassFeatureGroupAssignmentModel in com.hybris.classificationgroupsservices.interceptors.classificationclass
Methods in com.hybris.classificationgroupsservices.interceptors.classificationclass that return ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionprotected 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 ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionClassFeatureGroupModel.getClassFeatureGroupAssignments()Generated method - Getter of theClassFeatureGroup.classFeatureGroupAssignmentsattribute defined at extensionclassificationgroupsservices.Method parameters in com.hybris.classificationgroupsservices.model with type arguments of type ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionvoidClassFeatureGroupModel.setClassFeatureGroupAssignments(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 ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionClassFeatureGroupAssignmentService.createClassFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignmentModel, ClassificationClassModel classificationClass) CreatesClassFeatureGroupAssignmentModelwithout saving it in database.DefaultClassFeatureGroupAssignmentService.createClassFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignmentModel, ClassificationClassModel classificationClass) Methods in com.hybris.classificationgroupsservices.services that return types with arguments of type ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionClassFeatureGroupAssignmentService.findAllFeatureGroupAssignments()Finds allClassFeatureGroupAssignmentModels from database.ClassFeatureGroupAssignmentService.findAllFeatureGroupAssignments(ClassAttributeAssignmentModel classAttributeAssignment) FindsClassFeatureGroupAssignmentModels which is connected with givenClassAttributeAssignmentModelDefaultClassFeatureGroupAssignmentService.findAllFeatureGroupAssignments()DefaultClassFeatureGroupAssignmentService.findAllFeatureGroupAssignments(ClassAttributeAssignmentModel classAttributeAssignment) ClassFeatureGroupAssignmentService.findFeatureGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignment, ClassificationClassModel classificationClass) FindsClassFeatureGroupAssignmentModelwhich is defined by given parameters.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 ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptioncom.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 ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionprotected Optional<ClassFeatureGroupAssignmentModel>ClassAttributeAssignmentCellRenderer.findMatchingGroupAssignment(ClassAttributeAssignmentModel classAttributeAssignment) protected Optional<ClassFeatureGroupAssignmentModel>ClassificationAttributeCellRenderer.findMatchingGroupAssignment(ClassificationAttributeModel classificationAttributeModel, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Methods in com.hybris.pcmbackoffice.classificationgroupsbackoffice.renderers with parameters of type ClassFeatureGroupAssignmentModelModifier and TypeMethodDescriptionGroupIndexGroupAssignmentCellValueProvider.apply(ClassFeatureGroupAssignmentModel model) GroupNameGroupAssignmentCellValueProvider.apply(ClassFeatureGroupAssignmentModel model) IndexGroupAssignmentCellValueProvider.apply(ClassFeatureGroupAssignmentModel model) protected StringClassFeatureGroupAssignmentIndexRenderer.getValue(ClassFeatureGroupAssignmentModel featureGroupAssignment, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)