Uses of Class
org.esupportail.portal.channels.CStockage.exception.DataBaseException

Packages that use DataBaseException
org.esupportail.portal.channels.CStockage.channelAction   
org.esupportail.portal.channels.CStockage.channelAction.classic   
org.esupportail.portal.channels.CStockage.channelAction.classic.sharing   
 

Uses of DataBaseException in org.esupportail.portal.channels.CStockage.channelAction
 

Methods in org.esupportail.portal.channels.CStockage.channelAction that throw DataBaseException
 void AbstractChannelAction.initPersonalSpacesIntoMenu()
          Init the personal spaces into the menu
private  java.lang.StringBuffer AbstractChannelAction.renderXmlManageSharedSpaces(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we want to manage the shared spaces
private  void AbstractChannelAction.setAvailableAndUsedSpaces()
          Set the used spaces and the avalaible spaces for this user
private  void AbstractChannelAction.setSpacesIntoMenu()
          Set the personal spaces into the spaces menu
private  java.lang.StringBuffer AbstractChannelAction.renderXmlManageSharedSpacesValid(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we click on "valid" when we manage the shared spaces
 

Uses of DataBaseException in org.esupportail.portal.channels.CStockage.channelAction.classic
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.classic that throw DataBaseException
private  void ChannelAction.setCurrentDirectorySharingProperties()
          Set the sharing properties of the currentDirectory
private  void ChannelAction.setSharingProperties()
          Set the properties for the current directory
 

Uses of DataBaseException in org.esupportail.portal.channels.CStockage.channelAction.classic.sharing
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.classic.sharing that throw DataBaseException
 void SharingTool.addStorageAvailableSpaceUser(Space currentSpace, java.lang.String serverUrl, java.lang.String path, java.lang.String label, UserForSharing user, java.lang.String ownerUserKey, java.lang.String xmlSpace)
          Add sharing properties for the user into the database
 void SharingTool.addStorageAvailableSpaceGroup(Space currentSpace, java.lang.String serverUrl, java.lang.String path, java.lang.String label, GroupForSharing group, java.lang.String ownerUserKey, java.lang.String xmlSpace)
          Add sharing properties for the groups into the database
 void SharingTool.delStorageAvailableSpaceForUser(Space currentSpace, UserForSharing user)
          Delete sharing properties for users into the database
 void SharingTool.delStorageAvailableSpaceForGroup(Space currentSpace, GroupForSharing group)
          Delete sharing properties for groups into the database
 java.util.Vector SharingTool.getTargetsOfAvailableSpaceForUser(java.lang.String serverUrl, java.lang.String path)
          Get the users for whose the resource is shared
 java.util.Vector SharingTool.getTargetsOfAvailableSpaceForGroup(java.lang.String serverUrl, java.lang.String path)
          Get the groups for whose the resource is shared
 void SharingTool.updateLabelAvailableSpace(java.lang.String newLabel, java.lang.String serverUrl, java.lang.String path)
          Update the label of the sharing properties into the database for users
 void SharingTool.updateReadAndWriteAndManageSpaceUser(Space currentSpace, java.lang.String serverUrl, java.lang.String path, UserForSharing user)
          Update the "reading" and "writing" attributes for a specifical sharing for a user
 void SharingTool.updateReadAndWriteAndManageSpaceGroup(Space currentSpace, java.lang.String serverUrl, java.lang.String path, GroupForSharing group)
          Update the "reading" and "writing" attributes for a specifical sharing for a group
private  java.util.Vector SharingTool.getAvailableSpacesForTarget(java.lang.String targetKey, boolean targetIsUser, java.lang.String userPortalLogin)
          Get the available spaces for a user or a group
 java.util.Vector SharingTool.getAvailableSpacesForUser(java.lang.String targetKey, java.lang.String userPortalLogin)
          Get the available spaces for a user
 java.util.Vector SharingTool.getAvailableSpacesForGroup(java.lang.String targetKey, java.lang.String userPortalLogin)
          Get the available spaces for a group
 void SharingTool.addStorageUsersPreferences(java.lang.String id, java.lang.String userKey)
          Add a user preference into the database from a user
 java.util.Vector SharingTool.getIdOfSpaceFromPreferencesUser(java.lang.String target)
          Get the list of ids of spaces which has already been selected by the current user from users table
 void SharingTool.delStorageUsersPreferencesForUser(java.lang.String id, java.lang.String userKey)
          Delete a user preference from the database
 void SharingTool.delStorageUsersPreferences(java.lang.String id)
          Delete users preferences for a shared space from the database
 void SharingTool.delStorageAvailableSpaceForSpecifiedPath(java.lang.String url, java.lang.String path)
          Delete sharing properties for url and path into the database
 void SharingTool.updatePathOfSharing(java.lang.String url, java.lang.String oldPath, java.lang.String newPath)
          Update the path of shared spaces
static java.lang.String QueriesManagement.getQuery(java.lang.String queryName)
          Get a query from the properties file
 java.util.Properties QueriesManagement.getProperties()
          Constructor Initialize the parameters for a connexion to the database
 int DataBaseAccess.addStorageAvailableSpace(java.lang.String serverUrl, java.lang.String path, java.lang.String label, java.lang.String targetKey, boolean targetIsUser, java.lang.String ownerUserKey, java.lang.String xmlSpace, boolean reading, boolean writing, boolean manage)
          Add sharing properties into the database
 int DataBaseAccess.delStorageAvailableSpace(java.lang.String id)
          Delete sharing properties into the database
 java.util.Vector DataBaseAccess.getTargetsOfAvailableSpace(java.lang.String serverUrl, java.lang.String path, boolean targetIsUser)
          Get the users for whose the resource is shared
private  boolean DataBaseAccess.isAlreadyAvailableForTarget(org.esupportail.portal.utils.database.Query queryManager, java.lang.String serverUrl, java.lang.String path, java.lang.String targetKey, boolean targetIsUser)
          Check if the space is already shared for a specified user
 int DataBaseAccess.updateLabelAvailableSpace(java.lang.String newLabel, java.lang.String serverUrl, java.lang.String path)
          Update the label of the sharing properties into the database
 int DataBaseAccess.updateReadAndWriteAndManageSpaceUser(boolean reading, boolean writing, boolean manage, java.lang.String serverUrl, java.lang.String path, java.lang.String targetKey, boolean targetIsUser)
          Update the "reading" and "writing" attributes for a specifical sharing
 java.util.Vector DataBaseAccess.getAvailableSpacesForTarget(java.lang.String targetKey, boolean targetIsUser)
          Get the available spaces for a group or a user
 int DataBaseAccess.addStorageUsersPreferences(java.lang.String id, java.lang.String userKey)
          Add a user preference into the database
private  boolean DataBaseAccess.isAlreadyInPreferencesForUser(org.esupportail.portal.utils.database.Query queryManager, java.lang.String id, java.lang.String userKey)
          Check if the space is already in the user preferences
 java.util.Vector DataBaseAccess.getIdOfSpaceFromPreferences(java.lang.String targetKey)
          Get the list of ids of spaces which has already been selected by the current user
 int DataBaseAccess.delStorageUsersPreferencesForUser(java.lang.String id, java.lang.String userKey)
          Delete a user preference from the database
 int DataBaseAccess.delStorageUsersPreferences(java.lang.String id)
          Delete users preferences for a shared space from the database
 java.util.Vector DataBaseAccess.getIdOfSpacesWithPath(java.lang.String url, java.lang.String path)
          Get the id of shared spaces from url and path
 int DataBaseAccess.updatePathOfSharing(java.lang.String url, java.lang.String oldPath, java.lang.String newPath)
          Update the path of shared spaces