Uses of Class
org.teamapps.application.server.system.bootstrap.SystemRegistry
-
Uses of SystemRegistry in org.teamapps.application.server.messaging.newsboard
Constructors in org.teamapps.application.server.messaging.newsboard with parameters of type SystemRegistry Constructor Description MessageWindow(NewsBoardMessage message, NewsBoardPerspective newsBoardPerspective, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, SystemRegistry registry) -
Uses of SystemRegistry in org.teamapps.application.server.system.auth
Constructors in org.teamapps.application.server.system.auth with parameters of type SystemRegistry Constructor Description LoginHandler(SystemRegistry systemRegistry, LogoutHandler logoutHandler)LoginHandler(SystemRegistry systemRegistry, LogoutHandler logoutHandler, UserSessionData userSessionData) -
Uses of SystemRegistry in org.teamapps.application.server.system.bootstrap
Methods in org.teamapps.application.server.system.bootstrap that return SystemRegistry Modifier and Type Method Description SystemRegistryBootstrapSessionHandler. getSystemRegistry() -
Uses of SystemRegistry in org.teamapps.application.server.system.localization
Constructors in org.teamapps.application.server.system.localization with parameters of type SystemRegistry Constructor Description GlobalLocalizationProvider(SystemRegistry registry) -
Uses of SystemRegistry in org.teamapps.application.server.system.privilege
Constructors in org.teamapps.application.server.system.privilege with parameters of type SystemRegistry Constructor Description UserPrivileges(User user, SystemRegistry systemRegistry) -
Uses of SystemRegistry in org.teamapps.application.server.system.session
Methods in org.teamapps.application.server.system.session that return SystemRegistry Modifier and Type Method Description SystemRegistryUserSessionData. getRegistry()Constructors in org.teamapps.application.server.system.session with parameters of type SystemRegistry Constructor Description SessionUiComponentFactory(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, SystemRegistry systemRegistry, Application application)UserSessionData(User user, org.teamapps.ux.session.SessionContext context, SystemRegistry registry, org.teamapps.ux.component.rootpanel.RootPanel rootPanel) -
Uses of SystemRegistry in org.teamapps.application.server.system.template
Methods in org.teamapps.application.server.system.template with parameters of type SystemRegistry Modifier and Type Method Description static org.teamapps.data.extract.PropertyProvider<User>PropertyProviders. createSimpleUserPropertyProvider(SystemRegistry registry) -
Uses of SystemRegistry in org.teamapps.application.server.system.utils
Methods in org.teamapps.application.server.system.utils with parameters of type SystemRegistry Modifier and Type Method Description static java.util.List<ApplicationPrivilegeGroup>RoleUtils. calculateRolePrivileges(Role role, SystemRegistry systemRegistry) -
Uses of SystemRegistry in org.teamapps.application.server.ui.localize
Constructors in org.teamapps.application.server.ui.localize with parameters of type SystemRegistry Constructor Description LocalizationKeyWindow(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, SystemRegistry systemRegistry, java.util.function.Supplier<Application> applicationSupplier)LocalizationTranslationKeyField(java.lang.String linkButtonCaption, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, SystemRegistry systemRegistry, java.util.function.Supplier<Application> applicationSupplier)LocalizationTranslationKeyField(java.lang.String linkButtonCaption, org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, SystemRegistry systemRegistry, java.util.function.Supplier<Application> applicationSupplier, boolean allowMultiLine, boolean selectionFieldWithKey)