Uses of Class
com.jalios.jcms.application.json.Application
-
Packages that use Application Package Description com.jalios.jcms.application com.jalios.jcms.application.json -
-
Uses of Application in com.jalios.jcms.application
Fields in com.jalios.jcms.application with type parameters of type Application Modifier and Type Field Description protected java.util.Collection<Application>
ApplicationQueryHandler. applications
Methods in com.jalios.jcms.application that return types with arguments of type Application Modifier and Type Method Description java.util.Collection<Application>
ApplicationFetcher. getApplications()
java.util.Collection<Application>
ApplicationQueryHandler. getApplications()
java.util.List<Application>
ApplicationManager. getInstalledApplications(Member mbr)
java.util.Collection<Application>
ApplicationAppHandler. getSuggestions()
Methods in com.jalios.jcms.application with parameters of type Application Modifier and Type Method Description static java.lang.String
ApplicationAppHandler. getApplicationLink(Application app)
int
ApplicationAppHandler. getInstallCount(Application application)
int
ApplicationManager. getInstallCount(Application application)
int
ApplicationManager. getInstallOrganizationGroupCount(Application application, Member mbr)
boolean
ApplicationAppHandler. isApplicationInstalled(Application application)
boolean
ApplicationAppHandler. isApplicationInstalledInTab(Application application, int tabIndex)
Method parameters in com.jalios.jcms.application with type arguments of type Application Modifier and Type Method Description void
ApplicationAppHandler. setSuggestions(java.util.Collection<Application> suggestions)
-
Uses of Application in com.jalios.jcms.application.json
Classes in com.jalios.jcms.application.json with type parameters of type Application Modifier and Type Class 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 .Methods in com.jalios.jcms.application.json that return types with arguments of type Application Modifier and Type Method Description java.util.List<Application>
ApplicationLauncherTab. getApplications()
Methods in com.jalios.jcms.application.json with parameters of type Application Modifier and Type Method Description int
Application.InstallCountcomparator. compare(Application o1, Application o2)
int
Application.InstallOrganizationGroupCountcomparator. compare(Application o1, Application o2)
int
Application.NameComparator. compare(Application o1, Application o2)
int
Application.PDateComparator. compare(Application o1, Application o2)
int
Application. compareTo(Application other)
Method parameters in com.jalios.jcms.application.json with type arguments of type Application Modifier and Type Method Description void
ApplicationLauncherTab. setApplications(java.util.List<Application> applications)
-