com.liferay.portal.webdav
Class BaseWebDAVStorageImpl

java.lang.Object
  extended bycom.liferay.portal.webdav.BaseWebDAVStorageImpl
All Implemented Interfaces:
WebDAVStorage
Direct Known Subclasses:
DLWebDAVStorageImpl, JournalWebDAVStorageImpl

public abstract class BaseWebDAVStorageImpl
extends java.lang.Object
implements WebDAVStorage

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BaseWebDAVStorageImpl()
           
 
Method Summary
 java.util.List getCommunities(WebDAVRequest webDavReq)
           
protected  long getPlid(long groupId)
           
protected  Resource getResource(com.liferay.portal.model.Group group)
           
 java.lang.String getRootPath()
           
 boolean isAvailable(WebDAVRequest webDavReq)
           
 void setRootPath(java.lang.String rootPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.webdav.WebDAVStorage
addFolder, copyResource, deleteResource, getResource, getResources, moveResource, putResource
 

Constructor Detail

BaseWebDAVStorageImpl

public BaseWebDAVStorageImpl()
Method Detail

getRootPath

public java.lang.String getRootPath()
Specified by:
getRootPath in interface WebDAVStorage

setRootPath

public void setRootPath(java.lang.String rootPath)
Specified by:
setRootPath in interface WebDAVStorage

getCommunities

public java.util.List getCommunities(WebDAVRequest webDavReq)
                              throws WebDAVException
Specified by:
getCommunities in interface WebDAVStorage
Throws:
WebDAVException

isAvailable

public boolean isAvailable(WebDAVRequest webDavReq)
                    throws WebDAVException
Specified by:
isAvailable in interface WebDAVStorage
Throws:
WebDAVException

getResource

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

getPlid

protected long getPlid(long groupId)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException