Uses of Class
eu.dnetlib.uoamonitorservice.entities.Category
-
Packages that use Category Package Description eu.dnetlib.uoamonitorservice.controllers eu.dnetlib.uoamonitorservice.dao eu.dnetlib.uoamonitorservice.entities -
-
Uses of Category in eu.dnetlib.uoamonitorservice.controllers
Methods in eu.dnetlib.uoamonitorservice.controllers that return Category Modifier and Type Method Description Category<SubCategory>CategoryController. buildCategory(Category<SubCategory> categoryFull)CategoryCategoryController. changeCategoryVisibility(String stakeholderId, String topicId, String categoryId, Visibility visibility, Boolean propagate)CategoryCategoryController. changeVisibilityTree(String categoryId, Visibility visibility, Boolean propagate)Category<SubCategory>CategoryController. saveCategory(String stakeholderId, String topicId, Category<SubCategory> categoryFull)Methods in eu.dnetlib.uoamonitorservice.controllers that return types with arguments of type Category Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)Topic<Category>TopicController. buildTopic(Topic<Category> topicFull)List<Category>CategoryController. reorderCategories(String stakeholderId, String topicId, List<String> categories)Topic<Category>TopicController. saveTopic(String stakeholderId, Topic<Category> topicFull)Methods in eu.dnetlib.uoamonitorservice.controllers with parameters of type Category Modifier and Type Method Description Category<SubCategory>CategoryController. buildCategory(Category<SubCategory> categoryFull)voidSubCategoryController. deleteTree(Category category)voidSubCategoryController. disConnectTree(Category category)voidCategoryController. onSaveDefaultCategory(Category<String> category, String topicId)voidCategoryController. onUpdateDefaultCategory(Category category, Category oldCategory)Category<SubCategory>CategoryController. saveCategory(String stakeholderId, String topicId, Category<SubCategory> categoryFull)Method parameters in eu.dnetlib.uoamonitorservice.controllers with type arguments of type Category Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)Topic<Category>TopicController. buildTopic(Topic<Category> topicFull)Topic<Category>TopicController. saveTopic(String stakeholderId, Topic<Category> topicFull) -
Uses of Category in eu.dnetlib.uoamonitorservice.dao
Methods in eu.dnetlib.uoamonitorservice.dao that return Category Modifier and Type Method Description CategoryCategoryDAO. findById(String Id)CategoryMongoDBCategoryDAO. findById(String Id)CategoryCategoryDAO. findBySubCategoriesContaining(String subCategory)CategoryMongoDBCategoryDAO. findBySubCategoriesContaining(String subCategory)CategoryCategoryDAO. save(Category category)CategoryMongoDBCategoryDAO. save(Category category)Methods in eu.dnetlib.uoamonitorservice.dao that return types with arguments of type Category Modifier and Type Method Description List<Category>CategoryDAO. findAll()List<Category>MongoDBCategoryDAO. findAll()List<Category>CategoryDAO. findByDefaultId(String DefaultId)List<Category>MongoDBCategoryDAO. findByDefaultId(String DefaultId)Methods in eu.dnetlib.uoamonitorservice.dao with parameters of type Category Modifier and Type Method Description CategoryCategoryDAO. save(Category category)CategoryMongoDBCategoryDAO. save(Category category) -
Uses of Category in eu.dnetlib.uoamonitorservice.entities
Methods in eu.dnetlib.uoamonitorservice.entities with parameters of type Category Modifier and Type Method Description voidCategory. copyFromDefault(Category defaultCategory)voidSubCategory. createOverviewSubCategory(Category category)Constructors in eu.dnetlib.uoamonitorservice.entities with parameters of type Category Constructor Description Category(Category category)
-