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 ApplicationLauncherApplicationManager. 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 launcherApplicationLauncherApplicationAppHandler. getDefaultApplicationLauncher()ApplicationLauncherApplicationManager. getDefaultApplicationLauncher()ApplicationLauncherApplicationManager. getDefaultApplicationLauncher(Group department)ApplicationLauncherApplicationManager. getEmptyApplicationLauncher()Methods in com.jalios.jcms.application with parameters of type ApplicationLauncher Modifier and Type Method Description java.lang.StringApplicationManager. getApplicationLauncherAsJson(ApplicationLauncher launcher)Transforms an application launcher into jsonjava.lang.StringApplicationManager. getCleanedApplicationLauncherAsJson(ApplicationLauncher launcher)Transforms an application launcher into json to save in the databaseApplicationLauncherTabApplicationManager. 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 foundApplicationLauncherTabApplicationManager. getTabByName(ApplicationLauncher applicationLauncher, java.lang.String tabName)Returns a tab by searching by its name in given application launcher
-