com.liferay.portal.service
Class WebsiteLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.WebsiteLocalServiceWrapper
- All Implemented Interfaces:
- WebsiteLocalService
public class WebsiteLocalServiceWrapper
- extends java.lang.Object
- implements WebsiteLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for WebsiteLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
WebsiteLocalService
- Generated:
Method Summary |
Website |
addWebsite(long userId,
java.lang.String className,
long classPK,
java.lang.String url,
int typeId,
boolean primary)
|
Website |
addWebsite(Website website)
|
Website |
createWebsite(long websiteId)
|
void |
deleteWebsite(long websiteId)
|
void |
deleteWebsite(Website website)
|
void |
deleteWebsites(long companyId,
java.lang.String className,
long classPK)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
Website |
getWebsite(long websiteId)
|
java.util.List<Website> |
getWebsites()
|
java.util.List<Website> |
getWebsites(int start,
int end)
|
java.util.List<Website> |
getWebsites(long companyId,
java.lang.String className,
long classPK)
|
int |
getWebsitesCount()
|
WebsiteLocalService |
getWrappedWebsiteLocalService()
|
Website |
updateWebsite(long websiteId,
java.lang.String url,
int typeId,
boolean primary)
|
Website |
updateWebsite(Website website)
|
Website |
updateWebsite(Website website,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteLocalServiceWrapper
public WebsiteLocalServiceWrapper(WebsiteLocalService websiteLocalService)
addWebsite
public Website addWebsite(Website website)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createWebsite
public Website createWebsite(long websiteId)
- Specified by:
createWebsite
in interface WebsiteLocalService
deleteWebsite
public void deleteWebsite(long websiteId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWebsite
public void deleteWebsite(Website website)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebsite
public Website getWebsite(long websiteId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWebsites
public java.util.List<Website> getWebsites(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebsites
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebsitesCount
public int getWebsitesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebsitesCount
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWebsite
public Website updateWebsite(Website website)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWebsite
public Website updateWebsite(Website website,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addWebsite
public Website addWebsite(long userId,
java.lang.String className,
long classPK,
java.lang.String url,
int typeId,
boolean primary)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteWebsites
public void deleteWebsites(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteWebsites
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebsites
public java.util.List<Website> getWebsites()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebsites
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getWebsites
public java.util.List<Website> getWebsites(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getWebsites
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateWebsite
public Website updateWebsite(long websiteId,
java.lang.String url,
int typeId,
boolean primary)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateWebsite
in interface WebsiteLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedWebsiteLocalService
public WebsiteLocalService getWrappedWebsiteLocalService()