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. applicationsMethods 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.StringApplicationAppHandler. getApplicationLink(Application app)intApplicationAppHandler. getInstallCount(Application application)intApplicationManager. getInstallCount(Application application)intApplicationManager. getInstallOrganizationGroupCount(Application application, Member mbr)booleanApplicationAppHandler. isApplicationInstalled(Application application)booleanApplicationAppHandler. isApplicationInstalledInTab(Application application, int tabIndex)Method parameters in com.jalios.jcms.application with type arguments of type Application Modifier and Type Method Description voidApplicationAppHandler. 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 classApplication.InstallCountcomparator<T extends Application>Compares two Application using their install count in descending order .static classApplication.InstallOrganizationGroupCountcomparator<T extends Application>Compares two Application using their install count in descending order .static classApplication.NameComparator<T extends Application>Compares two Application using their name in descending order .static classApplication.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 intApplication.InstallCountcomparator. compare(Application o1, Application o2)intApplication.InstallOrganizationGroupCountcomparator. compare(Application o1, Application o2)intApplication.NameComparator. compare(Application o1, Application o2)intApplication.PDateComparator. compare(Application o1, Application o2)intApplication. compareTo(Application other)Method parameters in com.jalios.jcms.application.json with type arguments of type Application Modifier and Type Method Description voidApplicationLauncherTab. setApplications(java.util.List<Application> applications)
-