Package | Description |
---|---|
com.jalios.jcms.application |
Modifier and Type | Method and 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 launcher
|
ApplicationLauncher |
ApplicationManager.getDefaultApplicationLauncher() |
ApplicationLauncher |
ApplicationAppHandler.getDefaultApplicationLauncher() |
ApplicationLauncher |
ApplicationManager.getDefaultApplicationLauncher(Group department) |
ApplicationLauncher |
ApplicationManager.getEmptyApplicationLauncher() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ApplicationManager.getApplicationLauncherAsJson(ApplicationLauncher launcher)
Transforms an application launcher into json
|
java.lang.String |
ApplicationManager.getCleanedApplicationLauncherAsJson(ApplicationLauncher launcher)
Transforms an application launcher into json to save in the database
|
ApplicationLauncherTab |
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 found
|
ApplicationLauncherTab |
ApplicationManager.getTabByName(ApplicationLauncher applicationLauncher,
java.lang.String tabName)
Returns a tab by searching by its name in given application launcher
|
Copyright © 2001-2022 Jalios SA. All Rights Reserved.