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

Packages that use StillExistsException
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.provider   
tests   
 

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

Methods in org.esupportail.portal.channels.CWebdav that throw StillExistsException
private  void CWebdav.createDir()
          Generate the XML String for this mod
 

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

Methods in org.esupportail.portal.channels.CWebdav.provider that throw StillExistsException
 boolean DavAccessImpl.upload(org.jasig.portal.MultipartDataSource inputFile, java.lang.String path)
          Upload a file to the path 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
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.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
 

Uses of StillExistsException in tests
 

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