Uses of Class
eu.dnetlib.uoamonitorservice.entities.SubCategory
-
Packages that use SubCategory Package Description eu.dnetlib.uoamonitorservice.controllers eu.dnetlib.uoamonitorservice.dao eu.dnetlib.uoamonitorservice.entities -
-
Uses of SubCategory in eu.dnetlib.uoamonitorservice.controllers
Methods in eu.dnetlib.uoamonitorservice.controllers that return SubCategory Modifier and Type Method Description SubCategory<Section<Indicator>>SubCategoryController. buildSubCategory(SubCategory<Section<Indicator>> subcategoryFull)SubCategorySubCategoryController. changeSubCategoryVisibility(String stakeholderId, String topicId, String categoryId, String subcategoryId, Visibility visibility, Boolean propagate)SubCategorySubCategoryController. changeVisibilityTree(String subCategoryId, Visibility visibility, Boolean propagate)SubCategory<Section<Indicator>>SubCategoryController. saveSubCategory(String stakeholderId, String topicId, String categoryId, SubCategory<Section<Indicator>> subcategoryFull)Methods in eu.dnetlib.uoamonitorservice.controllers that return types with arguments of type SubCategory Modifier and Type Method Description Category<SubCategory>CategoryController. buildCategory(Category<SubCategory> categoryFull)Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)List<SubCategory>SubCategoryController. reorderSubCategories(String stakeholderId, String topicId, String categoryId, List<String> subCategories)Category<SubCategory>CategoryController. saveCategory(String stakeholderId, String topicId, Category<SubCategory> categoryFull)Methods in eu.dnetlib.uoamonitorservice.controllers with parameters of type SubCategory Modifier and Type Method Description SubCategory<Section<Indicator>>SubCategoryController. buildSubCategory(SubCategory<Section<Indicator>> subcategoryFull)voidSectionController. deleteTree(SubCategory subCategory)voidSectionController. disConnectTree(SubCategory subCategory)voidSubCategoryController. onSaveDefaultSubCategory(SubCategory subCategory, String categoryId)voidSubCategoryController. onUpdateDefaultSubCategory(SubCategory subCategory, SubCategory oldSubcategory)SubCategory<Section<Indicator>>SubCategoryController. saveSubCategory(String stakeholderId, String topicId, String categoryId, SubCategory<Section<Indicator>> subcategoryFull)Method parameters in eu.dnetlib.uoamonitorservice.controllers with type arguments of type SubCategory Modifier and Type Method Description Category<SubCategory>CategoryController. buildCategory(Category<SubCategory> categoryFull)Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)Category<SubCategory>CategoryController. saveCategory(String stakeholderId, String topicId, Category<SubCategory> categoryFull) -
Uses of SubCategory in eu.dnetlib.uoamonitorservice.dao
Methods in eu.dnetlib.uoamonitorservice.dao that return SubCategory Modifier and Type Method Description SubCategoryMongoDBSubCategoryDAO. findById(String Id)SubCategorySubCategoryDAO. findById(String Id)SubCategoryMongoDBSubCategoryDAO. save(SubCategory subCategory)SubCategorySubCategoryDAO. save(SubCategory subCategory)Methods in eu.dnetlib.uoamonitorservice.dao that return types with arguments of type SubCategory Modifier and Type Method Description List<SubCategory>MongoDBSubCategoryDAO. findAll()List<SubCategory>SubCategoryDAO. findAll()List<SubCategory>MongoDBSubCategoryDAO. findByDefaultId(String DefaultId)List<SubCategory>SubCategoryDAO. findByDefaultId(String DefaultId)Methods in eu.dnetlib.uoamonitorservice.dao with parameters of type SubCategory Modifier and Type Method Description SubCategoryMongoDBSubCategoryDAO. save(SubCategory subCategory)SubCategorySubCategoryDAO. save(SubCategory subCategory) -
Uses of SubCategory in eu.dnetlib.uoamonitorservice.entities
Methods in eu.dnetlib.uoamonitorservice.entities with parameters of type SubCategory Modifier and Type Method Description voidSubCategory. copyFromDefault(SubCategory defaultSubCategory)Constructors in eu.dnetlib.uoamonitorservice.entities with parameters of type SubCategory Constructor Description SubCategory(SubCategory subCategory)
-