Uses of Class
io.meeds.appcenter.model.exception.ApplicationNotFoundException
Packages that use ApplicationNotFoundException
-
Uses of ApplicationNotFoundException in io.meeds.appcenter.service
Methods in io.meeds.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) voidApplicationCenterService.deleteApplication(Long applicationId, String username) Delete application identified by its id and check if username has permission to delete it.ApplicationCenterService.getApplicationImageInputStream(long applicationId) Return theApplicationillustrationInputStream, if not found, the default imageInputStreamwill be retrievedApplicationCenterService.getApplicationImageInputStream(long applicationId, String dimensions) Return theApplicationillustrationInputStream, if not found, the default imageInputStreamwill be retrievedApplicationCenterService.getApplicationImageLastUpdated(long applicationId) Return theApplicationillustration last modifed timestamp (in ms), if not found, the default image last modifed timestamp will be retrievedvoidApplicationCenterService.updateApplication(Application application, String username) Update an existing application on datasource.voidApplicationCenterService.updateFavoriteApplicationOrder(ApplicationOrder applicationOrder, String userName) Update favorite applications order for a user -
Uses of ApplicationNotFoundException in io.meeds.appcenter.storage
Methods in io.meeds.appcenter.storage that throw ApplicationNotFoundExceptionModifier and TypeMethodDescriptionApplicationCenterStorage.addApplicationToUserFavorite(long applicationId, String username) voidApplicationCenterStorage.deleteApplication(long applicationId) voidApplicationCenterStorage.updateFavoriteApplicationOrder(long applicationId, String username, Long order)