Uses of Class
org.exoplatform.appcenter.dto.Application
Packages that use Application
Package
Description
-
Uses of Application in org.exoplatform.appcenter.dto
Subclasses of Application in org.exoplatform.appcenter.dtoMethods in org.exoplatform.appcenter.dto that return types with arguments of type ApplicationMethod parameters in org.exoplatform.appcenter.dto with type arguments of type ApplicationModifier and TypeMethodDescriptionvoidApplicationList.setApplications(List<Application> applications) Constructors in org.exoplatform.appcenter.dto with parameters of type Application -
Uses of Application in org.exoplatform.appcenter.plugin
Methods in org.exoplatform.appcenter.plugin that return Application -
Uses of Application in org.exoplatform.appcenter.rest
Methods in org.exoplatform.appcenter.rest with parameters of type ApplicationModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseApplicationCenterREST.createApplication(Application application) javax.ws.rs.core.ResponseApplicationCenterREST.updateApplication(Application application) -
Uses of Application in org.exoplatform.appcenter.service
Methods in org.exoplatform.appcenter.service that return ApplicationModifier and TypeMethodDescriptionApplicationCenterService.createApplication(Application application) Create new Application that will be available for all users.ApplicationCenterService.findApplication(long applicationId) Get an application by idApplicationCenterService.updateApplication(Application application, String username) Update an existing application on datasource.Methods in org.exoplatform.appcenter.service with parameters of type ApplicationModifier and TypeMethodDescriptionApplicationCenterService.createApplication(Application application) Create new Application that will be available for all users.booleanApplicationCenterService.isDefaultSystemApplication(Application application) Checks whether the application is a system application injected by configuration or notApplicationCenterService.updateApplication(Application application, String username) Update an existing application on datasource. -
Uses of Application in org.exoplatform.appcenter.storage
Methods in org.exoplatform.appcenter.storage that return ApplicationModifier and TypeMethodDescriptionApplicationCenterStorage.createApplication(Application applicationForm) ApplicationCenterStorage.getApplicationById(long applicationId) ApplicationCenterStorage.getApplicationByTitle(String title) ApplicationCenterStorage.updateApplication(Application application) Methods in org.exoplatform.appcenter.storage that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationCenterStorage.getApplications(String keyword) ApplicationCenterStorage.getSystemApplications()Methods in org.exoplatform.appcenter.storage with parameters of type ApplicationModifier and TypeMethodDescriptionApplicationCenterStorage.createApplication(Application applicationForm) ApplicationCenterStorage.updateApplication(Application application)