@ProviderType public class WebsiteServiceWrapper extends java.lang.Object implements WebsiteService, ServiceWrapper<WebsiteService>
WebsiteService.WebsiteService| Constructor and Description |
|---|
WebsiteServiceWrapper(WebsiteService websiteService) |
| Modifier and Type | Method and Description |
|---|---|
Website |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
long typeId,
boolean primary)
Deprecated.
As of 6.2.0, replaced by
#addWebsite(String, long,
String, int, boolean, ServiceContext) |
Website |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
long typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deleteWebsite(long websiteId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Website |
getWebsite(long websiteId) |
java.util.List<Website> |
getWebsites(java.lang.String className,
long classPK) |
WebsiteService |
getWrappedService() |
WebsiteService |
getWrappedWebsiteService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedService(WebsiteService websiteService) |
void |
setWrappedWebsiteService(WebsiteService websiteService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.WebsiteService) |
Website |
updateWebsite(long websiteId,
java.lang.String url,
long typeId,
boolean primary) |
public WebsiteServiceWrapper(WebsiteService websiteService)
@Deprecated public Website addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary) throws PortalException
#addWebsite(String, long,
String, int, boolean, ServiceContext)addWebsite in interface WebsiteServicePortalExceptionpublic Website addWebsite(java.lang.String className, long classPK, java.lang.String url, long typeId, boolean primary, ServiceContext serviceContext) throws PortalException
addWebsite in interface WebsiteServicePortalExceptionpublic void deleteWebsite(long websiteId)
throws PortalException
deleteWebsite in interface WebsiteServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface WebsiteServicepublic Website getWebsite(long websiteId) throws PortalException
getWebsite in interface WebsiteServicePortalExceptionpublic java.util.List<Website> getWebsites(java.lang.String className, long classPK) throws PortalException
getWebsites in interface WebsiteServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface WebsiteServicebeanIdentifier - the Spring bean ID for this beanpublic Website updateWebsite(long websiteId, java.lang.String url, long typeId, boolean primary) throws PortalException
updateWebsite in interface WebsiteServicePortalException@Deprecated public WebsiteService getWrappedWebsiteService()
getWrappedService()@Deprecated public void setWrappedWebsiteService(WebsiteService websiteService)
setWrappedService(com.liferay.portal.service.WebsiteService)public WebsiteService getWrappedService()
getWrappedService in interface ServiceWrapper<WebsiteService>public void setWrappedService(WebsiteService websiteService)
setWrappedService in interface ServiceWrapper<WebsiteService>