com.liferay.portal.service.base
Class WebsiteLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.WebsiteLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.WebsiteLocalService
Direct Known Subclasses:
WebsiteLocalServiceImpl

public abstract class WebsiteLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.WebsiteLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
WebsiteLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.Website addWebsite(com.liferay.portal.model.Website model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.Website updateWebsite(com.liferay.portal.model.Website model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.service.WebsiteLocalService
addWebsite, deleteWebsite, deleteWebsites, getWebsite, getWebsites, getWebsites, updateWebsite
 

Constructor Detail

WebsiteLocalServiceBaseImpl

public WebsiteLocalServiceBaseImpl()
Method Detail

addWebsite

public com.liferay.portal.model.Website addWebsite(com.liferay.portal.model.Website model)
                                            throws com.liferay.portal.SystemException
Specified by:
addWebsite in interface com.liferay.portal.service.WebsiteLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.WebsiteLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.WebsiteLocalService
Throws:
com.liferay.portal.SystemException

updateWebsite

public com.liferay.portal.model.Website updateWebsite(com.liferay.portal.model.Website model)
                                               throws com.liferay.portal.SystemException
Specified by:
updateWebsite in interface com.liferay.portal.service.WebsiteLocalService
Throws:
com.liferay.portal.SystemException