com.liferay.portal.service
Class WebsiteServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.WebsiteServiceWrapper
All Implemented Interfaces:
WebsiteService

public class WebsiteServiceWrapper
extends java.lang.Object
implements WebsiteService

View Source

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

This class is a wrapper for WebsiteService.

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

Constructor Summary
WebsiteServiceWrapper(WebsiteService websiteService)
           
 
Method Summary
 Website addWebsite(java.lang.String className, long classPK, java.lang.String url, int typeId, boolean primary)
           
 void deleteWebsite(long websiteId)
           
 Website getWebsite(long websiteId)
           
 java.util.List<Website> getWebsites(java.lang.String className, long classPK)
           
 WebsiteService getWrappedWebsiteService()
           
 Website updateWebsite(long websiteId, java.lang.String url, int typeId, boolean primary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsiteServiceWrapper

public WebsiteServiceWrapper(WebsiteService websiteService)
Method Detail

addWebsite

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

deleteWebsite

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

getWebsite

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

getWebsites

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

updateWebsite

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

getWrappedWebsiteService

public WebsiteService getWrappedWebsiteService()