Uses of Class
eu.dnetlib.uoamonitorservice.entities.Indicator
-
Packages that use Indicator Package Description eu.dnetlib.uoamonitorservice.controllers eu.dnetlib.uoamonitorservice.dao eu.dnetlib.uoamonitorservice.entities -
-
Uses of Indicator in eu.dnetlib.uoamonitorservice.controllers
Methods in eu.dnetlib.uoamonitorservice.controllers that return Indicator Modifier and Type Method Description IndicatorIndicatorController. changeIndicatorVisibility(String stakeholderId, String topicId, String categoryId, String subcategoryId, String sectionId, String indicatorId, Visibility visibility)IndicatorIndicatorController. changeVisibilityTree(String indicatorId, Indicator indicator, Visibility visibility)IndicatorIndicatorController. saveIndicator(String stakeholderId, String topicId, String categoryId, String subcategoryId, String sectionId, Indicator indicator)Methods in eu.dnetlib.uoamonitorservice.controllers that return types with arguments of type Indicator Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)Section<Indicator>SectionController. buildSection(Section<Indicator> sectionFull)SubCategory<Section<Indicator>>SubCategoryController. buildSubCategory(SubCategory<Section<Indicator>> subcategoryFull)List<Indicator>IndicatorController. reorderIndicators(String stakeholderId, String topicId, String categoryId, String subcategoryId, String sectionId, String type, ReorderEvent reorderEvent)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 Indicator Modifier and Type Method Description IndicatorIndicatorController. changeVisibilityTree(String indicatorId, Indicator indicator, Visibility visibility)voidIndicatorController. onSaveDefaultIndicator(Indicator indicator, Section defaultSection, String defaultSubcategoryId)voidIndicatorController. onUpdateDefaultIndicator(Indicator indicator, Stakeholder stakeholder, Indicator oldIndicator)IndicatorIndicatorController. saveIndicator(String stakeholderId, String topicId, String categoryId, String subcategoryId, String sectionId, Indicator indicator)Method parameters in eu.dnetlib.uoamonitorservice.controllers with type arguments of type Indicator Modifier and Type Method Description Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>>StakeholderController. buildFullStakeholder(Stakeholder<Topic<Category<SubCategory<Section<Indicator>>>>> stakeholderFull)Section<Indicator>SectionController. buildSection(Section<Indicator> sectionFull)SubCategory<Section<Indicator>>SubCategoryController. buildSubCategory(SubCategory<Section<Indicator>> subcategoryFull)StakeholderIndicatorController. saveBulkIndicators(String stakeholderId, String topicId, String categoryId, String subcategoryId, List<Section<Indicator>> sections)SectionSectionController. saveSection(String stakeholderId, String topicId, String categoryId, String subcategoryId, String index, Section<Indicator> sectionFull)SubCategory<Section<Indicator>>SubCategoryController. saveSubCategory(String stakeholderId, String topicId, String categoryId, SubCategory<Section<Indicator>> subcategoryFull) -
Uses of Indicator in eu.dnetlib.uoamonitorservice.dao
Methods in eu.dnetlib.uoamonitorservice.dao that return Indicator Modifier and Type Method Description IndicatorIndicatorDAO. findById(String Id)IndicatorMongoDBIndicatorDAO. findById(String Id)IndicatorIndicatorDAO. save(Indicator indicator)IndicatorMongoDBIndicatorDAO. save(Indicator indicator)Methods in eu.dnetlib.uoamonitorservice.dao that return types with arguments of type Indicator Modifier and Type Method Description List<Indicator>IndicatorDAO. findAll()List<Indicator>MongoDBIndicatorDAO. findAll()List<Indicator>IndicatorDAO. findByDefaultId(String DefaultId)List<Indicator>MongoDBIndicatorDAO. findByDefaultId(String DefaultId)Methods in eu.dnetlib.uoamonitorservice.dao with parameters of type Indicator Modifier and Type Method Description IndicatorIndicatorDAO. save(Indicator indicator)IndicatorMongoDBIndicatorDAO. save(Indicator indicator) -
Uses of Indicator in eu.dnetlib.uoamonitorservice.entities
Methods in eu.dnetlib.uoamonitorservice.entities with parameters of type Indicator Modifier and Type Method Description voidIndicator. copyFromDefault(Indicator defaultIndicator, Visibility visibility)
-