Uses of Class
org.trustdeck.exception.UnexpectedResultSizeException
Packages that use UnexpectedResultSizeException
-
Uses of UnexpectedResultSizeException in org.trustdeck.service
Methods in org.trustdeck.service that throw UnexpectedResultSizeExceptionModifier and TypeMethodDescriptionbooleanAlgorithmDBService.deleteAlgorithm(int ID) Deletes the algorithm object based on its unique ID.booleanEntityInstanceDBService.deleteEntityInstance(UUID trustDeckID, jakarta.servlet.http.HttpServletRequest request) Method to delete an entity instance.booleanEntityTypeDBService.deleteEntityType(EntityTypeDTO type, jakarta.servlet.http.HttpServletRequest request) Method to delete an entity type.booleanProjectDBService.deleteProject(ProjectDTO project, OffsetDateTime deleteDate, jakarta.servlet.http.HttpServletRequest request) Delete a project from the database using its name.booleanProjectImageDBService.deleteProjectImage(int projectId, jakarta.servlet.http.HttpServletRequest request) Method to remove a project image from the database.protected org.keycloak.admin.client.resource.ClientResourceOidcService.getClientResource()Retrieves the client resource from Keycloak based on the configured client ID.