Uses of Class
org.exoplatform.appcenter.service.ApplicationNotFoundException
Packages that use ApplicationNotFoundException
-
Uses of ApplicationNotFoundException in org.exoplatform.appcenter.service
Methods in org.exoplatform.appcenter.service that throw ApplicationNotFoundExceptionModifier and TypeMethodDescriptionvoidApplicationCenterService.addFavoriteApplication(long applicationId, String username) Add an application, identified by its technical id, as favorite of a uservoidApplicationCenterService.deleteApplication(Long applicationId, String username) Delete application identified by its id and check if username has permission to delete it.ApplicationCenterService.getApplicationImageInputStream(long applicationId, String username) Return theApplicationillustrationInputStream, if not found, the default imageInputStreamwill be retrievedApplicationCenterService.getApplicationImageLastUpdated(long applicationId, String username) Return theApplicationillustration last modifed timestamp (in ms), if not found, the default image last modifed timestamp will be retrievedvoidApplicationCenterService.updateFavoriteApplicationOrder(ApplicationOrder applicationOrder, String userName) Update favorite applications order for a user -
Uses of ApplicationNotFoundException in org.exoplatform.appcenter.storage
Methods in org.exoplatform.appcenter.storage that throw ApplicationNotFoundExceptionModifier and TypeMethodDescriptionvoidApplicationCenterStorage.addApplicationToUserFavorite(long applicationId, String username) voidApplicationCenterStorage.deleteApplication(long applicationId) voidApplicationCenterStorage.updateFavoriteApplicationOrder(long applicationId, String username, Long order)