Liferay 6.1.2-ce-ga3

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)
           
protected  Resource toResource(WebDAVRequest webDavRequest, JournalStructure structure, boolean appendPath)
           
protected  Resource toResource(WebDAVRequest webDavRequest, JournalTemplate template, boolean appendPath)
           
protected  Resource toResource(WebDAVRequest webDavRequest, String type, boolean appendPath)
           
 
Methods inherited from class com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl
copyCollectionResource, copySimpleResource, 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

toResource

protected Resource toResource(WebDAVRequest webDavRequest,
                              JournalStructure structure,
                              boolean appendPath)

toResource

protected Resource toResource(WebDAVRequest webDavRequest,
                              JournalTemplate template,
                              boolean appendPath)

toResource

protected Resource toResource(WebDAVRequest webDavRequest,
                              String type,
                              boolean appendPath)

Liferay 6.1.2-ce-ga3