Uses of Class
eu.dnetlib.uoamonitorservice.entities.Topic
-
Packages that use Topic Package Description eu.dnetlib.uoamonitorservice.controllers eu.dnetlib.uoamonitorservice.dao eu.dnetlib.uoamonitorservice.entities -
-
Uses of Topic in eu.dnetlib.uoamonitorservice.controllers
Methods in eu.dnetlib.uoamonitorservice.controllers that return Topic Modifier and Type Method Description Topic<Category>TopicController. buildTopic(Topic<Category> topicFull)TopicTopicController. changeTopicVisibility(String stakeholderId, String topicId, Visibility visibility, Boolean propagate)TopicTopicController. changeVisibilityTree(String topicId, Visibility visibility, Boolean propagate)Topic<Category>TopicController. saveTopic(String stakeholderId, Topic<Category> topicFull)Methods in eu.dnetlib.uoamonitorservice.controllers that return types with arguments of type Topic Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)List<Topic>TopicController. reorderTopics(String stakeholderId, List<String> topics)Methods in eu.dnetlib.uoamonitorservice.controllers with parameters of type Topic Modifier and Type Method Description Topic<Category>TopicController. buildTopic(Topic<Category> topicFull)voidCategoryController. deleteTree(Topic topic)voidCategoryController. disConnectTree(Topic topic)voidTopicController. onSaveDefaultTopic(Topic topic, String stakeholderId)voidTopicController. onUpdateDefaultTopic(Topic topic, Topic oldTopic)Topic<Category>TopicController. saveTopic(String stakeholderId, Topic<Category> topicFull)Method parameters in eu.dnetlib.uoamonitorservice.controllers with type arguments of type Topic Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull) -
Uses of Topic in eu.dnetlib.uoamonitorservice.dao
Methods in eu.dnetlib.uoamonitorservice.dao that return Topic Modifier and Type Method Description TopicMongoDBTopicDAO. findByCategoriesContaining(String category)TopicTopicDAO. findByCategoriesContaining(String category)TopicMongoDBTopicDAO. findById(String Id)TopicTopicDAO. findById(String Id)TopicMongoDBTopicDAO. save(Topic topic)TopicTopicDAO. save(Topic topic)Methods in eu.dnetlib.uoamonitorservice.dao that return types with arguments of type Topic Modifier and Type Method Description List<Topic>MongoDBTopicDAO. findAll()List<Topic>TopicDAO. findAll()List<Topic>MongoDBTopicDAO. findByDefaultId(String DefaultId)List<Topic>TopicDAO. findByDefaultId(String DefaultId)Methods in eu.dnetlib.uoamonitorservice.dao with parameters of type Topic Modifier and Type Method Description TopicMongoDBTopicDAO. save(Topic topic)TopicTopicDAO. save(Topic topic) -
Uses of Topic in eu.dnetlib.uoamonitorservice.entities
Methods in eu.dnetlib.uoamonitorservice.entities with parameters of type Topic Modifier and Type Method Description voidTopic. copyFromDefault(Topic defaultTopic)Constructors in eu.dnetlib.uoamonitorservice.entities with parameters of type Topic Constructor Description Topic(Topic topic)
-