com.liferay.portal.service
Class WebsiteLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.WebsiteLocalServiceWrapper
All Implemented Interfaces:
WebsiteLocalService

public class WebsiteLocalServiceWrapper
extends java.lang.Object
implements WebsiteLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for WebsiteLocalService.

Author:
Brian Wing Shun Chan
See Also:
WebsiteLocalService
Generated:

Constructor Summary
WebsiteLocalServiceWrapper(WebsiteLocalService websiteLocalService)
           
 
Method Summary
 Website addWebsite(long userId, java.lang.String className, long classPK, java.lang.String url, int typeId, boolean primary)
           
 Website addWebsite(Website website)
           
 Website createWebsite(long websiteId)
           
 void deleteWebsite(long websiteId)
           
 void deleteWebsite(Website website)
           
 void deleteWebsites(long companyId, java.lang.String className, long classPK)
           
 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)
           
 Website getWebsite(long websiteId)
           
 java.util.List<Website> getWebsites()
           
 java.util.List<Website> getWebsites(int start, int end)
           
 java.util.List<Website> getWebsites(long companyId, java.lang.String className, long classPK)
           
 int getWebsitesCount()
           
 WebsiteLocalService getWrappedWebsiteLocalService()
           
 Website updateWebsite(long websiteId, java.lang.String url, int typeId, boolean primary)
           
 Website updateWebsite(Website website)
           
 Website updateWebsite(Website website, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsiteLocalServiceWrapper

public WebsiteLocalServiceWrapper(WebsiteLocalService websiteLocalService)
Method Detail

addWebsite

public Website addWebsite(Website website)
                   throws com.liferay.portal.SystemException
Specified by:
addWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.SystemException

createWebsite

public Website createWebsite(long websiteId)
Specified by:
createWebsite in interface WebsiteLocalService

deleteWebsite

public void deleteWebsite(long websiteId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
deleteWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteWebsite

public void deleteWebsite(Website website)
                   throws com.liferay.portal.SystemException
Specified by:
deleteWebsite in interface WebsiteLocalService
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 WebsiteLocalService
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 WebsiteLocalService
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 WebsiteLocalService
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 WebsiteLocalService
Throws:
com.liferay.portal.SystemException

getWebsite

public Website getWebsite(long websiteId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWebsites

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

getWebsitesCount

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

updateWebsite

public Website updateWebsite(Website website)
                      throws com.liferay.portal.SystemException
Specified by:
updateWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.SystemException

updateWebsite

public Website updateWebsite(Website website,
                             boolean merge)
                      throws com.liferay.portal.SystemException
Specified by:
updateWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.SystemException

addWebsite

public Website addWebsite(long userId,
                          java.lang.String className,
                          long classPK,
                          java.lang.String url,
                          int typeId,
                          boolean primary)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
addWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteWebsites

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

getWebsites

public java.util.List<Website> getWebsites()
                                    throws com.liferay.portal.SystemException
Specified by:
getWebsites in interface WebsiteLocalService
Throws:
com.liferay.portal.SystemException

getWebsites

public java.util.List<Website> getWebsites(long companyId,
                                           java.lang.String className,
                                           long classPK)
                                    throws com.liferay.portal.SystemException
Specified by:
getWebsites in interface WebsiteLocalService
Throws:
com.liferay.portal.SystemException

updateWebsite

public Website updateWebsite(long websiteId,
                             java.lang.String url,
                             int typeId,
                             boolean primary)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updateWebsite in interface WebsiteLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedWebsiteLocalService

public WebsiteLocalService getWrappedWebsiteLocalService()