Uses of Class
org.opencastproject.kernel.security.persistence.OrganizationDatabaseException
Packages that use OrganizationDatabaseException
-
Uses of OrganizationDatabaseException in org.opencastproject.kernel.security.persistence
Methods in org.opencastproject.kernel.security.persistence that throw OrganizationDatabaseExceptionModifier and TypeMethodDescriptionbooleanOrganizationDatabase.containsOrganization(String orgId) Returnstrueif the given organization by its identifier is found orfalseif notbooleanOrganizationDatabaseImpl.containsOrganization(String orgId) intOrganizationDatabase.countOrganizations()Counts all organizations in persistent storageintOrganizationDatabaseImpl.countOrganizations()voidOrganizationDatabase.deleteOrganization(String orgId) Removes an organization from persistent storage.voidOrganizationDatabaseImpl.deleteOrganization(String orgId) org.opencastproject.security.api.OrganizationOrganizationDatabase.getOrganization(String orgId) Gets a single organization by its identifier.org.opencastproject.security.api.OrganizationOrganizationDatabaseImpl.getOrganization(String id) org.opencastproject.security.api.OrganizationOrganizationDatabase.getOrganizationByHost(String host, int port) Gets a single organization by host and port.org.opencastproject.security.api.OrganizationOrganizationDatabaseImpl.getOrganizationByHost(String host, int port) List<org.opencastproject.security.api.Organization> OrganizationDatabase.getOrganizations()Returns all organizations in persistent storage.List<org.opencastproject.security.api.Organization> OrganizationDatabaseImpl.getOrganizations()voidOrganizationDatabase.storeOrganization(org.opencastproject.security.api.Organization organization) Stores (or updates) an organization.voidOrganizationDatabaseImpl.storeOrganization(org.opencastproject.security.api.Organization org)