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:
WebDAVStorage

public class CompanyWebDAVStorageImpl
extends BaseWebDAVStorageImpl

View Source

Author:
Alexander Chow

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

getResources

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

getResource

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