Uses of Interface
org.molgenis.app.manager.service.AppManagerService
-
Packages that use AppManagerService Package Description org.molgenis.app.manager.controller org.molgenis.app.manager.decorator org.molgenis.app.manager.service.impl -
-
Uses of AppManagerService in org.molgenis.app.manager.controller
Constructors in org.molgenis.app.manager.controller with parameters of type AppManagerService Constructor Description AppController(AppManagerService appManagerService, UserPermissionEvaluator userPermissionEvaluator, org.molgenis.settings.AppSettings appSettings, org.molgenis.web.menu.MenuReaderService menuReaderService, org.molgenis.data.file.FileStore fileStore)AppManagerController(AppManagerService appManagerService, DataService dataService) -
Uses of AppManagerService in org.molgenis.app.manager.decorator
Constructors in org.molgenis.app.manager.decorator with parameters of type AppManagerService Constructor Description AppRepositoryDecorator(Repository<App> delegateRepository, AppManagerService appManagerService)AppsRepositoryDecoratorFactory(AppMetadata appMetadata, AppManagerService appManagerService) -
Uses of AppManagerService in org.molgenis.app.manager.service.impl
Classes in org.molgenis.app.manager.service.impl that implement AppManagerService Modifier and Type Class Description classAppManagerServiceImpl
-