com.liferay.portlet.journal.webdav
Class JournalWebDAVStorageImpl
java.lang.Object
com.liferay.portal.webdav.BaseWebDAVStorageImpl
com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl
- All Implemented Interfaces:
- WebDAVStorage
public class JournalWebDAVStorageImpl
- extends BaseWebDAVStorageImpl
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 |
JournalWebDAVStorageImpl
public JournalWebDAVStorageImpl()
deleteResource
public int deleteResource(WebDAVRequest webDavReq)
throws WebDAVException
- Specified by:
deleteResource
in interface WebDAVStorage
- Overrides:
deleteResource
in class BaseWebDAVStorageImpl
- Throws:
WebDAVException
getResource
public Resource getResource(WebDAVRequest webDavReq)
throws WebDAVException
- Throws:
WebDAVException
getResources
public java.util.List<Resource> getResources(WebDAVRequest webDavReq)
throws WebDAVException
- Throws:
WebDAVException
putResource
public int putResource(WebDAVRequest webDavReq)
throws WebDAVException
- Specified by:
putResource
in interface WebDAVStorage
- Overrides:
putResource
in class BaseWebDAVStorageImpl
- Throws:
WebDAVException
getFolders
protected java.util.List<Resource> getFolders(WebDAVRequest webDavReq)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStructures
protected java.util.List<Resource> getStructures(WebDAVRequest webDavReq)
throws java.lang.Exception
- Throws:
java.lang.Exception
getTemplates
protected java.util.List<Resource> getTemplates(WebDAVRequest webDavReq)
throws java.lang.Exception
- Throws:
java.lang.Exception
toResource
protected Resource toResource(WebDAVRequest webDavReq,
java.lang.String type,
boolean appendPath)
toResource
protected Resource toResource(WebDAVRequest webDavReq,
com.liferay.portlet.journal.model.JournalStructure structure,
boolean appendPath)
toResource
protected Resource toResource(WebDAVRequest webDavReq,
com.liferay.portlet.journal.model.JournalTemplate template,
boolean appendPath)