com.liferay.portal.webdav
Class BaseWebDAVStorageImpl
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseWebDAVStorageImpl
public BaseWebDAVStorageImpl()
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