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

Packages that use ServerException
org.esupportail.portal.channels.CStockage.channelAction   
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.userManagement   
 

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

Methods in org.esupportail.portal.channels.CStockage.channelAction that throw ServerException
private  java.lang.StringBuffer AbstractChannelAction.renderXmlManageSharedSpaces(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we want to manage the shared spaces
private  java.lang.StringBuffer AbstractChannelAction.renderXmlManageSharedSpacesGetXmlForRender(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we want to manage the shared spaces
private  java.lang.StringBuffer AbstractChannelAction.renderXmlManageSharedSpacesGetXmlForRenderOnlySpaces(java.util.TreeMap spaces)
          Generate the XML when we want to manage the shared spaces
private  java.lang.StringBuffer AbstractChannelAction.renderXmlManageSharedSpacesAdd(org.jasig.portal.ChannelRuntimeData runtimeData)
          Generate the XML when we click on "add" when we manage the shared spaces
private  java.lang.StringBuffer AbstractChannelAction.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.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
 

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

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[] ressources, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties)
          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)
          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)
          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)
          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)
          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.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