Uses of Class
edu.internet2.middleware.grouper.app.reports.GrouperReportConfigurationBean
Packages that use GrouperReportConfigurationBean
-
Uses of GrouperReportConfigurationBean in edu.internet2.middleware.grouper.app.reports
Methods in edu.internet2.middleware.grouper.app.reports that return GrouperReportConfigurationBeanModifier and TypeMethodDescriptionGrouperReportConfigService.buildGrouperReportConfigurationBeanFromAssign(AttributeAssign attributeAssign) build a report config bean from an attribute assign that represents a report config markerGrouperReportConfigService.getGrouperReportConfigBean(GrouperObject grouperObject, String reportConfigName) retrieve report config for a given grouper object (group/stem) and report config nameGrouperReportConfigService.getGrouperReportConfigBean(String attributeAssignmentMarkerId) retrieve report config bean from owner object and attribute assign marker idGrouperReportInstance.getGrouperReportConfigurationBean()grouper report configurationMethods in edu.internet2.middleware.grouper.app.reports that return types with arguments of type GrouperReportConfigurationBeanModifier and TypeMethodDescriptionstatic List<GrouperReportConfigurationBean>GrouperReportConfigService.getGrouperReportConfigs(GrouperObject grouperObject) retrieve report config for a given grouper object (group/stem)Methods in edu.internet2.middleware.grouper.app.reports with parameters of type GrouperReportConfigurationBeanModifier and TypeMethodDescriptionstatic voidGrouperReportConfigService.deleteGrouperReportConfig(GrouperObject grouperObject, GrouperReportConfigurationBean reportConfigBean) delete grouper report config and all the instances associated with itabstract GrouperReportDataReportConfigType.retrieveReportDataByConfig(GrouperReportConfigurationBean grouperReportConfigurationBean, GrouperReportInstance grouperReportInstance) get the data from a reportstatic voidGrouperReportLogic.runReport(GrouperReportConfigurationBean reportConfigBean, GrouperReportInstance reportInstance, GrouperObject owner) Deprecated.use runReportInstancestatic intGrouperReportLogic.runReportInstance(GrouperReportConfigurationBean reportConfigBean, GrouperReportInstance reportInstance, GrouperObject owner) run reportstatic voidGrouperReportConfigService.saveOrUpdateReportConfigAttributes(GrouperReportConfigurationBean reportConfigBean, GrouperObject grouperObject) save or update report config for a given grouper object (group/stem)static voidGrouperReportConfigService.scheduleJob(GrouperReportConfigurationBean configBean, GrouperObject owner) schedule quartz jobvoidGrouperReportInstance.setGrouperReportConfigurationBean(GrouperReportConfigurationBean grouperReportConfigurationBean) grouper report configurationstatic voidGrouperReportConfigService.unscheduleJob(GrouperReportConfigurationBean configBean, GrouperObject owner) unschedule quartz job