com.liferay.portlet.wiki.service.persistence
Class WikiPagePersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portlet.wiki.service.persistence.WikiPagePersistenceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portlet.wiki.service.persistence.WikiPagePersistence

public class WikiPagePersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.wiki.service.persistence.WikiPagePersistence, com.liferay.portal.kernel.bean.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME
 
Constructor Summary
WikiPagePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 int countAll()
           
 int countByFormat(java.lang.String format)
           
 int countByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
           
 int countByN_H(long nodeId, boolean head)
           
 int countByN_P(long nodeId, java.lang.String parentTitle)
           
 int countByN_R(long nodeId, java.lang.String redirectTitle)
           
 int countByN_T_H(long nodeId, java.lang.String title, boolean head)
           
 int countByN_T_V(long nodeId, java.lang.String title, double version)
           
 int countByN_T(long nodeId, java.lang.String title)
           
 int countByNodeId(long nodeId)
           
 int countByUuid(java.lang.String uuid)
           
 com.liferay.portlet.wiki.model.WikiPage create(long pageId)
           
 com.liferay.portlet.wiki.model.WikiPage fetchByN_T_V(long nodeId, java.lang.String title, double version)
           
 com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(long pageId)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll()
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByFormat_First(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByFormat_Last(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByFormat_PrevAndNext(long pageId, java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_H_P_First(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_H_P_Last(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId, boolean head)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId, boolean head, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_P_First(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_P_Last(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByN_P_PrevAndNext(long pageId, long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId, java.lang.String parentTitle)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_R_First(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_R_Last(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByN_R_PrevAndNext(long pageId, long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_T_First(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_T_H_First(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_T_H_Last(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByN_T_H_PrevAndNext(long pageId, long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_T_Last(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByN_T_PrevAndNext(long pageId, long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByN_T_V(long nodeId, java.lang.String title, double version)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId, java.lang.String title)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByNodeId_PrevAndNext(long pageId, long nodeId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByPrimaryKey(long pageId)
           
 com.liferay.portlet.wiki.model.WikiPage findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 com.liferay.portlet.wiki.model.WikiPage[] findByUuid_PrevAndNext(long pageId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 void registerListener(com.liferay.portal.model.ModelListener listener)
           
 com.liferay.portlet.wiki.model.WikiPage remove(long pageId)
           
 com.liferay.portlet.wiki.model.WikiPage remove(com.liferay.portlet.wiki.model.WikiPage wikiPage)
           
 void removeAll()
           
 void removeByFormat(java.lang.String format)
           
 void removeByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
           
 void removeByN_H(long nodeId, boolean head)
           
 void removeByN_P(long nodeId, java.lang.String parentTitle)
           
 void removeByN_R(long nodeId, java.lang.String redirectTitle)
           
 void removeByN_T_H(long nodeId, java.lang.String title, boolean head)
           
 void removeByN_T_V(long nodeId, java.lang.String title, double version)
           
 void removeByN_T(long nodeId, java.lang.String title)
           
 void removeByNodeId(long nodeId)
           
 void removeByUuid(java.lang.String uuid)
           
protected  com.liferay.portlet.wiki.model.WikiPage removeImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage)
           
 void unregisterListener(com.liferay.portal.model.ModelListener listener)
           
 com.liferay.portlet.wiki.model.WikiPage update(com.liferay.portlet.wiki.model.WikiPage wikiPage)
          Deprecated. Use update(WikiPage wikiPage, boolean merge).
 com.liferay.portlet.wiki.model.WikiPage update(com.liferay.portlet.wiki.model.WikiPage wikiPage, boolean merge)
          Add, update, or merge, the entity.
 com.liferay.portlet.wiki.model.WikiPage updateImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage, boolean merge)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, openSession, processException, setDataSource, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPagePersistenceImpl

public WikiPagePersistenceImpl()
Method Detail

create

public com.liferay.portlet.wiki.model.WikiPage create(long pageId)
Specified by:
create in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence

remove

public com.liferay.portlet.wiki.model.WikiPage remove(long pageId)
                                               throws com.liferay.portlet.wiki.NoSuchPageException,
                                                      com.liferay.portal.SystemException
Specified by:
remove in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

remove

public com.liferay.portlet.wiki.model.WikiPage remove(com.liferay.portlet.wiki.model.WikiPage wikiPage)
                                               throws com.liferay.portal.SystemException
Specified by:
remove in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeImpl

protected com.liferay.portlet.wiki.model.WikiPage removeImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public com.liferay.portlet.wiki.model.WikiPage update(com.liferay.portlet.wiki.model.WikiPage wikiPage)
                                               throws com.liferay.portal.SystemException
Deprecated. Use update(WikiPage wikiPage, boolean merge).

Specified by:
update in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

update

public com.liferay.portlet.wiki.model.WikiPage update(com.liferay.portlet.wiki.model.WikiPage wikiPage,
                                                      boolean merge)
                                               throws com.liferay.portal.SystemException
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.

Specified by:
update in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Parameters:
wikiPage - the entity to add, update, or merge
merge - boolean value for whether to merge the entity. The default value is false. Setting merge to true is more expensive and should only be true when wikiPage is transient. See LEP-5473 for a detailed discussion of this method.
Returns:
true if the portlet can be displayed via Ajax
Throws:
com.liferay.portal.SystemException

updateImpl

public com.liferay.portlet.wiki.model.WikiPage updateImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage,
                                                          boolean merge)
                                                   throws com.liferay.portal.SystemException
Specified by:
updateImpl in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public com.liferay.portlet.wiki.model.WikiPage findByPrimaryKey(long pageId)
                                                         throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                com.liferay.portal.SystemException
Specified by:
findByPrimaryKey in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

fetchByPrimaryKey

public com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(long pageId)
                                                          throws com.liferay.portal.SystemException
Specified by:
fetchByPrimaryKey in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByUuid

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid)
                                                                   throws com.liferay.portal.SystemException
Specified by:
findByUuid in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByUuid

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid,
                                                                          int start,
                                                                          int end)
                                                                   throws com.liferay.portal.SystemException
Specified by:
findByUuid in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByUuid

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid,
                                                                          int start,
                                                                          int end,
                                                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                   throws com.liferay.portal.SystemException
Specified by:
findByUuid in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByUuid_First

public com.liferay.portlet.wiki.model.WikiPage findByUuid_First(java.lang.String uuid,
                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                         throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                com.liferay.portal.SystemException
Specified by:
findByUuid_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByUuid_Last

public com.liferay.portlet.wiki.model.WikiPage findByUuid_Last(java.lang.String uuid,
                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                        throws com.liferay.portlet.wiki.NoSuchPageException,
                                                               com.liferay.portal.SystemException
Specified by:
findByUuid_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByUuid_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByUuid_PrevAndNext(long pageId,
                                                                        java.lang.String uuid,
                                                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                 throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                        com.liferay.portal.SystemException
Specified by:
findByUuid_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByNodeId

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByNodeId in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByNodeId

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId,
                                                                            int start,
                                                                            int end)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByNodeId in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByNodeId

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId,
                                                                            int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByNodeId in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByNodeId_First

public com.liferay.portlet.wiki.model.WikiPage findByNodeId_First(long nodeId,
                                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                                           throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                  com.liferay.portal.SystemException
Specified by:
findByNodeId_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByNodeId_Last

public com.liferay.portlet.wiki.model.WikiPage findByNodeId_Last(long nodeId,
                                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                          throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                 com.liferay.portal.SystemException
Specified by:
findByNodeId_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByNodeId_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByNodeId_PrevAndNext(long pageId,
                                                                          long nodeId,
                                                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                   throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                          com.liferay.portal.SystemException
Specified by:
findByNodeId_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByFormat

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByFormat in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByFormat

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format,
                                                                            int start,
                                                                            int end)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByFormat in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByFormat

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format,
                                                                            int start,
                                                                            int end,
                                                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                     throws com.liferay.portal.SystemException
Specified by:
findByFormat in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByFormat_First

public com.liferay.portlet.wiki.model.WikiPage findByFormat_First(java.lang.String format,
                                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                                           throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                  com.liferay.portal.SystemException
Specified by:
findByFormat_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByFormat_Last

public com.liferay.portlet.wiki.model.WikiPage findByFormat_Last(java.lang.String format,
                                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                          throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                 com.liferay.portal.SystemException
Specified by:
findByFormat_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByFormat_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByFormat_PrevAndNext(long pageId,
                                                                          java.lang.String format,
                                                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                   throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                          com.liferay.portal.SystemException
Specified by:
findByFormat_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_T

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
                                                                         java.lang.String title)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_T in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
                                                                         java.lang.String title,
                                                                         int start,
                                                                         int end)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_T in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
                                                                         java.lang.String title,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_T in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T_First

public com.liferay.portlet.wiki.model.WikiPage findByN_T_First(long nodeId,
                                                               java.lang.String title,
                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                        throws com.liferay.portlet.wiki.NoSuchPageException,
                                                               com.liferay.portal.SystemException
Specified by:
findByN_T_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_T_Last

public com.liferay.portlet.wiki.model.WikiPage findByN_T_Last(long nodeId,
                                                              java.lang.String title,
                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                       throws com.liferay.portlet.wiki.NoSuchPageException,
                                                              com.liferay.portal.SystemException
Specified by:
findByN_T_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_T_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByN_T_PrevAndNext(long pageId,
                                                                       long nodeId,
                                                                       java.lang.String title,
                                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                       com.liferay.portal.SystemException
Specified by:
findByN_T_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_H

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
                                                                         boolean head)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_H

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
                                                                         boolean head,
                                                                         int start,
                                                                         int end)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_H

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
                                                                         boolean head,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_H_First

public com.liferay.portlet.wiki.model.WikiPage findByN_H_First(long nodeId,
                                                               boolean head,
                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                        throws com.liferay.portlet.wiki.NoSuchPageException,
                                                               com.liferay.portal.SystemException
Specified by:
findByN_H_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_H_Last

public com.liferay.portlet.wiki.model.WikiPage findByN_H_Last(long nodeId,
                                                              boolean head,
                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                       throws com.liferay.portlet.wiki.NoSuchPageException,
                                                              com.liferay.portal.SystemException
Specified by:
findByN_H_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_H_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByN_H_PrevAndNext(long pageId,
                                                                       long nodeId,
                                                                       boolean head,
                                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                       com.liferay.portal.SystemException
Specified by:
findByN_H_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_P

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
                                                                         java.lang.String parentTitle)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_P

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
                                                                         java.lang.String parentTitle,
                                                                         int start,
                                                                         int end)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_P

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
                                                                         java.lang.String parentTitle,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_P_First

public com.liferay.portlet.wiki.model.WikiPage findByN_P_First(long nodeId,
                                                               java.lang.String parentTitle,
                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                        throws com.liferay.portlet.wiki.NoSuchPageException,
                                                               com.liferay.portal.SystemException
Specified by:
findByN_P_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_P_Last

public com.liferay.portlet.wiki.model.WikiPage findByN_P_Last(long nodeId,
                                                              java.lang.String parentTitle,
                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                       throws com.liferay.portlet.wiki.NoSuchPageException,
                                                              com.liferay.portal.SystemException
Specified by:
findByN_P_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_P_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByN_P_PrevAndNext(long pageId,
                                                                       long nodeId,
                                                                       java.lang.String parentTitle,
                                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                       com.liferay.portal.SystemException
Specified by:
findByN_P_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_R

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
                                                                         java.lang.String redirectTitle)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_R in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_R

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
                                                                         java.lang.String redirectTitle,
                                                                         int start,
                                                                         int end)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_R in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_R

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
                                                                         java.lang.String redirectTitle,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByN_R in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_R_First

public com.liferay.portlet.wiki.model.WikiPage findByN_R_First(long nodeId,
                                                               java.lang.String redirectTitle,
                                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                                        throws com.liferay.portlet.wiki.NoSuchPageException,
                                                               com.liferay.portal.SystemException
Specified by:
findByN_R_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_R_Last

public com.liferay.portlet.wiki.model.WikiPage findByN_R_Last(long nodeId,
                                                              java.lang.String redirectTitle,
                                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                                       throws com.liferay.portlet.wiki.NoSuchPageException,
                                                              com.liferay.portal.SystemException
Specified by:
findByN_R_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_R_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByN_R_PrevAndNext(long pageId,
                                                                       long nodeId,
                                                                       java.lang.String redirectTitle,
                                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                       com.liferay.portal.SystemException
Specified by:
findByN_R_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_T_V

public com.liferay.portlet.wiki.model.WikiPage findByN_T_V(long nodeId,
                                                           java.lang.String title,
                                                           double version)
                                                    throws com.liferay.portlet.wiki.NoSuchPageException,
                                                           com.liferay.portal.SystemException
Specified by:
findByN_T_V in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

fetchByN_T_V

public com.liferay.portlet.wiki.model.WikiPage fetchByN_T_V(long nodeId,
                                                            java.lang.String title,
                                                            double version)
                                                     throws com.liferay.portal.SystemException
Specified by:
fetchByN_T_V in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T_H

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId,
                                                                           java.lang.String title,
                                                                           boolean head)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findByN_T_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T_H

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId,
                                                                           java.lang.String title,
                                                                           boolean head,
                                                                           int start,
                                                                           int end)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findByN_T_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T_H

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId,
                                                                           java.lang.String title,
                                                                           boolean head,
                                                                           int start,
                                                                           int end,
                                                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findByN_T_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_T_H_First

public com.liferay.portlet.wiki.model.WikiPage findByN_T_H_First(long nodeId,
                                                                 java.lang.String title,
                                                                 boolean head,
                                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                          throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                 com.liferay.portal.SystemException
Specified by:
findByN_T_H_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_T_H_Last

public com.liferay.portlet.wiki.model.WikiPage findByN_T_H_Last(long nodeId,
                                                                java.lang.String title,
                                                                boolean head,
                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                         throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                com.liferay.portal.SystemException
Specified by:
findByN_T_H_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_T_H_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByN_T_H_PrevAndNext(long pageId,
                                                                         long nodeId,
                                                                         java.lang.String title,
                                                                         boolean head,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                         com.liferay.portal.SystemException
Specified by:
findByN_T_H_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_H_P

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId,
                                                                           boolean head,
                                                                           java.lang.String parentTitle)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findByN_H_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_H_P

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId,
                                                                           boolean head,
                                                                           java.lang.String parentTitle,
                                                                           int start,
                                                                           int end)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findByN_H_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_H_P

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId,
                                                                           boolean head,
                                                                           java.lang.String parentTitle,
                                                                           int start,
                                                                           int end,
                                                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                    throws com.liferay.portal.SystemException
Specified by:
findByN_H_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findByN_H_P_First

public com.liferay.portlet.wiki.model.WikiPage findByN_H_P_First(long nodeId,
                                                                 boolean head,
                                                                 java.lang.String parentTitle,
                                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                                          throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                 com.liferay.portal.SystemException
Specified by:
findByN_H_P_First in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_H_P_Last

public com.liferay.portlet.wiki.model.WikiPage findByN_H_P_Last(long nodeId,
                                                                boolean head,
                                                                java.lang.String parentTitle,
                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                         throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                com.liferay.portal.SystemException
Specified by:
findByN_H_P_Last in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByN_H_P_PrevAndNext

public com.liferay.portlet.wiki.model.WikiPage[] findByN_H_P_PrevAndNext(long pageId,
                                                                         long nodeId,
                                                                         boolean head,
                                                                         java.lang.String parentTitle,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                         com.liferay.portal.SystemException
Specified by:
findByN_H_P_PrevAndNext in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findWithDynamicQuery

public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                      throws com.liferay.portal.SystemException
Specified by:
findWithDynamicQuery in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                             int start,
                                                             int end)
                                                      throws com.liferay.portal.SystemException
Specified by:
findWithDynamicQuery in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll()
                                                                throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start,
                                                                       int end)
                                                                throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start,
                                                                       int end,
                                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                throws com.liferay.portal.SystemException
Specified by:
findAll in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByUuid

public void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.SystemException
Specified by:
removeByUuid in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByNodeId

public void removeByNodeId(long nodeId)
                    throws com.liferay.portal.SystemException
Specified by:
removeByNodeId in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByFormat

public void removeByFormat(java.lang.String format)
                    throws com.liferay.portal.SystemException
Specified by:
removeByFormat in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByN_T

public void removeByN_T(long nodeId,
                        java.lang.String title)
                 throws com.liferay.portal.SystemException
Specified by:
removeByN_T in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByN_H

public void removeByN_H(long nodeId,
                        boolean head)
                 throws com.liferay.portal.SystemException
Specified by:
removeByN_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByN_P

public void removeByN_P(long nodeId,
                        java.lang.String parentTitle)
                 throws com.liferay.portal.SystemException
Specified by:
removeByN_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByN_R

public void removeByN_R(long nodeId,
                        java.lang.String redirectTitle)
                 throws com.liferay.portal.SystemException
Specified by:
removeByN_R in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByN_T_V

public void removeByN_T_V(long nodeId,
                          java.lang.String title,
                          double version)
                   throws com.liferay.portlet.wiki.NoSuchPageException,
                          com.liferay.portal.SystemException
Specified by:
removeByN_T_V in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

removeByN_T_H

public void removeByN_T_H(long nodeId,
                          java.lang.String title,
                          boolean head)
                   throws com.liferay.portal.SystemException
Specified by:
removeByN_T_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeByN_H_P

public void removeByN_H_P(long nodeId,
                          boolean head,
                          java.lang.String parentTitle)
                   throws com.liferay.portal.SystemException
Specified by:
removeByN_H_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

removeAll

public void removeAll()
               throws com.liferay.portal.SystemException
Specified by:
removeAll in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByUuid

public int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.SystemException
Specified by:
countByUuid in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByNodeId

public int countByNodeId(long nodeId)
                  throws com.liferay.portal.SystemException
Specified by:
countByNodeId in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByFormat

public int countByFormat(java.lang.String format)
                  throws com.liferay.portal.SystemException
Specified by:
countByFormat in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_T

public int countByN_T(long nodeId,
                      java.lang.String title)
               throws com.liferay.portal.SystemException
Specified by:
countByN_T in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_H

public int countByN_H(long nodeId,
                      boolean head)
               throws com.liferay.portal.SystemException
Specified by:
countByN_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_P

public int countByN_P(long nodeId,
                      java.lang.String parentTitle)
               throws com.liferay.portal.SystemException
Specified by:
countByN_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_R

public int countByN_R(long nodeId,
                      java.lang.String redirectTitle)
               throws com.liferay.portal.SystemException
Specified by:
countByN_R in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_T_V

public int countByN_T_V(long nodeId,
                        java.lang.String title,
                        double version)
                 throws com.liferay.portal.SystemException
Specified by:
countByN_T_V in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_T_H

public int countByN_T_H(long nodeId,
                        java.lang.String title,
                        boolean head)
                 throws com.liferay.portal.SystemException
Specified by:
countByN_T_H in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countByN_H_P

public int countByN_H_P(long nodeId,
                        boolean head,
                        java.lang.String parentTitle)
                 throws com.liferay.portal.SystemException
Specified by:
countByN_H_P in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

countAll

public int countAll()
             throws com.liferay.portal.SystemException
Specified by:
countAll in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

registerListener

public void registerListener(com.liferay.portal.model.ModelListener listener)
Specified by:
registerListener in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Overrides:
registerListener in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl

unregisterListener

public void unregisterListener(com.liferay.portal.model.ModelListener listener)
Specified by:
unregisterListener in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Overrides:
unregisterListener in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface com.liferay.portal.kernel.bean.InitializingBean