com.liferay.portal.service
Class WebsiteServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteServiceWrapper
public WebsiteServiceWrapper(WebsiteService websiteService)
addWebsite
public Website addWebsite(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 WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteWebsite
public void deleteWebsite(long websiteId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteWebsite
in interface WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWebsite
public Website getWebsite(long websiteId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getWebsite
in interface WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWebsites
public java.util.List<Website> getWebsites(java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getWebsites
in interface WebsiteService
- Throws:
com.liferay.portal.PortalException
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 WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedWebsiteService
public WebsiteService getWrappedWebsiteService()