com.liferay.portlet.wiki.service.base
Class WikiPageLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.wiki.service.base.WikiPageLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.wiki.service.WikiPageLocalService
Direct Known Subclasses:
WikiPageLocalServiceImpl

public abstract class WikiPageLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.wiki.service.WikiPageLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
WikiPageLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.wiki.model.WikiPage addWikiPage(com.liferay.portlet.wiki.model.WikiPage 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.portlet.wiki.model.WikiPage updateWikiPage(com.liferay.portlet.wiki.model.WikiPage 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.portlet.wiki.service.WikiPageLocalService
addPage, addPageResources, addPageResources, addPageResources, addPageResources, deletePage, deletePage, deletePages, getLinks, getOrphans, getPage, getPage, getPages, getPages, getPages, getPages, getPagesCount, getPagesCount, getPagesCount, getPagesCount, getRecentChanges, getRecentChangesCount, revertPage, updatePage
 

Constructor Detail

WikiPageLocalServiceBaseImpl

public WikiPageLocalServiceBaseImpl()
Method Detail

addWikiPage

public com.liferay.portlet.wiki.model.WikiPage addWikiPage(com.liferay.portlet.wiki.model.WikiPage model)
                                                    throws com.liferay.portal.SystemException
Specified by:
addWikiPage in interface com.liferay.portlet.wiki.service.WikiPageLocalService
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.portlet.wiki.service.WikiPageLocalService
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.portlet.wiki.service.WikiPageLocalService
Throws:
com.liferay.portal.SystemException

updateWikiPage

public com.liferay.portlet.wiki.model.WikiPage updateWikiPage(com.liferay.portlet.wiki.model.WikiPage model)
                                                       throws com.liferay.portal.SystemException
Specified by:
updateWikiPage in interface com.liferay.portlet.wiki.service.WikiPageLocalService
Throws:
com.liferay.portal.SystemException