com.liferay.portal.service
Class WebsiteServiceWrapper
java.lang.Object
com.liferay.portal.service.WebsiteServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<WebsiteService>, WebsiteService
public class WebsiteServiceWrapper
- extends Object
- implements WebsiteService, ServiceWrapper<WebsiteService>
This class is a wrapper for WebsiteService
.
- See Also:
WebsiteService
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(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()
- Deprecated. Renamed to
getWrappedService()
setWrappedWebsiteService
public void setWrappedWebsiteService(WebsiteService websiteService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.WebsiteService)
getWrappedService
public WebsiteService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<WebsiteService>
setWrappedService
public void setWrappedService(WebsiteService websiteService)
- Specified by:
setWrappedService
in interface ServiceWrapper<WebsiteService>