com.liferay.portal.service
Class WebDAVPropsLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.WebDAVPropsLocalServiceWrapper
- All Implemented Interfaces:
- WebDAVPropsLocalService
public class WebDAVPropsLocalServiceWrapper
- extends java.lang.Object
- implements WebDAVPropsLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for WebDAVPropsLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
WebDAVPropsLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVPropsLocalServiceWrapper
public WebDAVPropsLocalServiceWrapper(WebDAVPropsLocalService webDAVPropsLocalService)
addWebDAVProps
public WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createWebDAVProps
public WebDAVProps createWebDAVProps(long webDavPropsId)
- Specified by:
createWebDAVProps
in interface WebDAVPropsLocalService
deleteWebDAVProps
public void deleteWebDAVProps(long webDavPropsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWebDAVProps
public void deleteWebDAVProps(WebDAVProps webDAVProps)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebDAVProps
public WebDAVProps getWebDAVProps(long webDavPropsId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWebDAVPropses
public java.util.List<WebDAVProps> getWebDAVPropses(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebDAVPropses
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebDAVPropsesCount
public int getWebDAVPropsesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebDAVPropsesCount
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWebDAVProps
public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWebDAVProps
public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteWebDAVProps
public void deleteWebDAVProps(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebDAVProps
public WebDAVProps getWebDAVProps(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
storeWebDAVProps
public void storeWebDAVProps(WebDAVProps webDavProps)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
storeWebDAVProps
in interface WebDAVPropsLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedWebDAVPropsLocalService
public WebDAVPropsLocalService getWrappedWebDAVPropsLocalService()