Liferay 6.1.2-ce-ga3

com.liferay.portal.webdav
Class CompanyWebDAVStorageImpl

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

public class CompanyWebDAVStorageImpl
extends BaseWebDAVStorageImpl


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

Constructor Detail

CompanyWebDAVStorageImpl

public CompanyWebDAVStorageImpl()
Method Detail

getResource

public Resource getResource(WebDAVRequest webDavRequest)

getResources

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

getResources

protected List<Resource> getResources(long userId)
                               throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3