com.liferay.portal.service
Class WebsiteLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.WebsiteLocalServiceWrapper
- All Implemented Interfaces:
- WebsiteLocalService
public class WebsiteLocalServiceWrapper
- extends Object
- implements WebsiteLocalService
This class is a wrapper for WebsiteLocalService.
- See Also:
WebsiteLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
Website |
addWebsite(long userId,
String className,
long classPK,
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,
String className,
long classPK)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
Website |
getWebsite(long websiteId)
|
List<Website> |
getWebsites()
|
List<Website> |
getWebsites(int start,
int end)
|
List<Website> |
getWebsites(long companyId,
String className,
long classPK)
|
int |
getWebsitesCount()
|
WebsiteLocalService |
getWrappedWebsiteLocalService()
|
Website |
updateWebsite(long websiteId,
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 SystemException
- Specified by:
addWebsite in interface WebsiteLocalService
- Throws:
SystemException
createWebsite
public Website createWebsite(long websiteId)
- Specified by:
createWebsite in interface WebsiteLocalService
deleteWebsite
public void deleteWebsite(long websiteId)
throws PortalException,
SystemException
- Specified by:
deleteWebsite in interface WebsiteLocalService
- Throws:
PortalException
SystemException
deleteWebsite
public void deleteWebsite(Website website)
throws SystemException
- Specified by:
deleteWebsite in interface WebsiteLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface WebsiteLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface WebsiteLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface WebsiteLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface WebsiteLocalService
- Throws:
SystemException
getWebsite
public Website getWebsite(long websiteId)
throws PortalException,
SystemException
- Specified by:
getWebsite in interface WebsiteLocalService
- Throws:
PortalException
SystemException
getWebsites
public List<Website> getWebsites(int start,
int end)
throws SystemException
- Specified by:
getWebsites in interface WebsiteLocalService
- Throws:
SystemException
getWebsitesCount
public int getWebsitesCount()
throws SystemException
- Specified by:
getWebsitesCount in interface WebsiteLocalService
- Throws:
SystemException
updateWebsite
public Website updateWebsite(Website website)
throws SystemException
- Specified by:
updateWebsite in interface WebsiteLocalService
- Throws:
SystemException
updateWebsite
public Website updateWebsite(Website website,
boolean merge)
throws SystemException
- Specified by:
updateWebsite in interface WebsiteLocalService
- Throws:
SystemException
addWebsite
public Website addWebsite(long userId,
String className,
long classPK,
String url,
int typeId,
boolean primary)
throws PortalException,
SystemException
- Specified by:
addWebsite in interface WebsiteLocalService
- Throws:
PortalException
SystemException
deleteWebsites
public void deleteWebsites(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
deleteWebsites in interface WebsiteLocalService
- Throws:
SystemException
getWebsites
public List<Website> getWebsites()
throws SystemException
- Specified by:
getWebsites in interface WebsiteLocalService
- Throws:
SystemException
getWebsites
public List<Website> getWebsites(long companyId,
String className,
long classPK)
throws SystemException
- Specified by:
getWebsites in interface WebsiteLocalService
- Throws:
SystemException
updateWebsite
public Website updateWebsite(long websiteId,
String url,
int typeId,
boolean primary)
throws PortalException,
SystemException
- Specified by:
updateWebsite in interface WebsiteLocalService
- Throws:
PortalException
SystemException
getWrappedWebsiteLocalService
public WebsiteLocalService getWrappedWebsiteLocalService()