com.liferay.portal.webdav
Class CompanyWebDAVStorageImpl

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

public class CompanyWebDAVStorageImpl
extends com.liferay.portal.webdav.BaseWebDAVStorageImpl

View Source

Author:
Alexander Chow

Constructor Summary
CompanyWebDAVStorageImpl()
           
 
Method Summary
protected  com.liferay.portal.webdav.Resource getResource(com.liferay.portal.model.Group group)
           
 com.liferay.portal.webdav.Resource getResource(com.liferay.portal.webdav.WebDAVRequest webDavRequest)
           
 java.util.List<com.liferay.portal.webdav.Resource> getResources(com.liferay.portal.webdav.WebDAVRequest webDavRequest)
           
 
Methods inherited from class com.liferay.portal.webdav.BaseWebDAVStorageImpl
copyCollectionResource, copySimpleResource, deleteResource, getPlid, getRootPath, getToken, 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 com.liferay.portal.webdav.Resource getResource(com.liferay.portal.webdav.WebDAVRequest webDavRequest)
                                               throws com.liferay.portal.webdav.WebDAVException
Throws:
com.liferay.portal.webdav.WebDAVException

getResources

public java.util.List<com.liferay.portal.webdav.Resource> getResources(com.liferay.portal.webdav.WebDAVRequest webDavRequest)
                                                                throws com.liferay.portal.webdav.WebDAVException
Throws:
com.liferay.portal.webdav.WebDAVException

getResource

protected com.liferay.portal.webdav.Resource getResource(com.liferay.portal.model.Group group)
                                                  throws com.liferay.portal.webdav.WebDAVException
Throws:
com.liferay.portal.webdav.WebDAVException