Liferay 6.0.5

com.liferay.portal.service
Class WebsiteServiceWrapper

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

public class WebsiteServiceWrapper
extends Object
implements WebsiteService

This class is a wrapper for WebsiteService.

See Also:
WebsiteService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
WebsiteServiceWrapper(WebsiteService websiteService)
           
 
Method Summary
 Website addWebsite(String className, long classPK, String url, int typeId, boolean primary)
           
 void deleteWebsite(long websiteId)
           
 Website getWebsite(long websiteId)
           
 List<Website> getWebsites(String className, long classPK)
           
 WebsiteService getWrappedWebsiteService()
           
 Website updateWebsite(long websiteId, 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(String className,
                          long classPK,
                          String url,
                          int typeId,
                          boolean primary)
                   throws PortalException,
                          SystemException
Specified by:
addWebsite in interface WebsiteService
Throws:
PortalException
SystemException

deleteWebsite

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

getWebsite

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

getWebsites

public List<Website> getWebsites(String className,
                                 long classPK)
                          throws PortalException,
                                 SystemException
Specified by:
getWebsites in interface WebsiteService
Throws:
PortalException
SystemException

updateWebsite

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

getWrappedWebsiteService

public WebsiteService getWrappedWebsiteService()

Liferay 6.0.5