|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 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
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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |