|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.WebsiteServiceWrapper
@ProviderType public class WebsiteServiceWrapper
Provides a wrapper for WebsiteService.
WebsiteService| Constructor Summary | |
|---|---|
WebsiteServiceWrapper(WebsiteService websiteService)
|
|
| Method Summary | |
|---|---|
Website |
addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by #addWebsite(String, long,
String, int, boolean, ServiceContext) |
Website |
addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext)
|
void |
deleteWebsite(long websiteId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
Website |
getWebsite(long websiteId)
|
List<Website> |
getWebsites(String className,
long classPK)
|
WebsiteService |
getWrappedService()
|
WebsiteService |
getWrappedWebsiteService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
setBeanIdentifier(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,
String url,
long typeId,
boolean primary)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebsiteServiceWrapper(WebsiteService websiteService)
| Method Detail |
|---|
@Deprecated
public Website addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary)
throws PortalException
#addWebsite(String, long,
String, int, boolean, ServiceContext)
addWebsite in interface WebsiteServicePortalException
public Website addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext)
throws PortalException
addWebsite in interface WebsiteServicePortalException
public void deleteWebsite(long websiteId)
throws PortalException
deleteWebsite in interface WebsiteServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface WebsiteService
public Website getWebsite(long websiteId)
throws PortalException
getWebsite in interface WebsiteServicePortalException
public List<Website> getWebsites(String className,
long classPK)
throws PortalException
getWebsites in interface WebsiteServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface WebsiteServicebeanIdentifier - the Spring bean ID for this bean
public Website updateWebsite(long websiteId,
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>
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||