com.liferay.portal.service
Class WebDAVPropsLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
WebDAVPropsLocalServiceWrapper(WebDAVPropsLocalService webDAVPropsLocalService)
           
 
Method Summary
 WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
           
 WebDAVProps createWebDAVProps(long webDavPropsId)
           
 void deleteWebDAVProps(long webDavPropsId)
           
 void deleteWebDAVProps(java.lang.String className, long classPK)
           
 void deleteWebDAVProps(WebDAVProps webDAVProps)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 WebDAVProps getWebDAVProps(long webDavPropsId)
           
 WebDAVProps getWebDAVProps(long companyId, java.lang.String className, long classPK)
           
 java.util.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
 

Constructor Detail

WebDAVPropsLocalServiceWrapper

public WebDAVPropsLocalServiceWrapper(WebDAVPropsLocalService webDAVPropsLocalService)
Method Detail

addWebDAVProps

public WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
                           throws com.liferay.portal.SystemException
Specified by:
addWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

createWebDAVProps

public WebDAVProps createWebDAVProps(long webDavPropsId)
Specified by:
createWebDAVProps in interface WebDAVPropsLocalService

deleteWebDAVProps

public void deleteWebDAVProps(long webDavPropsId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteWebDAVProps

public void deleteWebDAVProps(WebDAVProps webDAVProps)
                       throws com.liferay.portal.SystemException
Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

getWebDAVProps

public WebDAVProps getWebDAVProps(long webDavPropsId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWebDAVPropses

public java.util.List<WebDAVProps> getWebDAVPropses(int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
getWebDAVPropses in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

getWebDAVPropsesCount

public int getWebDAVPropsesCount()
                          throws com.liferay.portal.SystemException
Specified by:
getWebDAVPropsesCount in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

updateWebDAVProps

public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
                              throws com.liferay.portal.SystemException
Specified by:
updateWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

updateWebDAVProps

public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps,
                                     boolean merge)
                              throws com.liferay.portal.SystemException
Specified by:
updateWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

deleteWebDAVProps

public void deleteWebDAVProps(java.lang.String className,
                              long classPK)
                       throws com.liferay.portal.SystemException
Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

getWebDAVProps

public WebDAVProps getWebDAVProps(long companyId,
                                  java.lang.String className,
                                  long classPK)
                           throws com.liferay.portal.SystemException
Specified by:
getWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.SystemException

storeWebDAVProps

public void storeWebDAVProps(WebDAVProps webDavProps)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
storeWebDAVProps in interface WebDAVPropsLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedWebDAVPropsLocalService

public WebDAVPropsLocalService getWrappedWebDAVPropsLocalService()