Uses of Class
org.esupportail.portal.channels.CWebdav.exception.ApplicationException

Packages that use ApplicationException
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.config   
org.esupportail.portal.channels.CWebdav.provider   
tests   
 

Uses of ApplicationException in org.esupportail.portal.channels.CWebdav
 

Methods in org.esupportail.portal.channels.CWebdav that throw ApplicationException
private  void CWebdav.setClipboard(java.lang.String mode)
          Generate the XML String for this mod
private  void CWebdav.createDir()
          Generate the XML String for this mod
 

Uses of ApplicationException in org.esupportail.portal.channels.CWebdav.config
 

Methods in org.esupportail.portal.channels.CWebdav.config that throw ApplicationException
 boolean Space.canRead(DavAccess access)
          Check if we are authorized to read this space
 

Uses of ApplicationException in org.esupportail.portal.channels.CWebdav.provider
 

Methods in org.esupportail.portal.channels.CWebdav.provider that throw ApplicationException
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String fullPath)
          List all ressources for a given path
 ChannelWebdavResource[] DavAccessImpl.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
 boolean DavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
private  boolean DavAccessImpl.fileIsEmptyOnServer(java.lang.String fileName, java.lang.String path)
          Check if a file is empty on the server
 boolean DavAccessImpl.delete(java.lang.String file, java.lang.String path)
          Delete the resource given in argument
 boolean DavAccessImpl.rename(java.lang.String oldName, java.lang.String newName, java.lang.String path)
          Rename the resource
 boolean DavAccessImpl.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
 boolean DavAccessImpl.canPaste(java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check if we can paste here
 boolean DavAccessImpl.copy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy method
 boolean DavAccessImpl.move(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move method
 boolean DavAccessImpl.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource exists
 boolean DavAccessImpl.exists(java.lang.String fullPath)
          Check is the resource exists
 boolean DavAccessImpl.canRead(java.lang.String resourceName, java.lang.String path)
          Check if we are authorized to read this resource
 boolean DavAccessImpl.canRead(java.lang.String path)
          Check if we are authorized to read this resource
 boolean DavAccessImpl.isDirectory(java.lang.String name, java.lang.String path)
          Check if the resource named name is a directory in the path given
 boolean DavAccessImpl.isEmpty(java.lang.String dir, java.lang.String path)
          Check if the directory named dir is empty or not.
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String fullPath)
          List all ressources for a given path
abstract  ChannelWebdavResource[] DavAccess.ls(java.lang.String path, java.lang.String targetDirectory)
          List all ressources for a given path
abstract  boolean DavAccess.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path given in argument
abstract  boolean DavAccess.delete(java.lang.String file, java.lang.String path)
          Delete the resource given in argument
abstract  boolean DavAccess.rename(java.lang.String oldName, java.lang.String newName, java.lang.String path)
          Rename the resource
abstract  boolean DavAccess.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
abstract  boolean DavAccess.canPaste(java.lang.String clipboardPath, java.util.Vector clipboard, java.lang.String curentDirPath)
          Check if we can paste here
abstract  boolean DavAccess.copy(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Copy method
abstract  boolean DavAccess.move(java.lang.String resource, java.lang.String fromPath, java.lang.String toPath)
          Move method
abstract  boolean DavAccess.exists(java.lang.String fullPath)
          Check is the resource exists
abstract  boolean DavAccess.exists(java.lang.String resourceName, java.lang.String path)
          Check is the resource exists
abstract  boolean DavAccess.canRead(java.lang.String resourceName, java.lang.String path)
          Check if we are authorized to read this resource
abstract  boolean DavAccess.canRead(java.lang.String path)
          Check if we are authorized to read this resource
abstract  boolean DavAccess.isDirectory(java.lang.String name, java.lang.String path)
          Check if the resource named name is a directory in the path given
abstract  boolean DavAccess.isEmpty(java.lang.String dir, java.lang.String path)
          Check if the directory named dir is empty or not.
 

Uses of ApplicationException in tests
 

Methods in tests that throw ApplicationException
 void TestCreate.testCreate()
           
 void TestCreate.testCreateIfExist()