| Package | Description |
|---|---|
| com.jalios.jcms.application | |
| com.jalios.jcms.application.json |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<Application> |
ApplicationQueryHandler.applications |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Application> |
ApplicationQueryHandler.getApplications() |
java.util.Collection<Application> |
ApplicationFetcher.getApplications() |
java.util.List<Application> |
ApplicationManager.getInstalledApplications(Member mbr) |
java.util.Collection<Application> |
ApplicationAppHandler.getSuggestions() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ApplicationAppHandler.getApplicationLink(Application app) |
int |
ApplicationManager.getInstallCount(Application application) |
int |
ApplicationAppHandler.getInstallCount(Application application) |
int |
ApplicationManager.getInstallOrganizationGroupCount(Application application,
Member mbr) |
boolean |
ApplicationAppHandler.isApplicationInstalled(Application application) |
boolean |
ApplicationAppHandler.isApplicationInstalledInTab(Application application,
int tabIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationAppHandler.setSuggestions(java.util.Collection<Application> suggestions) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Application.InstallCountcomparator<T extends Application>
Compares two Application using their install count in descending order .
|
static class |
Application.InstallOrganizationGroupCountcomparator<T extends Application>
Compares two Application using their install count in descending order .
|
static class |
Application.NameComparator<T extends Application>
Compares two Application using their name in descending order .
|
static class |
Application.PDateComparator<T extends Application>
Compares two Application using their install count in descending order .
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Application> |
ApplicationLauncherTab.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
int |
Application.NameComparator.compare(Application o1,
Application o2) |
int |
Application.PDateComparator.compare(Application o1,
Application o2) |
int |
Application.InstallCountcomparator.compare(Application o1,
Application o2) |
int |
Application.InstallOrganizationGroupCountcomparator.compare(Application o1,
Application o2) |
int |
Application.compareTo(Application other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLauncherTab.setApplications(java.util.List<Application> applications) |
Copyright © 2001-2019 Jalios SA. All Rights Reserved.