@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,
int 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,
int 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,
int typeId,
boolean primary) |
public WebsiteServiceWrapper(WebsiteService websiteService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface WebsiteServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface WebsiteServicebeanIdentifier - the Spring bean ID for this beanpublic Website addWebsite(java.lang.String className, long classPK, java.lang.String url, int typeId, boolean primary) throws PortalException, SystemException
addWebsite( String, long,
String, int, boolean, ServiceContext)addWebsite in interface WebsiteServicePortalExceptionSystemExceptionpublic Website addWebsite(java.lang.String className, long classPK, java.lang.String url, int typeId, boolean primary, ServiceContext serviceContext) throws PortalException, SystemException
addWebsite in interface WebsiteServicePortalExceptionSystemExceptionpublic void deleteWebsite(long websiteId)
throws PortalException,
SystemException
deleteWebsite in interface WebsiteServicePortalExceptionSystemExceptionpublic Website getWebsite(long websiteId) throws PortalException, SystemException
getWebsite in interface WebsiteServicePortalExceptionSystemExceptionpublic java.util.List<Website> getWebsites(java.lang.String className, long classPK) throws PortalException, SystemException
getWebsites in interface WebsiteServicePortalExceptionSystemExceptionpublic Website updateWebsite(long websiteId, java.lang.String url, int typeId, boolean primary) throws PortalException, SystemException
updateWebsite in interface WebsiteServicePortalExceptionSystemExceptionpublic WebsiteService getWrappedWebsiteService()
getWrappedService()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>