|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.WebsiteServiceWrapper
public class WebsiteServiceWrapper
This class is a wrapper for WebsiteService.
WebsiteService| Constructor Summary | |
|---|---|
WebsiteServiceWrapper(WebsiteService websiteService)
|
|
| Method Summary | |
|---|---|
Website |
addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary)
|
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. Renamed to getWrappedService() |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(WebsiteService websiteService)
|
void |
setWrappedWebsiteService(WebsiteService websiteService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.WebsiteService) |
Website |
updateWebsite(long websiteId,
String url,
int 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 |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface WebsiteServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface WebsiteServicebeanIdentifier - the Spring bean ID for this bean
public Website addWebsite(String className,
long classPK,
String url,
int typeId,
boolean primary)
throws PortalException,
SystemException
addWebsite in interface WebsiteServicePortalException
SystemException
public void deleteWebsite(long websiteId)
throws PortalException,
SystemException
deleteWebsite in interface WebsiteServicePortalException
SystemException
public Website getWebsite(long websiteId)
throws PortalException,
SystemException
getWebsite in interface WebsiteServicePortalException
SystemException
public List<Website> getWebsites(String className,
long classPK)
throws PortalException,
SystemException
getWebsites in interface WebsiteServicePortalException
SystemException
public Website updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
throws PortalException,
SystemException
updateWebsite in interface WebsiteServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||