Liferay 6.2-ce-ga5

com.liferay.portlet.journal.webdav
Class JournalWebDAVStorageImpl

java.lang.Object
  extended by com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl
      extended by com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl
All Implemented Interfaces:
WebDAVStorage

public class JournalWebDAVStorageImpl
extends BaseWebDAVStorageImpl


Constructor Summary
JournalWebDAVStorageImpl()
           
 
Method Summary
 int deleteResource(WebDAVRequest webDAVRequest)
           
protected  List<Resource> getFolders(WebDAVRequest webDAVRequest)
           
 Resource getResource(WebDAVRequest webDAVRequest)
           
 List<Resource> getResources(WebDAVRequest webDAVRequest)
           
protected  List<Resource> getStructures(WebDAVRequest webDAVRequest)
           
protected  List<Resource> getTemplates(WebDAVRequest webDAVRequest)
           
 int putResource(WebDAVRequest webDAVRequest)
           
 
Methods inherited from class com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl
copyCollectionResource, copySimpleResource, getMethodFactory, getPlid, getRootPath, getToken, isAddGroupPermissions, isAvailable, isSupportsClassTwo, lockResource, makeCollection, moveCollectionResource, moveSimpleResource, refreshResourceLock, setRootPath, setToken, unlockResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalWebDAVStorageImpl

public JournalWebDAVStorageImpl()
Method Detail

deleteResource

public int deleteResource(WebDAVRequest webDAVRequest)
                   throws WebDAVException
Specified by:
deleteResource in interface WebDAVStorage
Overrides:
deleteResource in class BaseWebDAVStorageImpl
Throws:
WebDAVException

getResource

public Resource getResource(WebDAVRequest webDAVRequest)
                     throws WebDAVException
Throws:
WebDAVException

getResources

public List<Resource> getResources(WebDAVRequest webDAVRequest)
                            throws WebDAVException
Throws:
WebDAVException

putResource

public int putResource(WebDAVRequest webDAVRequest)
                throws WebDAVException
Specified by:
putResource in interface WebDAVStorage
Overrides:
putResource in class BaseWebDAVStorageImpl
Throws:
WebDAVException

getFolders

protected List<Resource> getFolders(WebDAVRequest webDAVRequest)
                             throws Exception
Throws:
Exception

getStructures

protected List<Resource> getStructures(WebDAVRequest webDAVRequest)
                                throws Exception
Throws:
Exception

getTemplates

protected List<Resource> getTemplates(WebDAVRequest webDAVRequest)
                               throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5