|
Liferay 6.2-ce-ga5 | |||||||||
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,
int 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,
int 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,
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 WebsiteService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface WebsiteService
beanIdentifier
- the Spring bean ID for this beanpublic Website addWebsite(String className, long classPK, String url, int typeId, boolean primary) throws PortalException, SystemException
addWebsite( String, long,
String, int, boolean, ServiceContext)
addWebsite
in interface WebsiteService
PortalException
SystemException
public Website addWebsite(String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext) throws PortalException, SystemException
addWebsite
in interface WebsiteService
PortalException
SystemException
public void deleteWebsite(long websiteId) throws PortalException, SystemException
deleteWebsite
in interface WebsiteService
PortalException
SystemException
public Website getWebsite(long websiteId) throws PortalException, SystemException
getWebsite
in interface WebsiteService
PortalException
SystemException
public List<Website> getWebsites(String className, long classPK) throws PortalException, SystemException
getWebsites
in interface WebsiteService
PortalException
SystemException
public Website updateWebsite(long websiteId, String url, int typeId, boolean primary) throws PortalException, SystemException
updateWebsite
in interface WebsiteService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |