Liferay 6.2.0-ce-m3

com.liferay.portlet.dynamicdatamapping.webdav
Class DDMWebDAVStorageImpl

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

public class DDMWebDAVStorageImpl
extends BaseWebDAVStorageImpl


Constructor Summary
DDMWebDAVStorageImpl()
           
 
Method Summary
 int deleteResource(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, DDMStructure structure, boolean appendPath)
           
protected  Resource toResource(WebDAVRequest webDavRequest, DDMTemplate template, 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

DDMWebDAVStorageImpl

public DDMWebDAVStorageImpl()
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)

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

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,
                              DDMStructure structure,
                              boolean appendPath)

toResource

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

Liferay 6.2.0-ce-m3