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

Packages that use ServerException
org.esupportail.portal.channels.CStockage   
org.esupportail.portal.channels.CStockage.administration   
org.esupportail.portal.channels.CStockage.channelAction.classic   
org.esupportail.portal.channels.CStockage.channelAction.classic.sharing   
org.esupportail.portal.channels.CStockage.channelAction.injac   
org.esupportail.portal.channels.CStockage.channelAction.injac.acl   
org.esupportail.portal.channels.CStockage.channelAction.injac.actions   
org.esupportail.portal.channels.CStockage.channelAction.injac.metadata   
org.esupportail.portal.channels.CStockage.provider.access   
org.esupportail.portal.channels.CStockage.spacesPersonalization   
org.esupportail.portal.channels.CStockage.spacesPersonalization.target   
org.esupportail.portal.channels.CStockage.userManagement   
 

Uses of ServerException in org.esupportail.portal.channels.CStockage
 

Methods in org.esupportail.portal.channels.CStockage that throw ServerException
private  void CStockageAdministration.loadServers()
          Load the servers from the database
 java.lang.StringBuffer CStockageAdministration.renderXmlDefault(org.jasig.portal.ChannelRuntimeData runtimeData, ChannelException e)
          Return the xml for the default mode
 java.lang.StringBuffer CStockageAdministration.renderXmlNewServer(org.jasig.portal.ChannelRuntimeData runtimeData, org.xml.sax.ContentHandler out)
          Return the xml for the new server mode
private  java.lang.StringBuffer CStockageAdministration.renderXmlDefaultServer(org.jasig.portal.ChannelRuntimeData runtimeData, org.xml.sax.ContentHandler out)
          Return the xml for the default spaces mode
static void CStockage.addObligedSpacesToList(java.lang.String userPortalLogin, java.util.Vector userGroups, java.util.ArrayList initialSpaces)
          Set the obliged spaces for this user
static java.util.TreeMap[] CStockage.getAvailableAndUsedSpaces(PersonalizationTool tool, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Set the used spaces and the avalaible spaces for this user
private  java.lang.StringBuffer CStockage.renderXmlManageSharedSpaces(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we want to manage the shared spaces
private  java.lang.StringBuffer CStockage.renderXmlManageSharedSpacesGetXmlForRender(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we want to manage the shared spaces
private  java.lang.StringBuffer CStockage.renderXmlManageSharedSpacesGetXmlForRenderOnlySpaces(java.util.TreeMap spaces)
          Generate the XML when we want to manage the shared spaces
private  java.lang.StringBuffer CStockage.renderXmlManageSharedSpacesAdd(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we click on "add" when we manage the shared spaces
private  java.lang.StringBuffer CStockage.renderXmlManageSharedSpacesDelete(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we click on "delete" when we manage the shared spaces
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.administration
 

Methods in org.esupportail.portal.channels.CStockage.administration that throw ServerException
 java.util.Vector AdministrationTool.getAdministratedSpaces()
          Get the users for whose the resource is shared
 

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

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

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

Methods in org.esupportail.portal.channels.CStockage.channelAction.classic.sharing that throw ServerException
 java.lang.Object[] SharingTool.getTargetsOfAvailableSpace(Space currentSpace, java.lang.String serverUrl, java.lang.String path)
          Get the users for whose the resource is shared
private  java.lang.Object[] SharingTool.getTargetsOfAvailableSpaceFromDatabase(Space currentSpace, java.lang.String serverUrl, java.lang.String path)
          Get the users for whose the resource is shared from the database
private  java.lang.Object[] SharingTool.getTargetsOfAvailableSpaceFromAcl(Space currentSpace, java.lang.String serverUrl, java.lang.String path)
          Get the users for whose the resource is shared from the acl
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.channelAction.injac
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac that throw ServerException
private static java.lang.StringBuffer DefaultRenderXml.getXmlAction(Space currentSpace, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties)
          Get the XML for the action bar
private static java.lang.StringBuffer DefaultRenderXml.getXmlContent(Space currentSpace, ChannelResource[] resources, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties, java.lang.String currentSortType)
          Get the XML for the content
private  void ChannelAction.setCurrentDirectoryProperties()
          Set the properties of the currentDirectory
private  void ChannelAction.setCurrentDirectoryProperties(java.lang.String injacType)
          Set the properties of the currentDirectory
static boolean ChannelAction.isUserManagerInSpace(java.lang.String spacePath, Space currentSpace, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Check if the current user is manager in the specified space
static boolean ChannelAction.isUserWriterInSpace(java.lang.String spacePath, Space currentSpace, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Check if the current user is writer in the specified space
static boolean ChannelAction.isUserEditorInSpace(java.lang.String spacePath, Space currentSpace, java.lang.String userPortalLogin, java.util.Vector userGroups)
          Check if the current user is editor in the specified space
static boolean ChannelAction.isUserDocumentOwner(java.lang.String documentPath, Space currentSpace, java.lang.String userPortalLogin)
          Check if the current user is the owner of the specified document
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.channelAction.injac.acl
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.acl that throw ServerException
static void InjacAclManager.setReadersAclOnSpace(Space currentSpace, java.lang.String path, InjacSpaceManagementProperties smp)
          Set the acl for reading set by manager on a space
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.channelAction.injac.actions
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.actions that throw ServerException
private static java.lang.StringBuffer MetadataManagerAction.setMetadataOnDocument(java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath, java.lang.String currentSortType)
          Set the metadata on document and return the xml for the next action
private static java.lang.StringBuffer MetadataManagerAction.editDocument(java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath, java.lang.String currentSortType)
          Edit the document and return the xml for the next action
private static java.lang.StringBuffer MetadataManagerAction.publishDocument(java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath, java.lang.String currentSortType)
          Publish the document and return the xml for the next action
private static java.lang.StringBuffer MetadataManagerAction.rejectDocument(java.lang.StringBuffer stylesheet, java.util.ArrayList spaces, java.util.ArrayList metadataToSet, java.lang.String userPortalLogin, java.util.Vector userGroups, Space currentSpace, DirectoryProperties directoryProperties, java.lang.String documentFullPath, java.lang.String currentSortType)
          Reject the document and return the xml for the next action
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata
 

Methods in org.esupportail.portal.channels.CStockage.channelAction.injac.metadata that throw ServerException
static java.lang.String MetaDataManager.getDocumentOwner(Space currentSpace, java.lang.String path)
          Get the owner of a document
static boolean MetaDataManager.setUserAsDocumentOwner(Space currentSpace, java.lang.String path, java.lang.String value)
          Set the owner of a document
static java.lang.String MetaDataManager.getDirectoryType(Space currentSpace, java.lang.String path)
          Get the directory type (document, space, ... ?)
static java.util.Date MetaDataManager.getPublicationDateBegin(Space currentSpace, java.lang.String path)
          Get the publication date begin
static java.util.Date MetaDataManager.getPublicationDateEnd(Space currentSpace, java.lang.String path)
          Get the publication date end
static boolean MetaDataManager.setPublicationDateBegin(Space currentSpace, java.lang.String path, java.lang.String date)
          Set the publication date begin
static boolean MetaDataManager.setPublicationDateEnd(Space currentSpace, java.lang.String path, java.lang.String date)
          Set the publication date end
static java.lang.String MetaDataManager.getRejectCause(Space currentSpace, java.lang.String path)
          Get the refuse message
static boolean MetaDataManager.setRejectCause(Space currentSpace, java.lang.String path, java.lang.String cause)
          Set the refuse message
static java.lang.String MetaDataManager.getDocumentState(Space currentSpace, java.lang.String path)
          Get the document state: published, refused, waiting, expired...
static boolean MetaDataManager.setDirectoryAsSpace(Space currentSpace, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "space" value
static boolean MetaDataManager.setDirectoryAsWaitingDocument(Space currentSpace, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "document" value, and document-state to "waiting"
static boolean MetaDataManager.setDirectoryAsPublishedDocument(Space currentSpace, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "document" value, and document-state to "published"
static boolean MetaDataManager.setDirectoryAsRejectedDocument(Space currentSpace, java.lang.String path)
          Set the injac-type metadata of the directory specified by its path to "document" value, and document-state to "refused"
static boolean MetaDataManager.setMetadataOnSpace(Space currentSpace, java.lang.String path, InjacSpaceManagementProperties smp)
          Set the metadata set by manager on a space
static boolean MetaDataManager.setMetadataOnDocument(Space currentSpace, java.lang.String path, java.util.ArrayList metadataToSet)
          Set the metadata set by user on a document
static java.lang.String MetaDataManager.getMetadataDescription(Space currentSpace, java.lang.String path)
          Return in the MD description
static java.lang.String MetaDataManager.getMetadataSpaceProfile(Space currentSpace, java.lang.String path)
          Return the list of MD that the user have to set
static java.lang.String MetaDataManager.getMetadataRenderingType(Space currentSpace, java.lang.String path)
          Return the rendering type MD that the user have to set
static void MetaDataManager.getMetadataWritersOnSpace(Space currentSpace, java.lang.String path, java.util.Vector users, java.util.Vector groups)
          Return the MD : list of writers on the space
static void MetaDataManager.getMetadataEditorsOnSpace(Space currentSpace, java.lang.String path, java.util.Vector users, java.util.Vector groups)
          Return the MD : list of editors on the space
static void MetaDataManager.getMetadataManagersOnSpace(Space currentSpace, java.lang.String path, java.util.Vector users, java.util.Vector groups)
          Return the MD : list of managers on the space
static boolean MetaDataManager.setSpaceRootDocumentName(Space currentSpace, java.lang.String path, java.lang.String documentName)
          Set the root-file-name metadata of the directory specified by its path
static java.lang.String MetaDataManager.getSpaceRootDocumentName(Space currentSpace, java.lang.String path)
          Return the root document name of a space
static boolean InjacSpaceManagementProperties.isUserManager(java.lang.String login, java.util.Vector userGroups, Space currentSpace, java.lang.String path)
          Check if a user is manager on a space
static boolean InjacSpaceManagementProperties.isUserWriter(java.lang.String login, java.util.Vector userGroups, Space currentSpace, java.lang.String path)
          Check if a user is writer on a space
static boolean InjacSpaceManagementProperties.isUserEditor(java.lang.String login, java.util.Vector userGroups, Space currentSpace, java.lang.String path)
          Check if a user is editor on a space
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.provider.access
 

Methods in org.esupportail.portal.channels.CStockage.provider.access that throw ServerException
 void WebdavAccessImpl.connect()
          Connect this object to the server
 void WebdavAccessImpl.disconnect()
          Disconnection of the server
 boolean WebdavAccessImpl.upload(java.lang.String fileName, java.io.InputStream fileStream, java.lang.String path)
          Upload a file to the path given in argument
protected  boolean WebdavAccessImpl.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
private  boolean WebdavAccessImpl.distantCopy(ChannelResource resource, ServerAccess fromAccess, java.lang.String toPath)
          The distant copy method
private  boolean WebdavAccessImpl.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          The distant copy method of a directory
 java.lang.String WebdavAccessImpl.getProperty(java.lang.String namespace, java.lang.String path, java.lang.String propertyName)
          Get a resource's property specified by the path
 boolean WebdavAccessImpl.setProperty(java.lang.String namespace, java.lang.String path, java.lang.String propertyName, java.lang.String propertyValue)
          Set the property of resource
abstract  void ServerAccess.connect()
          Connect this object to the server
abstract  void ServerAccess.disconnect()
          Disconnection of the server
abstract  boolean ServerAccess.upload(java.lang.String fileName, java.io.InputStream fileStream, java.lang.String path)
          Upload a file to the path given in argument
protected abstract  boolean ServerAccess.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          The distant copy method
abstract  java.lang.String ServerAccess.getProperty(java.lang.String namespace, java.lang.String path, java.lang.String propertyName)
          Get a resource's property specified by the path
abstract  boolean ServerAccess.setProperty(java.lang.String namespace, java.lang.String path, java.lang.String propertyName, java.lang.String propertyValue)
          Set the property of resource
 void CifsAccessImpl.connect()
          Connect to the server
 void CifsAccessImpl.disconnect()
          Disconnect from the server
 boolean CifsAccessImpl.upload(java.lang.String fileName, java.io.InputStream fileStream, java.lang.String path)
          Upload a file to the path given in argument
private  boolean CifsAccessImpl.distantCopyDirectory(java.lang.String directoryName, ServerAccess fromAccess, java.lang.String absoluteFromPath, java.lang.String toPath)
          Copy a directory from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
protected  boolean CifsAccessImpl.distantCopy(java.lang.String resource, ServerAccess fromAccess, java.lang.String fromPath, java.lang.String toPath)
          Copy a resource from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
private  boolean CifsAccessImpl.distantCopy(ChannelResource resource, ServerAccess fromAccess, java.lang.String toPath)
          Copy a resource from a server to the CIFS server
All required checking (if a directory exists...) are supposed to be done by the calling application
 java.lang.String CifsAccessImpl.getProperty(java.lang.String namespace, java.lang.String path, java.lang.String propertyName)
          not implemented
 boolean CifsAccessImpl.setProperty(java.lang.String namespace, java.lang.String path, java.lang.String propertyName, java.lang.String propertyValue)
          not implemented
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.spacesPersonalization
 

Methods in org.esupportail.portal.channels.CStockage.spacesPersonalization that throw ServerException
private  java.util.Vector PersonalizationTool.getAvailableSpacesForTarget(java.lang.String targetKey, boolean targetIsUser, java.lang.String userPortalLogin, boolean obliged)
          Get the available spaces for a user or a group
 java.util.Vector PersonalizationTool.getAvailableSpacesForUser(java.lang.String targetKey, java.lang.String userPortalLogin, boolean obliged)
          Get the available spaces for a user
 java.util.Vector PersonalizationTool.getAvailableSpacesForGroup(java.lang.String targetKey, java.lang.String userPortalLogin, boolean obliged)
          Get the available spaces for a group
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.spacesPersonalization.target
 

Constructors in org.esupportail.portal.channels.CStockage.spacesPersonalization.target that throw ServerException
GroupForPersonalization(java.lang.String key, java.lang.String displayName)
          Constructor
GroupForPersonalization(org.jasig.portal.groups.EntityGroupImpl group)
          Constructor
GroupForPersonalization(java.lang.String hierarchy)
          Constructor
 

Uses of ServerException in org.esupportail.portal.channels.CStockage.userManagement
 

Methods in org.esupportail.portal.channels.CStockage.userManagement that throw ServerException
static java.lang.String PortalGroupsManagement.getGroupName(java.lang.String groupKey)
          Get the display name for the group key specified in parameter
static java.util.Vector PortalGroupsManagement.getGroupHierarchy(org.jasig.portal.groups.IEntityGroup group)
          Get this group hierarchy
static java.util.Vector PortalGroupsManagement.getGroupHierarchy(java.lang.String groupKey)
          Get this group hierarchy
private static void PortalGroupsManagement.recurGroupHierarchy(org.jasig.portal.groups.IGroupMember igm, java.util.Vector v)
          Set recursivly the group hierarchy
private static void PortalGroupsManagement.getRecurContainingGroups(org.jasig.portal.groups.IGroupMember igm, java.util.Vector v)
          Get recursively the groups contening a given group, until the root element
 

Constructors in org.esupportail.portal.channels.CStockage.userManagement that throw ServerException
Group(java.lang.String key, java.lang.String displayName)
          Constructor
Group(org.jasig.portal.groups.EntityGroupImpl group)
          Constructor
Group(java.lang.String hierarchy)
          Constructor