com.liferay.portal.service.impl
Class WebsiteServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.WebsiteServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.WebsiteService
- public class WebsiteServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.WebsiteService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.Website |
addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
int typeId,
boolean primary)
|
void |
deleteWebsite(long websiteId)
|
com.liferay.portal.model.Website |
getWebsite(long websiteId)
|
java.util.List |
getWebsites(java.lang.String className,
long classPK)
|
com.liferay.portal.model.Website |
updateWebsite(long websiteId,
java.lang.String url,
int typeId,
boolean primary)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteServiceImpl
public WebsiteServiceImpl()
addWebsite
public com.liferay.portal.model.Website addWebsite(java.lang.String className,
long classPK,
java.lang.String url,
int typeId,
boolean primary)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addWebsite
in interface com.liferay.portal.service.WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteWebsite
public void deleteWebsite(long websiteId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteWebsite
in interface com.liferay.portal.service.WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWebsite
public com.liferay.portal.model.Website getWebsite(long websiteId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getWebsite
in interface com.liferay.portal.service.WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWebsites
public java.util.List getWebsites(java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getWebsites
in interface com.liferay.portal.service.WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateWebsite
public com.liferay.portal.model.Website updateWebsite(long websiteId,
java.lang.String url,
int typeId,
boolean primary)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateWebsite
in interface com.liferay.portal.service.WebsiteService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException