Uses of Class
com.jalios.jcms.application.json.ApplicationLauncher
-
Packages that use ApplicationLauncher Package Description com.jalios.jcms.application -
-
Uses of ApplicationLauncher in com.jalios.jcms.application
Methods in com.jalios.jcms.application that return ApplicationLauncher Modifier and Type Method Description ApplicationLauncher
ApplicationManager. getApplicationLauncher(Member mbr)
Returns the application launcher for given member by searching for his saved launcher, or by searching in its department default launcher, or the global default launcherApplicationLauncher
ApplicationAppHandler. getDefaultApplicationLauncher()
ApplicationLauncher
ApplicationManager. getDefaultApplicationLauncher()
ApplicationLauncher
ApplicationManager. getDefaultApplicationLauncher(Group department)
ApplicationLauncher
ApplicationManager. getEmptyApplicationLauncher()
Methods in com.jalios.jcms.application with parameters of type ApplicationLauncher Modifier and Type Method Description java.lang.String
ApplicationManager. getApplicationLauncherAsJson(ApplicationLauncher launcher)
Transforms an application launcher into jsonjava.lang.String
ApplicationManager. getCleanedApplicationLauncherAsJson(ApplicationLauncher launcher)
Transforms an application launcher into json to save in the databaseApplicationLauncherTab
ApplicationManager. getOrAddTab(Member mbr, ApplicationLauncher applicationLauncher, java.lang.String tabName)
Returns a tab by either finding it in the given launcher by its name, or by creating a new one if not foundApplicationLauncherTab
ApplicationManager. getTabByName(ApplicationLauncher applicationLauncher, java.lang.String tabName)
Returns a tab by searching by its name in given application launcher
-