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(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(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 SystemException
Specified by:
addWebsite in interface WebsiteLocalService
Throws:
SystemException

createWebsite

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

deleteWebsite

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

deleteWebsite

public void deleteWebsite(Website website)
                   throws SystemException
Specified by:
deleteWebsite in interface WebsiteLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface WebsiteLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface WebsiteLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface WebsiteLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface WebsiteLocalService
Throws:
SystemException

getWebsite

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

getWebsites

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

getWebsitesCount

public int getWebsitesCount()
                     throws SystemException
Specified by:
getWebsitesCount in interface WebsiteLocalService
Throws:
SystemException

updateWebsite

public Website updateWebsite(Website website)
                      throws SystemException
Specified by:
updateWebsite in interface WebsiteLocalService
Throws:
SystemException

updateWebsite

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

addWebsite

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

deleteWebsites

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

getWebsites

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

getWebsites

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

updateWebsite

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

getWrappedWebsiteLocalService

public WebsiteLocalService getWrappedWebsiteLocalService()