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.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, 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

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
           
static java.lang.String FINDER_CLASS_NAME_ENTITY
           
static java.lang.String FINDER_CLASS_NAME_LIST
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_FORMAT
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_H
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_H_P
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_P
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T_H
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_NODEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_N_T_V
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_FORMAT
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_H
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_H_P
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_P
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_T_H
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_NODEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_FORMAT
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_H
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_H_P
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_P
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_R
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_T
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_T_H
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_NODEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_UUID
           
protected  com.liferay.portal.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
protected  com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
           
protected  com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portlet.wiki.service.persistence.WikiNodePersistence wikiNodePersistence
           
protected  com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence
           
protected  com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence wikiPageResourcePersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
WikiPagePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(java.util.List<com.liferay.portlet.wiki.model.WikiPage> wikiPages)
           
 void cacheResult(com.liferay.portlet.wiki.model.WikiPage wikiPage)
           
 void clearCache()
           
 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_G(java.lang.String uuid, long groupId)
           
 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 fetchByN_T_V(long nodeId, java.lang.String title, double version, boolean retrieveFromCache)
           
 com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(long pageId)
           
 com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid, long groupId)
           
 com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
 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_G(java.lang.String uuid, long groupId)
           
 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)
           
 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_G(java.lang.String uuid, long groupId)
           
 void removeByUuid(java.lang.String uuid)
           
protected  com.liferay.portlet.wiki.model.WikiPage removeImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage)
           
 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, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
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.persistence.BasePersistence
getListeners, registerListener, unregisterListener
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final java.lang.String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final java.lang.String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_UUID

FINDER_PATH_FIND_BY_OBC_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_UUID

FINDER_PATH_COUNT_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_FIND_BY_NODEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_NODEID

FINDER_PATH_FIND_BY_OBC_NODEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_NODEID

FINDER_PATH_COUNT_BY_NODEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_NODEID

FINDER_PATH_FIND_BY_FORMAT

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_FORMAT

FINDER_PATH_FIND_BY_OBC_FORMAT

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_FORMAT

FINDER_PATH_COUNT_BY_FORMAT

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_FORMAT

FINDER_PATH_FIND_BY_N_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_T

FINDER_PATH_FIND_BY_OBC_N_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_T

FINDER_PATH_COUNT_BY_N_T

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T

FINDER_PATH_FIND_BY_N_H

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_H

FINDER_PATH_FIND_BY_OBC_N_H

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_H

FINDER_PATH_COUNT_BY_N_H

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_H

FINDER_PATH_FIND_BY_N_P

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_P

FINDER_PATH_FIND_BY_OBC_N_P

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_P

FINDER_PATH_COUNT_BY_N_P

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_P

FINDER_PATH_FIND_BY_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_R

FINDER_PATH_FIND_BY_OBC_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_R

FINDER_PATH_COUNT_BY_N_R

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_R

FINDER_PATH_FETCH_BY_N_T_V

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_N_T_V

FINDER_PATH_COUNT_BY_N_T_V

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T_V

FINDER_PATH_FIND_BY_N_T_H

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_T_H

FINDER_PATH_FIND_BY_OBC_N_T_H

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_T_H

FINDER_PATH_COUNT_BY_N_T_H

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T_H

FINDER_PATH_FIND_BY_N_H_P

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_H_P

FINDER_PATH_FIND_BY_OBC_N_H_P

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_H_P

FINDER_PATH_COUNT_BY_N_H_P

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_H_P

FINDER_PATH_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

wikiNodePersistence

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiNodePersistence.impl")
protected com.liferay.portlet.wiki.service.persistence.WikiNodePersistence wikiNodePersistence

wikiPagePersistence

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPagePersistence.impl")
protected com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence

wikiPageResourcePersistence

@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence.impl")
protected com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence wikiPageResourcePersistence

companyPersistence

@BeanReference(name="com.liferay.portal.service.persistence.CompanyPersistence.impl")
protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence

groupPersistence

@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence.impl")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence

portletPreferencesPersistence

@BeanReference(name="com.liferay.portal.service.persistence.PortletPreferencesPersistence.impl")
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence

resourcePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence.impl")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

subscriptionPersistence

@BeanReference(name="com.liferay.portal.service.persistence.SubscriptionPersistence.impl")
protected com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence.impl")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

mbMessagePersistence

@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence.impl")
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence

socialActivityPersistence

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence.impl")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

tagsAssetPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsAssetPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence

tagsEntryPersistence

@BeanReference(name="com.liferay.portlet.tags.service.persistence.TagsEntryPersistence.impl")
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
Constructor Detail

WikiPagePersistenceImpl

public WikiPagePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(com.liferay.portlet.wiki.model.WikiPage wikiPage)
Specified by:
cacheResult in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence

cacheResult

public void cacheResult(java.util.List<com.liferay.portlet.wiki.model.WikiPage> wikiPages)
Specified by:
cacheResult in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence

clearCache

public void clearCache()
Specified by:
clearCache in interface com.liferay.portal.service.persistence.BasePersistence
Specified by:
clearCache in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Overrides:
clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl

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

findByUUID_G

public com.liferay.portlet.wiki.model.WikiPage findByUUID_G(java.lang.String uuid,
                                                            long groupId)
                                                     throws com.liferay.portlet.wiki.NoSuchPageException,
                                                            com.liferay.portal.SystemException
Specified by:
findByUUID_G in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

fetchByUUID_G

public com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid,
                                                             long groupId)
                                                      throws com.liferay.portal.SystemException
Specified by:
fetchByUUID_G in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portal.SystemException

fetchByUUID_G

public com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid,
                                                             long groupId,
                                                             boolean retrieveFromCache)
                                                      throws com.liferay.portal.SystemException
Specified by:
fetchByUUID_G 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)
                                                                     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

fetchByN_T_V

public com.liferay.portlet.wiki.model.WikiPage fetchByN_T_V(long nodeId,
                                                            java.lang.String title,
                                                            double version,
                                                            boolean retrieveFromCache)
                                                     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

removeByUUID_G

public void removeByUUID_G(java.lang.String uuid,
                           long groupId)
                    throws com.liferay.portlet.wiki.NoSuchPageException,
                           com.liferay.portal.SystemException
Specified by:
removeByUUID_G in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
Throws:
com.liferay.portlet.wiki.NoSuchPageException
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

countByUUID_G

public int countByUUID_G(java.lang.String uuid,
                         long groupId)
                  throws com.liferay.portal.SystemException
Specified by:
countByUUID_G 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

afterPropertiesSet

public void afterPropertiesSet()