Uses of Class
org.exoplatform.appcenter.service.ApplicationNotFoundException
-
Packages that use ApplicationNotFoundException Package Description org.exoplatform.appcenter.service org.exoplatform.appcenter.storage -
-
Uses of ApplicationNotFoundException in org.exoplatform.appcenter.service
Methods in org.exoplatform.appcenter.service that throw ApplicationNotFoundException Modifier and Type Method Description voidApplicationCenterService. 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.InputStreamApplicationCenterService. getApplicationImageInputStream(long applicationId, String username)Return theApplicationillustrationInputStream, if not found, the default imageInputStreamwill be retrievedLongApplicationCenterService. 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 ApplicationNotFoundException Modifier and Type Method Description voidApplicationCenterStorage. addApplicationToUserFavorite(long applicationId, String username)voidApplicationCenterStorage. deleteApplication(long applicationId)
-