Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.webdav.WebDAVException

Packages that use WebDAVException
com.liferay.portal.kernel.webdav   
com.liferay.portal.kernel.webdav.methods   
com.liferay.portal.webdav   
com.liferay.portal.webdav.methods   
com.liferay.portlet.documentlibrary.webdav   
com.liferay.portlet.dynamicdatalists.webdav   
com.liferay.portlet.dynamicdatamapping.webdav   
com.liferay.portlet.journal.webdav   
com.liferay.portlet.portletdisplaytemplate.webdav   
 

Uses of WebDAVException in com.liferay.portal.kernel.webdav
 

Methods in com.liferay.portal.kernel.webdav that throw WebDAVException
 int WebDAVStorageWrapper.copyCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int BaseWebDAVStorageImpl.copyCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int WebDAVStorage.copyCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int WebDAVStorageWrapper.copySimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int BaseWebDAVStorageImpl.copySimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorage.copySimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorageWrapper.deleteResource(WebDAVRequest webDAVRequest)
           
 int BaseWebDAVStorageImpl.deleteResource(WebDAVRequest webDAVRequest)
           
 int WebDAVStorage.deleteResource(WebDAVRequest webDAVRequest)
           
 InputStream Resource.getContentAsStream()
           
 InputStream BaseResourceImpl.getContentAsStream()
           
static long WebDAVUtil.getGroupId(long companyId, String path)
           
static long WebDAVUtil.getGroupId(long companyId, String[] pathArray)
           
static String WebDAVUtil.getLockUuid(javax.servlet.http.HttpServletRequest request)
           
 Resource WebDAVStorageWrapper.getResource(WebDAVRequest webDAVRequest)
           
 Resource WebDAVStorage.getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> WebDAVStorageWrapper.getResources(WebDAVRequest webDAVRequest)
           
 List<Resource> WebDAVStorage.getResources(WebDAVRequest webDAVRequest)
           
 boolean WebDAVStorageWrapper.isAvailable(WebDAVRequest webDAVRequest)
           
 boolean BaseWebDAVStorageImpl.isAvailable(WebDAVRequest webDAVRequest)
           
 boolean WebDAVStorage.isAvailable(WebDAVRequest webDAVRequest)
           
 Status WebDAVStorageWrapper.lockResource(WebDAVRequest webDAVRequest, String owner, long timeout)
           
 Status BaseWebDAVStorageImpl.lockResource(WebDAVRequest webDAVRequest, String owner, long timeout)
           
 Status WebDAVStorage.lockResource(WebDAVRequest webDAVRequest, String owner, long timeout)
           
 Status WebDAVStorageWrapper.makeCollection(WebDAVRequest webDAVRequest)
           
 Status BaseWebDAVStorageImpl.makeCollection(WebDAVRequest webDAVRequest)
           
 Status WebDAVStorage.makeCollection(WebDAVRequest webDAVRequest)
           
 int WebDAVStorageWrapper.moveCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int BaseWebDAVStorageImpl.moveCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorage.moveCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorageWrapper.moveSimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int BaseWebDAVStorageImpl.moveSimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorage.moveSimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int WebDAVStorageWrapper.putResource(WebDAVRequest webDAVRequest)
           
 int BaseWebDAVStorageImpl.putResource(WebDAVRequest webDAVRequest)
           
 int WebDAVStorage.putResource(WebDAVRequest webDAVRequest)
           
 Lock WebDAVStorageWrapper.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 Lock BaseWebDAVStorageImpl.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 Lock WebDAVStorage.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 boolean WebDAVStorageWrapper.unlockResource(WebDAVRequest webDAVRequest, String token)
           
 boolean BaseWebDAVStorageImpl.unlockResource(WebDAVRequest webDAVRequest, String token)
           
 boolean WebDAVStorage.unlockResource(WebDAVRequest webDAVRequest, String token)
           
 

Uses of WebDAVException in com.liferay.portal.kernel.webdav.methods
 

Methods in com.liferay.portal.kernel.webdav.methods that throw WebDAVException
 Method MethodFactory.create(javax.servlet.http.HttpServletRequest request)
           
 int Method.process(WebDAVRequest webDAVRequest)
          Returns -1 or a supported HTTP status code.
 

Uses of WebDAVException in com.liferay.portal.webdav
 

Methods in com.liferay.portal.webdav that throw WebDAVException
 Resource GroupWebDAVStorageImpl.getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> GroupWebDAVStorageImpl.getResources(WebDAVRequest webDAVRequest)
           
 List<Resource> CompanyWebDAVStorageImpl.getResources(WebDAVRequest webDAVRequest)
           
protected  void GroupWebDAVStorageImpl.verifyGroup(WebDAVRequest webDAVRequest)
           
 

Constructors in com.liferay.portal.webdav that throw WebDAVException
WebDAVRequestImpl(WebDAVStorage storage, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String userAgent, PermissionChecker permissionChecker)
           
 

Uses of WebDAVException in com.liferay.portal.webdav.methods
 

Methods in com.liferay.portal.webdav.methods that throw WebDAVException
 Method MethodFactoryImpl.create(javax.servlet.http.HttpServletRequest request)
           
 int PropfindMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int ProppatchMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int LockMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int DeleteMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int UnlockMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int HeadMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int CopyMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int GetMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int PutMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int MoveMethodImpl.process(WebDAVRequest webDAVRequest)
           
 int MkcolMethodImpl.process(WebDAVRequest webDAVRequest)
           
 

Uses of WebDAVException in com.liferay.portlet.documentlibrary.webdav
 

Methods in com.liferay.portlet.documentlibrary.webdav that throw WebDAVException
 int DLWebDAVStorageImpl.copyCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite, long depth)
           
 int DLWebDAVStorageImpl.copySimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int DLWebDAVStorageImpl.deleteResource(WebDAVRequest webDAVRequest)
           
 InputStream DLFileEntryResourceImpl.getContentAsStream()
           
 Resource DLWebDAVStorageImpl.getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> DLWebDAVStorageImpl.getResources(WebDAVRequest webDAVRequest)
           
 Status DLWebDAVStorageImpl.lockResource(WebDAVRequest webDAVRequest, String owner, long timeout)
           
 Status DLWebDAVStorageImpl.makeCollection(WebDAVRequest webDAVRequest)
           
 int DLWebDAVStorageImpl.moveCollectionResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int DLWebDAVStorageImpl.moveSimpleResource(WebDAVRequest webDAVRequest, Resource resource, String destination, boolean overwrite)
           
 int DLWebDAVStorageImpl.putResource(WebDAVRequest webDAVRequest)
           
 Lock DLWebDAVStorageImpl.refreshResourceLock(WebDAVRequest webDAVRequest, String uuid, long timeout)
           
 boolean DLWebDAVStorageImpl.unlockResource(WebDAVRequest webDAVRequest, String token)
           
 

Uses of WebDAVException in com.liferay.portlet.dynamicdatalists.webdav
 

Methods in com.liferay.portlet.dynamicdatalists.webdav that throw WebDAVException
 int DDLWebDAVStorageImpl.deleteResource(WebDAVRequest webDAVRequest)
           
 Resource DDLWebDAVStorageImpl.getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> DDLWebDAVStorageImpl.getResources(WebDAVRequest webDAVRequest)
           
 int DDLWebDAVStorageImpl.putResource(WebDAVRequest webDAVRequest)
           
 

Uses of WebDAVException in com.liferay.portlet.dynamicdatamapping.webdav
 

Methods in com.liferay.portlet.dynamicdatamapping.webdav that throw WebDAVException
static int DDMWebDavUtil.deleteResource(WebDAVRequest webDAVRequest, String rootPath, String token, long classNameId)
           
 InputStream DDMStructureResourceImpl.getContentAsStream()
           
 InputStream DDMTemplateResourceImpl.getContentAsStream()
           
static Resource DDMWebDavUtil.getResource(WebDAVRequest webDAVRequest, String rootPath, String token, long classNameId)
           
static int DDMWebDavUtil.putResource(WebDAVRequest webDAVRequest, String rootPath, String token, long classNameId)
           
 

Uses of WebDAVException in com.liferay.portlet.journal.webdav
 

Methods in com.liferay.portlet.journal.webdav that throw WebDAVException
 int JournalWebDAVStorageImpl.deleteResource(WebDAVRequest webDAVRequest)
           
 InputStream JournalTemplateResourceImpl.getContentAsStream()
           
 InputStream JournalStructureResourceImpl.getContentAsStream()
           
 Resource JournalWebDAVStorageImpl.getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> JournalWebDAVStorageImpl.getResources(WebDAVRequest webDAVRequest)
           
 int JournalWebDAVStorageImpl.putResource(WebDAVRequest webDAVRequest)
           
 

Uses of WebDAVException in com.liferay.portlet.portletdisplaytemplate.webdav
 

Methods in com.liferay.portlet.portletdisplaytemplate.webdav that throw WebDAVException
 int ApplicationDisplayTemplateWebDAVStorageImpl.deleteResource(WebDAVRequest webDAVRequest)
           
 Resource ApplicationDisplayTemplateWebDAVStorageImpl.getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> ApplicationDisplayTemplateWebDAVStorageImpl.getResources(WebDAVRequest webDAVRequest)
           
 int ApplicationDisplayTemplateWebDAVStorageImpl.putResource(WebDAVRequest webDAVRequest)
           
 


Liferay 6.2-ce-ga5