com.liferay.portal.service
Class WebDAVPropsLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.WebDAVPropsLocalServiceWrapper
- All Implemented Interfaces:
- WebDAVPropsLocalService
public class WebDAVPropsLocalServiceWrapper
- extends Object
- implements WebDAVPropsLocalService
This class is a wrapper for WebDAVPropsLocalService.
- See Also:
WebDAVPropsLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
WebDAVProps |
addWebDAVProps(WebDAVProps webDAVProps)
|
WebDAVProps |
createWebDAVProps(long webDavPropsId)
|
void |
deleteWebDAVProps(long webDavPropsId)
|
void |
deleteWebDAVProps(String className,
long classPK)
|
void |
deleteWebDAVProps(WebDAVProps webDAVProps)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
WebDAVProps |
getWebDAVProps(long webDavPropsId)
|
WebDAVProps |
getWebDAVProps(long companyId,
String className,
long classPK)
|
List<WebDAVProps> |
getWebDAVPropses(int start,
int end)
|
int |
getWebDAVPropsesCount()
|
WebDAVPropsLocalService |
getWrappedWebDAVPropsLocalService()
|
void |
storeWebDAVProps(WebDAVProps webDavProps)
|
WebDAVProps |
updateWebDAVProps(WebDAVProps webDAVProps)
|
WebDAVProps |
updateWebDAVProps(WebDAVProps webDAVProps,
boolean merge)
|
| 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 SystemException
- Specified by:
addWebDAVProps in interface WebDAVPropsLocalService
- Throws:
SystemException
createWebDAVProps
public WebDAVProps createWebDAVProps(long webDavPropsId)
- Specified by:
createWebDAVProps in interface WebDAVPropsLocalService
deleteWebDAVProps
public void deleteWebDAVProps(long webDavPropsId)
throws PortalException,
SystemException
- Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
- Throws:
PortalException
SystemException
deleteWebDAVProps
public void deleteWebDAVProps(WebDAVProps webDAVProps)
throws SystemException
- Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface WebDAVPropsLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface WebDAVPropsLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface WebDAVPropsLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface WebDAVPropsLocalService
- Throws:
SystemException
getWebDAVProps
public WebDAVProps getWebDAVProps(long webDavPropsId)
throws PortalException,
SystemException
- Specified by:
getWebDAVProps in interface WebDAVPropsLocalService
- Throws:
PortalException
SystemException
getWebDAVPropses
public List<WebDAVProps> getWebDAVPropses(int start,
int end)
throws SystemException
- Specified by:
getWebDAVPropses in interface WebDAVPropsLocalService
- Throws:
SystemException
getWebDAVPropsesCount
public int getWebDAVPropsesCount()
throws SystemException
- Specified by:
getWebDAVPropsesCount in interface WebDAVPropsLocalService
- Throws:
SystemException
updateWebDAVProps
public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
throws SystemException
- Specified by:
updateWebDAVProps in interface WebDAVPropsLocalService
- Throws:
SystemException
updateWebDAVProps
public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps,
boolean merge)
throws SystemException
- Specified by:
updateWebDAVProps in interface WebDAVPropsLocalService
- Throws:
SystemException
deleteWebDAVProps
public void deleteWebDAVProps(String className,
long classPK)
throws SystemException
- Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
- Throws:
SystemException
getWebDAVProps
public WebDAVProps getWebDAVProps(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
getWebDAVProps in interface WebDAVPropsLocalService
- Throws:
SystemException
storeWebDAVProps
public void storeWebDAVProps(WebDAVProps webDavProps)
throws PortalException,
SystemException
- Specified by:
storeWebDAVProps in interface WebDAVPropsLocalService
- Throws:
PortalException
SystemException
getWrappedWebDAVPropsLocalService
public WebDAVPropsLocalService getWrappedWebDAVPropsLocalService()