Uses of Class
eu.dnetlib.uoamonitorservice.entities.Section
-
Packages that use Section Package Description eu.dnetlib.uoamonitorservice.controllers eu.dnetlib.uoamonitorservice.dao eu.dnetlib.uoamonitorservice.entities -
-
Uses of Section in eu.dnetlib.uoamonitorservice.controllers
Methods in eu.dnetlib.uoamonitorservice.controllers that return Section Modifier and Type Method Description Section<Indicator>SectionController. buildSection(Section<Indicator> sectionFull)SectionSectionController. changeVisibilityTree(String sectionId, Visibility visibility)SectionSectionController. saveSection(String stakeholderId, String topicId, String categoryId, String subcategoryId, String index, Section<Indicator> sectionFull)Methods in eu.dnetlib.uoamonitorservice.controllers that return types with arguments of type Section Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)SubCategory<Section<Indicator>>SubCategoryController. buildSubCategory(SubCategory<Section<Indicator>> subcategoryFull)List<Section>SectionController. reorderSections(String stakeholderId, String topicId, String categoryId, String subcategoryId, String type, List<String> sections)SubCategory<Section<Indicator>>SubCategoryController. saveSubCategory(String stakeholderId, String topicId, String categoryId, SubCategory<Section<Indicator>> subcategoryFull)Methods in eu.dnetlib.uoamonitorservice.controllers with parameters of type Section Modifier and Type Method Description Section<Indicator>SectionController. buildSection(Section<Indicator> sectionFull)voidIndicatorController. deleteTree(Section section)voidIndicatorController. disConnectTree(Section section)voidIndicatorController. onSaveDefaultIndicator(Indicator indicator, Section defaultSection, String defaultSubcategoryId)voidSectionController. onSaveDefaultSection(Section section, String defaultTopicId, String defaultCategoryId, String defaultSubcategoryId, Stakeholder defaultStakeholder)voidSectionController. onUpdateDefaultSection(Section section, Stakeholder stakeholder, Section oldSection)SectionSectionController. saveSection(String stakeholderId, String topicId, String categoryId, String subcategoryId, String index, Section<Indicator> sectionFull)voidSectionController. toggleSection(String stakeholderId, String topicId, String categoryId, String subcategoryId, Section section)Method parameters in eu.dnetlib.uoamonitorservice.controllers with type arguments of type Section Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)SubCategory<Section<Indicator>>SubCategoryController. buildSubCategory(SubCategory<Section<Indicator>> subcategoryFull)StakeholderIndicatorController. saveBulkIndicators(String stakeholderId, String topicId, String categoryId, String subcategoryId, List<Section<Indicator>> sections)SubCategory<Section<Indicator>>SubCategoryController. saveSubCategory(String stakeholderId, String topicId, String categoryId, SubCategory<Section<Indicator>> subcategoryFull) -
Uses of Section in eu.dnetlib.uoamonitorservice.dao
Methods in eu.dnetlib.uoamonitorservice.dao that return Section Modifier and Type Method Description SectionMongoDBSectionDAO. findById(String Id)SectionSectionDAO. findById(String Id)SectionMongoDBSectionDAO. save(Section indicator)SectionSectionDAO. save(Section indicator)Methods in eu.dnetlib.uoamonitorservice.dao that return types with arguments of type Section Modifier and Type Method Description List<Section>MongoDBSectionDAO. findAll()List<Section>SectionDAO. findAll()List<Section>MongoDBSectionDAO. findByDefaultId(String DefaultId)List<Section>SectionDAO. findByDefaultId(String DefaultId)Methods in eu.dnetlib.uoamonitorservice.dao with parameters of type Section Modifier and Type Method Description SectionMongoDBSectionDAO. save(Section indicator)SectionSectionDAO. save(Section indicator) -
Uses of Section in eu.dnetlib.uoamonitorservice.entities
Methods in eu.dnetlib.uoamonitorservice.entities with parameters of type Section Modifier and Type Method Description voidSection. copyFromDefault(Section defaultSection)Constructors in eu.dnetlib.uoamonitorservice.entities with parameters of type Section Constructor Description Section(Section section)
-