Uses of Class
com.stratelia.webactiv.organization.AdminPersistenceException

Packages that use AdminPersistenceException
com.stratelia.webactiv.organization   
 

Uses of AdminPersistenceException in com.stratelia.webactiv.organization
 

Methods in com.stratelia.webactiv.organization that throw AdminPersistenceException
 void GroupUserRoleTable.addGroupInGroupUserRole(int groupId, int groupUserRoleId)
          Adds a group in a groupUserRole.
 void SpaceUserRoleTable.addGroupInSpaceUserRole(int groupId, int spaceUserRoleId)
          Adds a group in a spaceUserRole.
 void UserRoleTable.addGroupInUserRole(int groupId, int userRoleId)
          Adds a group in a userRole.
 void GroupTable.addUserInGroup(int userId, int groupId)
          Add an user in this group.
 void GroupUserRoleTable.addUserInGroupUserRole(int userId, int groupUserRoleId)
          Add an user in a groupUserRole.
 void SpaceUserRoleTable.addUserInSpaceUserRole(int userId, int spaceUserRoleId)
          Add an user in a spaceUserRole.
 void UserRoleTable.addUserInUserRole(int userId, int userRoleId)
          Add an user in a userRole.
 void GroupTable.addUsersInGroup(String[] userIds, int groupId, boolean checkRelation)
          Add an user in this group.
 void ComponentInstanceTable.createComponentInstance(ComponentInstanceRow instance)
          Inserts in the database a new instance row.
 void DomainTable.createDomain(DomainRow domain)
          Insert a new domain row.
 void GroupTable.createGroup(GroupRow group)
          Insert a new group row.
 void GroupUserRoleTable.createGroupUserRole(GroupUserRoleRow groupUserRole)
          Inserts in the database a new groupUserRole row.
 void InstanceDataTable.createInstanceData(int componentId, Parameter parameter)
          Inserts in the database a new instanceData row.
 void SpaceTable.createSpace(SpaceRow space)
          Inserts in the database a new space row.
 void SpaceUserRoleTable.createSpaceUserRole(SpaceUserRoleRow spaceUserRole)
          Inserts in the database a new spaceUserRole row.
 void ComponentInstanceI18NTable.createTranslation(ComponentInstanceI18NRow translation)
          Inserts in the database a new component row.
 void SpaceI18NTable.createTranslation(SpaceI18NRow translation)
          Inserts in the database a new space row.
 void UserTable.createUser(UserRow user)
          Inserts in the database a new user row.
 void UserRoleTable.createUserRole(UserRoleRow userRole)
          Inserts in the database a new userRole row.
 AccessLevelRow AccessLevelTable.getAccessLevel(String id)
          Returns the Access level whith the given id.
 AccessLevelRow[] AccessLevelTable.getAllAccessLevels()
          Returns all the Access levels.
 String[] UserTable.getAllAdminIds(UserDetail fromUser)
          Returns all the Admin ids.
 String[] ComponentInstanceTable.getAllComponentInstanceIdsInSpace(int spaceId)
          Returns all the instance ids in a given space
 ComponentInstanceRow[] ComponentInstanceTable.getAllComponentInstancesInSpace(int spaceId)
          Returns all the instances in a given space
 DomainRow[] DomainTable.getAllDomains()
          Returns all the Domains.
 String[] GroupTable.getAllGroupIds()
          Returns all the Group ids.
 GroupRow[] GroupTable.getAllGroups()
          Returns all the Groups.
 GroupRow[] GroupTable.getAllGroupsOfDomain(int domainId)
          Returns all the Groups having a given domain id.
 ComponentInstanceRow[] ComponentInstanceTable.getAllMatchingComponentInstances(ComponentInstanceRow sampleInstance)
          Returns the ComponentInstance whose fields match those of the given sample instance fields.
 GroupRow[] GroupTable.getAllMatchingGroups(GroupRow sampleGroup)
          Returns the Group whose fields match those of the given sample group fields.
 SpaceUserRoleRow[] SpaceUserRoleTable.getAllMatchingSpaceUserRoles(SpaceUserRoleRow sampleSpaceUserRole)
          Returns the SpaceUserRole whose fields match those of the given sample SpaceUserRole fields.
 String[] UserRoleTable.getAllObjectUserRoleIdsOfInstance(int instanceId)
           
 List<Parameter> InstanceDataTable.getAllParametersInComponent(int componentId)
          Returns all the parameters of the given component (List of SPParameter)
 String[] GroupTable.getAllRootGroupIds()
          Returns all the Groups without a superGroup.
 String[] GroupTable.getAllRootGroupIdsOfDomain(int domainId)
          Returns all the Root Group Ids having a given domain id.
 GroupRow[] GroupTable.getAllRootGroups()
          Returns all the Groups without a superGroup.
 GroupRow[] GroupTable.getAllRootGroupsOfDomain(int domainId)
          Returns all the Root Groups having a given domain id.
 String[] SpaceTable.getAllRootSpaceIds()
          Returns all the root Space ids.
 String[] SpaceTable.getAllSpaceIds()
          Returns all the Space ids.
 SpaceRow[] SpaceTable.getAllSpaces()
          Returns all the Spaces.
 String[] SpaceUserRoleTable.getAllSpaceUserRoleIdsOfSpace(int spaceId)
          Returns all the SpaceUserRole ids of a space.
 SpaceUserRoleRow[] SpaceUserRoleTable.getAllSpaceUserRoles()
          Returns all the SpaceUserRoles.
 SpaceUserRoleRow[] SpaceUserRoleTable.getAllSpaceUserRolesOfSpace(int spaceId)
          Returns all the SpaceUserRoles of a space.
 String[] UserTable.getAllUserIds()
          Returns all the User ids.
 UserRow[] UserTable.getAllUserOfDomain(int domainId)
          Returns all the Users having a given domain id.
 String[] UserRoleTable.getAllUserRoleIdsOfInstance(int instanceId)
          Returns all the UserRole ids of an instance.
 String[] UserRoleTable.getAllUserRoleIdsOfObject(int objectId, String objectType, int instanceId)
          Returns all the UserRole ids of an object in a given instance.
 UserRoleRow[] UserRoleTable.getAllUserRolesOfInstance(int instanceId)
          Returns all the UserRoles of an instance.
 UserRow[] UserTable.getAllUsers()
          Returns all the Users.
 ComponentInstanceRow ComponentInstanceTable.getComponentInstance(int id)
          Returns the instance whith the given id.
 ComponentInstanceRow ComponentInstanceTable.getComponentInstanceOfUserRole(int userRoleId)
          Returns the ComponentInstance of a given user role.
protected  int Table.getCount(String tableName, String whereClause, int id, String param)
          Returns the nb of rows in the given table agregated on the given column
protected  int Table.getCount(String tableName, String whereClause, String param)
          Returns the nb of rows in the given table agregated on the given column
 String[] GroupTable.getDirectGroupIdsInGroupUserRole(int groupUserRoleId)
          Returns all the group ids in a given groupUserRole (not recursive).
 String[] GroupTable.getDirectGroupIdsInSpaceUserRole(int spaceUserRoleId)
          Returns all the group ids in a given spaceUserRole (not recursive).
 String[] GroupTable.getDirectGroupIdsInUserRole(int userRoleId)
          Returns all the groups in a given userRole (not recursive).
 GroupRow[] GroupTable.getDirectGroupsInGroupUserRole(int groupUserRoleId)
          Returns all the groups in a given groupUserRole (not recursive).
 GroupRow[] GroupTable.getDirectGroupsOfUser(int userId)
          Returns all the groups of a given user (not recursive).
 SpaceUserRoleRow[] SpaceUserRoleTable.getDirectSpaceUserRolesOfGroup(int groupId)
          Returns all the direct SpaceUserRoles of a group.
 SpaceUserRoleRow[] SpaceUserRoleTable.getDirectSpaceUserRolesOfUser(int userId)
          Returns all the direct SpaceUserRoles of user.
 String[] GroupTable.getDirectSubGroupIds(int superGroupId)
          Returns all the Group ids having a given superGroup.
 GroupRow[] GroupTable.getDirectSubGroups(int superGroupId)
          Returns all the Groups having a given superGroup.
 String[] SpaceTable.getDirectSubSpaceIds(int superSpaceId)
          Returns all the space ids having a given superSpace.
 List<SpaceRow> SpaceTable.getDirectSubSpaces(int superSpaceId)
          Returns direct sub spaces of given space.
 String[] UserTable.getDirectUserIdsOfGroup(int groupId)
          Returns all the User ids which compose a group.
 String[] UserTable.getDirectUserIdsOfGroupUserRole(int groupUserRoleId)
          Returns all the User ids having directly a given group userRole.
 String[] UserTable.getDirectUserIdsOfSpaceUserRole(int spaceUserRoleId)
          Returns all the User ids having directly a given space userRole.
 String[] UserTable.getDirectUserIdsOfUserRole(int userRoleId)
          Returns all the User ids having directly a given role.
 UserRoleRow[] UserRoleTable.getDirectUserRolesOfGroup(int groupId)
          Returns all the direct UserRoles of a group.
 UserRoleRow[] UserRoleTable.getDirectUserRolesOfUser(int userId)
          Returns all the direct UserRoles of user.
 UserRow[] UserTable.getDirectUsersOfGroup(int groupId)
          Returns all the Users which compose a group.
 UserRow[] UserTable.getDirectUsersOfGroupUserRole(int groupUserRoleId)
          Returns all the Users having directly a given group userRole.
 DomainRow DomainTable.getDomain(int id)
          Returns the domain whith the given id.
 GroupRow GroupTable.getGroup(int id)
          Returns the Group whith the given id.
 GroupRow GroupTable.getGroup(int superGroupId, String name)
          Returns the Group whith the given name in the given super group.
 GroupRow GroupTable.getGroupBySpecificId(int domainId, String specificId)
          Returns Group whith the given specificId and domainId.
 GroupRow GroupTable.getGroupOfGroupUserRole(int groupUserRoleId)
          Returns the Group of a given group user role.
 GroupUserRoleRow GroupUserRoleTable.getGroupUserRole(int id)
          Returns the GroupUserRole whith the given id.
 GroupUserRoleRow GroupUserRoleTable.getGroupUserRoleByGroupId(int groupId)
          Returns the GroupUserRole whith the given groupId.
protected  List<String> Table.getIds(String query)
          Returns the ids described by the given no parameters query.
protected  List<String> Table.getIds(String query, int id)
          Returns the ids described by the given query with one id parameter.
protected  List<String> Table.getIds(String query, List<?> params)
          Returns the rows described by the given query with parameters.
 InstanceDataRow InstanceDataTable.getInstanceData(int id)
          Returns the instance whith the given id.
protected  Integer Table.getInteger(ResultSet rs)
           
protected  Integer Table.getInteger(String query, int[] ids)
          Returns the integer of the single row, single column resultset returned by the given query with id parameters.
protected  List<T> Table.getMatchingRows(String returnedColumns, String[] matchColumns, String[] matchValues)
          Returns the rows like a sample row.
static OrganizationSchema OrganizationSchemaPool.getOrganizationSchema()
          Returns an Shema.
 SpaceRow SpaceTable.getPersonalSpace(String userId)
           
 KeyStoreRow KeyStoreTable.getRecordByKey(int nKey)
          Get a keystore record by userKey
 ComponentInstanceRow[] ComponentInstanceTable.getRemovedComponents()
          Returns all components which has been removed but not definitely deleted
 SpaceRow[] SpaceTable.getRemovedSpaces()
          Returns all spaces which has been removed but not definitely deleted
 GroupRow GroupTable.getRootGroup(String name)
          Returns the root Group whith the given name.
protected  List<T> Table.getRows(String query)
          Returns the rows described by the given no parameters query.
protected  List<T> Table.getRows(String query, int id)
          Returns the rows described by the given query with one id parameter.
protected  List<T> Table.getRows(String query, List<?> params)
          Returns the rows described by the given query with parameters.
 SpaceRow SpaceTable.getSpace(int id)
          Returns the Space whith the given id.
 SpaceRow SpaceTable.getSpaceOfInstance(int instanceId)
          Returns the Space of a given component instance.
 SpaceRow SpaceTable.getSpaceOfSpaceUserRole(int spaceUserRoleId)
          Returns the Space of a given space user role.
 SpaceUserRoleRow SpaceUserRoleTable.getSpaceUserRole(int id)
          Returns the SpaceUserRole whith the given id.
 SpaceUserRoleRow SpaceUserRoleTable.getSpaceUserRole(int spaceId, String roleName, int inherited)
          Returns the SpaceUserRole whith the given RoleName in the given space.
 GroupRow GroupTable.getSuperGroup(int subGroupId)
          Returns the superGroup of a given subGroup.
 GroupRow[] GroupTable.getSynchronizedGroups()
          Returns all the Groups.
 List<SpaceI18NRow> SpaceI18NTable.getTranslations(int spaceId)
          Returns the Space whith the given id.
 List<ComponentInstanceI18NRow> ComponentInstanceI18NTable.getTranslations(int componentId)
          Returns the Component whith the given id.
protected  T Table.getUniqueRow(ResultSet rs)
           
protected  T Table.getUniqueRow(String query, int id)
          Returns the unique row referenced by the given query and id.
protected  T Table.getUniqueRow(String query, String id)
          Returns the unique row referenced by the given query and id.
 UserRow UserTable.getUser(int id)
          Returns the User whith the given id.
 UserRow UserTable.getUserByLogin(int domainId, String login)
          Returns the User with the given domainId and login.
 UserRow UserTable.getUserBySpecificId(int domainId, String specificId)
          Returns the User with the given specificId and login.
 String[] UserTable.getUserIdsByAccessLevel(UserAccessLevel accessLevel)
          Returns all the User ids.
 String[] UserTable.getUserIdsOfDomain(int domainId)
          Returns all the User ids having a given domain id.
 String[] UserTable.getUserIdsOfDomainByAccessLevel(int domainId, UserAccessLevel accessLevel)
          Returns all the User ids for the specified domain and access level.
 int UserTable.getUserNumber()
          Returns the User number
 int UserTable.getUserNumberOfDomain(int domainId)
           
 UserRoleRow UserRoleTable.getUserRole(int id)
          Returns the UserRole whith the given id.
 UserRoleRow UserRoleTable.getUserRole(int instanceId, String roleName, int inherited)
          Returns the UserRole whith the given roleName in the given instance.
 UserRow[] UserTable.getUsersByEmail(String email)
          Returns the users whose fields match those of the given sample space fields.
 UserRow[] UserTable.getUsersBySpecificIds(int domainId, List<String> specificIds)
          Returns the User with the given specificId and login.
protected  int Table.insertRow(String insertQuery, T row)
           
 boolean ComponentInstanceTable.isComponentIntoBasket(int spaceId, String name)
          Check if a named component already exists in given space
 boolean UserRoleTable.isGroupDirectlyInRole(int groupId, int userRoleId)
          Tests if a group has a given role (not recursive).
 boolean SpaceUserRoleTable.isGroupDirectlyInRole(int groupId, int spaceUserRoleId)
          Tests if a group has a given role (not recursive).
 boolean SpaceTable.isSpaceInstExist(int id)
          Tests if a space with given space id exists
 boolean SpaceTable.isSpaceIntoBasket(int fatherId, String name)
          Check if a named space already exists in given space
 boolean UserRoleTable.isUserDirectlyInRole(int userId, int userRoleId)
          Tests if a user has a given role (not recursive).
 boolean SpaceUserRoleTable.isUserDirectlyInRole(int userId, int spaceUserRoleId)
          Tests if a user has a given role (not recursive).
 void ComponentInstanceTable.moveComponentInstance(int spaceId, int componentId)
           
 void SpaceTable.moveSpace(int spaceId, int fatherId)
           
 void SpaceUserRoleTable.removeAllGroupsFromSpaceUserRole(int spaceUserRoleId)
          Removes all groups from a spaceUserRole.
 void UserRoleTable.removeAllGroupsFromUserRole(int userRoleId)
          Removes all groups from a userRole.
 void SpaceUserRoleTable.removeAllUsersFromSpaceUserRole(int spaceUserRoleId)
          Removes all users from a spaceUserRole.
 void UserRoleTable.removeAllUsersFromUserRole(int userRoleId)
          Removes all users from a userRole.
 void ComponentInstanceTable.removeComponentInstance(int id)
          Delete a component instance and all his user role sets.
 void DomainTable.removeDomain(int id)
          Delete the domain
 void GroupTable.removeGroup(int id)
          Delete the group and all the sub-groups
 void GroupUserRoleTable.removeGroupFromGroupUserRole(int groupId, int groupUserRoleId)
          Removes a group from a groupUserRole.
 void SpaceUserRoleTable.removeGroupFromSpaceUserRole(int groupId, int spaceUserRoleId)
          Removes a group from a spaceUserRole.
 void UserRoleTable.removeGroupFromUserRole(int groupId, int userRoleId)
          Removes a group from a userRole.
 void GroupUserRoleTable.removeGroupUserRole(int id)
          Delete the groupUserRole
 void InstanceDataTable.removeInstanceData(int id)
          Removes a instance data row.
 void KeyStoreTable.removeKeyStoreRecord(int nKey)
          Remove a keystore record with the given key
 void SpaceTable.removeSpace(int id)
          Delete the space and all his component instances.
 void SpaceTable.removeSpaceFromBasket(int id)
          Remove the space from the basket Space will be available again
 void SpaceUserRoleTable.removeSpaceUserRole(int id)
          Delete the spaceUserRole
 void SpaceI18NTable.removeTranslation(int id)
          Delete a translation.
 void ComponentInstanceI18NTable.removeTranslation(int id)
          Delete a translation.
 void SpaceI18NTable.removeTranslations(int spaceId)
          Delete all space's translations.
 void ComponentInstanceI18NTable.removeTranslations(int componentId)
          Delete all component's translations.
 void UserTable.removeUser(int id)
          Removes a user row.
 void GroupTable.removeUserFromGroup(int userId, int groupId)
          Removes an user from this group.
 void GroupUserRoleTable.removeUserFromGroupUserRole(int userId, int groupUserRoleId)
          Removes an user from a groupUserRole.
 void SpaceUserRoleTable.removeUserFromSpaceUserRole(int userId, int spaceUserRoleId)
          Removes an user from a spaceUserRole.
 void UserRoleTable.removeUserFromUserRole(int userId, int userRoleId)
          Removes an user from a userRole.
 void UserRoleTable.removeUserRole(int id)
          Delete the userRole
 void GroupTable.removeUsersFromGroup(String[] userIds, int groupId, boolean checkRelation)
          Add an user in this group.
 void ComponentInstanceTable.restoreComponentFromBasket(int id)
          Remove the space from the basket Space will be available again
 GroupRow[] GroupTable.searchGroups(GroupRow groupModel, boolean isAnd)
          Returns all the Groups satiffying the model
 String[] GroupTable.searchGroupsIds(boolean isRootGroup, int componentId, int[] aRoleId, GroupRow groupModel)
          Returns all the Groups satifying the model that are direct childs of a specific group
 UserRow[] UserTable.searchUsers(UserRow userModel, boolean isAnd)
          Returns all the Users satisfying the model.
 String[] UserTable.searchUsersIds(List<String> userIds, UserRow userModel)
          Returns all user ids satisfying the model.
 void ComponentInstanceTable.sendComponentToBasket(int id, String tempLabel, String userId)
          Delete the space and all his component instances.
 void SpaceTable.sendSpaceToBasket(int id, String newName, String userId)
          Delete the space and all his component instances.
 void ComponentInstanceTable.updateComponentInheritance(int componentId, boolean inheritanceBlocked)
           
 void ComponentInstanceTable.updateComponentInstance(ComponentInstanceRow instance)
          Updates in the database an instance row.
 void ComponentInstanceTable.updateComponentOrder(int componentId, int orderNum)
           
 void DomainTable.updateDomain(DomainRow domain)
          Updates a domain row.
 void GroupTable.updateGroup(GroupRow group)
          Updates a group row.
 void InstanceDataTable.updateInstanceData(int componentId, Parameter parameter)
          Updates a instance data row.
protected  int Table.updateRelation(String query)
           
protected  int Table.updateRelation(String query, int param)
           
protected  int Table.updateRelation(String query, int[] ids)
           
protected  int Table.updateRow(String updateQuery, T row)
           
 void SpaceTable.updateSpace(SpaceRow space)
          Updates a space row.
 void SpaceTable.updateSpaceOrder(int spaceId, int orderNum)
           
 void SpaceUserRoleTable.updateSpaceUserRole(SpaceUserRoleRow spaceUserRole)
          Updates a spaceUserRole
 void ComponentInstanceI18NTable.updateTranslation(ComponentInstanceI18NRow component)
          Updates a component row.
 void SpaceI18NTable.updateTranslation(SpaceI18NRow space)
          Updates a space row.
 void UserTable.updateUser(UserRow user)
          Update a user row.
 void UserRoleTable.updateUserRole(UserRoleRow userRole)
          Update a user role.
 



Copyright © 2016 Silverpeas. All Rights Reserved.