Liferay 6.0.3

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<WikiPage>
      extended by com.liferay.portlet.wiki.service.persistence.WikiPagePersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<WikiPage>, WikiPagePersistence

public class WikiPagePersistenceImpl
extends BasePersistenceImpl<WikiPage>
implements WikiPagePersistence

See Also:
WikiPagePersistence, WikiPageUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetTagPersistence assetTagPersistence
           
protected  CompanyPersistence companyPersistence
           
protected  ExpandoValuePersistence expandoValuePersistence
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_FORMAT
           
static FinderPath FINDER_PATH_COUNT_BY_N_H
           
static FinderPath FINDER_PATH_COUNT_BY_N_H_P
           
static FinderPath FINDER_PATH_COUNT_BY_N_H_P_S
           
static FinderPath FINDER_PATH_COUNT_BY_N_H_S
           
static FinderPath FINDER_PATH_COUNT_BY_N_P
           
static FinderPath FINDER_PATH_COUNT_BY_N_R
           
static FinderPath FINDER_PATH_COUNT_BY_N_S
           
static FinderPath FINDER_PATH_COUNT_BY_N_T
           
static FinderPath FINDER_PATH_COUNT_BY_N_T_H
           
static FinderPath FINDER_PATH_COUNT_BY_N_T_S
           
static FinderPath FINDER_PATH_COUNT_BY_N_T_V
           
static FinderPath FINDER_PATH_COUNT_BY_NODEID
           
static FinderPath FINDER_PATH_COUNT_BY_R_N
           
static FinderPath FINDER_PATH_COUNT_BY_R_N_S
           
static FinderPath FINDER_PATH_COUNT_BY_R_N_V
           
static FinderPath FINDER_PATH_COUNT_BY_U_N_S
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_N_T_V
           
static FinderPath FINDER_PATH_FETCH_BY_R_N_V
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_FORMAT
           
static FinderPath FINDER_PATH_FIND_BY_N_H
           
static FinderPath FINDER_PATH_FIND_BY_N_H_P
           
static FinderPath FINDER_PATH_FIND_BY_N_H_P_S
           
static FinderPath FINDER_PATH_FIND_BY_N_H_S
           
static FinderPath FINDER_PATH_FIND_BY_N_P
           
static FinderPath FINDER_PATH_FIND_BY_N_R
           
static FinderPath FINDER_PATH_FIND_BY_N_S
           
static FinderPath FINDER_PATH_FIND_BY_N_T
           
static FinderPath FINDER_PATH_FIND_BY_N_T_H
           
static FinderPath FINDER_PATH_FIND_BY_N_T_S
           
static FinderPath FINDER_PATH_FIND_BY_NODEID
           
static FinderPath FINDER_PATH_FIND_BY_R_N
           
static FinderPath FINDER_PATH_FIND_BY_R_N_S
           
static FinderPath FINDER_PATH_FIND_BY_U_N_S
           
static FinderPath FINDER_PATH_FIND_BY_UUID
           
protected  GroupPersistence groupPersistence
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialEquityLogPersistence socialEquityLogPersistence
           
protected  SubscriptionPersistence subscriptionPersistence
           
protected  UserPersistence userPersistence
           
protected  WikiNodePersistence wikiNodePersistence
           
protected  WikiPagePersistence wikiPagePersistence
           
protected  WikiPageResourcePersistence wikiPageResourcePersistence
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
WikiPagePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 void cacheResult(List<WikiPage> wikiPages)
           
 void cacheResult(WikiPage wikiPage)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(WikiPage wikiPage)
          Clears the cache for one instance of this model.
 int countAll()
           
 int countByFormat(String format)
           
 int countByN_H_P_S(long nodeId, boolean head, String parentTitle, int status)
           
 int countByN_H_P(long nodeId, boolean head, String parentTitle)
           
 int countByN_H_S(long nodeId, boolean head, int status)
           
 int countByN_H(long nodeId, boolean head)
           
 int countByN_P(long nodeId, String parentTitle)
           
 int countByN_R(long nodeId, String redirectTitle)
           
 int countByN_S(long nodeId, int status)
           
 int countByN_T_H(long nodeId, String title, boolean head)
           
 int countByN_T_S(long nodeId, String title, int status)
           
 int countByN_T_V(long nodeId, String title, double version)
           
 int countByN_T(long nodeId, String title)
           
 int countByNodeId(long nodeId)
           
 int countByR_N_S(long resourcePrimKey, long nodeId, int status)
           
 int countByR_N_V(long resourcePrimKey, long nodeId, double version)
           
 int countByR_N(long resourcePrimKey, long nodeId)
           
 int countByU_N_S(long userId, long nodeId, int status)
           
 int countByUUID_G(String uuid, long groupId)
           
 int countByUuid(String uuid)
           
 WikiPage create(long pageId)
           
 WikiPage fetchByN_T_V(long nodeId, String title, double version)
           
 WikiPage fetchByN_T_V(long nodeId, String title, double version, boolean retrieveFromCache)
           
 WikiPage fetchByPrimaryKey(long pageId)
           
 WikiPage fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version)
           
 WikiPage fetchByR_N_V(long resourcePrimKey, long nodeId, double version, boolean retrieveFromCache)
           
 WikiPage fetchByUUID_G(String uuid, long groupId)
           
 WikiPage fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 List<WikiPage> findAll()
           
 List<WikiPage> findAll(int start, int end)
           
 List<WikiPage> findAll(int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByFormat_First(String format, OrderByComparator orderByComparator)
           
 WikiPage findByFormat_Last(String format, OrderByComparator orderByComparator)
           
 WikiPage[] findByFormat_PrevAndNext(long pageId, String format, OrderByComparator orderByComparator)
           
 List<WikiPage> findByFormat(String format)
           
 List<WikiPage> findByFormat(String format, int start, int end)
           
 List<WikiPage> findByFormat(String format, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_First(long nodeId, boolean head, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_Last(long nodeId, boolean head, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_P_First(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_P_Last(long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_H_P_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_P_S_First(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_P_S_Last(long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_H_P_S_PrevAndNext(long pageId, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status)
           
 List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end)
           
 List<WikiPage> findByN_H_P_S(long nodeId, boolean head, String parentTitle, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle)
           
 List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end)
           
 List<WikiPage> findByN_H_P(long nodeId, boolean head, String parentTitle, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_S_First(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
           
 WikiPage findByN_H_S_Last(long nodeId, boolean head, int status, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_H_S_PrevAndNext(long pageId, long nodeId, boolean head, int status, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_H_S(long nodeId, boolean head, int status)
           
 List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end)
           
 List<WikiPage> findByN_H_S(long nodeId, boolean head, int status, int start, int end, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_H(long nodeId, boolean head)
           
 List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end)
           
 List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_P_First(long nodeId, String parentTitle, OrderByComparator orderByComparator)
           
 WikiPage findByN_P_Last(long nodeId, String parentTitle, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_P_PrevAndNext(long pageId, long nodeId, String parentTitle, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_P(long nodeId, String parentTitle)
           
 List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end)
           
 List<WikiPage> findByN_P(long nodeId, String parentTitle, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_R_First(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
           
 WikiPage findByN_R_Last(long nodeId, String redirectTitle, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_R_PrevAndNext(long pageId, long nodeId, String redirectTitle, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_R(long nodeId, String redirectTitle)
           
 List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end)
           
 List<WikiPage> findByN_R(long nodeId, String redirectTitle, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_S_First(long nodeId, int status, OrderByComparator orderByComparator)
           
 WikiPage findByN_S_Last(long nodeId, int status, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_S_PrevAndNext(long pageId, long nodeId, int status, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_S(long nodeId, int status)
           
 List<WikiPage> findByN_S(long nodeId, int status, int start, int end)
           
 List<WikiPage> findByN_S(long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_First(long nodeId, String title, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_H_First(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_H_Last(long nodeId, String title, boolean head, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_T_H_PrevAndNext(long pageId, long nodeId, String title, boolean head, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_T_H(long nodeId, String title, boolean head)
           
 List<WikiPage> findByN_T_H(long nodeId, String title, boolean head, int start, int end)
           
 List<WikiPage> findByN_T_H(long nodeId, String title, boolean head, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_Last(long nodeId, String title, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_T_PrevAndNext(long pageId, long nodeId, String title, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_S_First(long nodeId, String title, int status, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_S_Last(long nodeId, String title, int status, OrderByComparator orderByComparator)
           
 WikiPage[] findByN_T_S_PrevAndNext(long pageId, long nodeId, String title, int status, OrderByComparator orderByComparator)
           
 List<WikiPage> findByN_T_S(long nodeId, String title, int status)
           
 List<WikiPage> findByN_T_S(long nodeId, String title, int status, int start, int end)
           
 List<WikiPage> findByN_T_S(long nodeId, String title, int status, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByN_T_V(long nodeId, String title, double version)
           
 List<WikiPage> findByN_T(long nodeId, String title)
           
 List<WikiPage> findByN_T(long nodeId, String title, int start, int end)
           
 List<WikiPage> findByN_T(long nodeId, String title, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByNodeId_First(long nodeId, OrderByComparator orderByComparator)
           
 WikiPage findByNodeId_Last(long nodeId, OrderByComparator orderByComparator)
           
 WikiPage[] findByNodeId_PrevAndNext(long pageId, long nodeId, OrderByComparator orderByComparator)
           
 List<WikiPage> findByNodeId(long nodeId)
           
 List<WikiPage> findByNodeId(long nodeId, int start, int end)
           
 List<WikiPage> findByNodeId(long nodeId, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByPrimaryKey(long pageId)
           
 WikiPage findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
 WikiPage findByR_N_First(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
           
 WikiPage findByR_N_Last(long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
           
 WikiPage[] findByR_N_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator)
           
 WikiPage findByR_N_S_First(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
           
 WikiPage findByR_N_S_Last(long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
           
 WikiPage[] findByR_N_S_PrevAndNext(long pageId, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator)
           
 List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status)
           
 List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end)
           
 List<WikiPage> findByR_N_S(long resourcePrimKey, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByR_N_V(long resourcePrimKey, long nodeId, double version)
           
 List<WikiPage> findByR_N(long resourcePrimKey, long nodeId)
           
 List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end)
           
 List<WikiPage> findByR_N(long resourcePrimKey, long nodeId, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByU_N_S_First(long userId, long nodeId, int status, OrderByComparator orderByComparator)
           
 WikiPage findByU_N_S_Last(long userId, long nodeId, int status, OrderByComparator orderByComparator)
           
 WikiPage[] findByU_N_S_PrevAndNext(long pageId, long userId, long nodeId, int status, OrderByComparator orderByComparator)
           
 List<WikiPage> findByU_N_S(long userId, long nodeId, int status)
           
 List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end)
           
 List<WikiPage> findByU_N_S(long userId, long nodeId, int status, int start, int end, OrderByComparator orderByComparator)
           
 WikiPage findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 WikiPage findByUUID_G(String uuid, long groupId)
           
 WikiPage findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 WikiPage[] findByUuid_PrevAndNext(long pageId, String uuid, OrderByComparator orderByComparator)
           
 List<WikiPage> findByUuid(String uuid)
           
 List<WikiPage> findByUuid(String uuid, int start, int end)
           
 List<WikiPage> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
protected  WikiPage getByFormat_PrevAndNext(Session session, WikiPage wikiPage, String format, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_H_P_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, String parentTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_H_P_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, String parentTitle, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_H_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_H_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, boolean head, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_P_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String parentTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_R_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String redirectTitle, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_T_H_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, boolean head, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_T_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByN_T_S_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, String title, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByNodeId_PrevAndNext(Session session, WikiPage wikiPage, long nodeId, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByR_N_PrevAndNext(Session session, WikiPage wikiPage, long resourcePrimKey, long nodeId, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByR_N_S_PrevAndNext(Session session, WikiPage wikiPage, long resourcePrimKey, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByU_N_S_PrevAndNext(Session session, WikiPage wikiPage, long userId, long nodeId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  WikiPage getByUuid_PrevAndNext(Session session, WikiPage wikiPage, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 WikiPage remove(long pageId)
           
 WikiPage remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByFormat(String format)
           
 void removeByN_H_P_S(long nodeId, boolean head, String parentTitle, int status)
           
 void removeByN_H_P(long nodeId, boolean head, String parentTitle)
           
 void removeByN_H_S(long nodeId, boolean head, int status)
           
 void removeByN_H(long nodeId, boolean head)
           
 void removeByN_P(long nodeId, String parentTitle)
           
 void removeByN_R(long nodeId, String redirectTitle)
           
 void removeByN_S(long nodeId, int status)
           
 void removeByN_T_H(long nodeId, String title, boolean head)
           
 void removeByN_T_S(long nodeId, String title, int status)
           
 void removeByN_T_V(long nodeId, String title, double version)
           
 void removeByN_T(long nodeId, String title)
           
 void removeByNodeId(long nodeId)
           
 void removeByR_N_S(long resourcePrimKey, long nodeId, int status)
           
 void removeByR_N_V(long resourcePrimKey, long nodeId, double version)
           
 void removeByR_N(long resourcePrimKey, long nodeId)
           
 void removeByU_N_S(long userId, long nodeId, int status)
           
 void removeByUUID_G(String uuid, long groupId)
           
 void removeByUuid(String uuid)
           
protected  WikiPage removeImpl(WikiPage wikiPage)
          Removes the model instance from the database.
protected  WikiPage toUnwrappedModel(WikiPage wikiPage)
           
 WikiPage updateImpl(WikiPage wikiPage, boolean merge)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
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
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_UUID

public static final FinderPath FINDER_PATH_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_FIND_BY_NODEID

public static final FinderPath FINDER_PATH_FIND_BY_NODEID

FINDER_PATH_COUNT_BY_NODEID

public static final FinderPath FINDER_PATH_COUNT_BY_NODEID

FINDER_PATH_FIND_BY_FORMAT

public static final FinderPath FINDER_PATH_FIND_BY_FORMAT

FINDER_PATH_COUNT_BY_FORMAT

public static final FinderPath FINDER_PATH_COUNT_BY_FORMAT

FINDER_PATH_FIND_BY_R_N

public static final FinderPath FINDER_PATH_FIND_BY_R_N

FINDER_PATH_COUNT_BY_R_N

public static final FinderPath FINDER_PATH_COUNT_BY_R_N

FINDER_PATH_FIND_BY_N_T

public static final FinderPath FINDER_PATH_FIND_BY_N_T

FINDER_PATH_COUNT_BY_N_T

public static final FinderPath FINDER_PATH_COUNT_BY_N_T

FINDER_PATH_FIND_BY_N_H

public static final FinderPath FINDER_PATH_FIND_BY_N_H

FINDER_PATH_COUNT_BY_N_H

public static final FinderPath FINDER_PATH_COUNT_BY_N_H

FINDER_PATH_FIND_BY_N_P

public static final FinderPath FINDER_PATH_FIND_BY_N_P

FINDER_PATH_COUNT_BY_N_P

public static final FinderPath FINDER_PATH_COUNT_BY_N_P

FINDER_PATH_FIND_BY_N_R

public static final FinderPath FINDER_PATH_FIND_BY_N_R

FINDER_PATH_COUNT_BY_N_R

public static final FinderPath FINDER_PATH_COUNT_BY_N_R

FINDER_PATH_FIND_BY_N_S

public static final FinderPath FINDER_PATH_FIND_BY_N_S

FINDER_PATH_COUNT_BY_N_S

public static final FinderPath FINDER_PATH_COUNT_BY_N_S

FINDER_PATH_FETCH_BY_R_N_V

public static final FinderPath FINDER_PATH_FETCH_BY_R_N_V

FINDER_PATH_COUNT_BY_R_N_V

public static final FinderPath FINDER_PATH_COUNT_BY_R_N_V

FINDER_PATH_FIND_BY_R_N_S

public static final FinderPath FINDER_PATH_FIND_BY_R_N_S

FINDER_PATH_COUNT_BY_R_N_S

public static final FinderPath FINDER_PATH_COUNT_BY_R_N_S

FINDER_PATH_FIND_BY_U_N_S

public static final FinderPath FINDER_PATH_FIND_BY_U_N_S

FINDER_PATH_COUNT_BY_U_N_S

public static final FinderPath FINDER_PATH_COUNT_BY_U_N_S

FINDER_PATH_FETCH_BY_N_T_V

public static final FinderPath FINDER_PATH_FETCH_BY_N_T_V

FINDER_PATH_COUNT_BY_N_T_V

public static final FinderPath FINDER_PATH_COUNT_BY_N_T_V

FINDER_PATH_FIND_BY_N_T_H

public static final FinderPath FINDER_PATH_FIND_BY_N_T_H

FINDER_PATH_COUNT_BY_N_T_H

public static final FinderPath FINDER_PATH_COUNT_BY_N_T_H

FINDER_PATH_FIND_BY_N_T_S

public static final FinderPath FINDER_PATH_FIND_BY_N_T_S

FINDER_PATH_COUNT_BY_N_T_S

public static final FinderPath FINDER_PATH_COUNT_BY_N_T_S

FINDER_PATH_FIND_BY_N_H_P

public static final FinderPath FINDER_PATH_FIND_BY_N_H_P

FINDER_PATH_COUNT_BY_N_H_P

public static final FinderPath FINDER_PATH_COUNT_BY_N_H_P

FINDER_PATH_FIND_BY_N_H_S

public static final FinderPath FINDER_PATH_FIND_BY_N_H_S

FINDER_PATH_COUNT_BY_N_H_S

public static final FinderPath FINDER_PATH_COUNT_BY_N_H_S

FINDER_PATH_FIND_BY_N_H_P_S

public static final FinderPath FINDER_PATH_FIND_BY_N_H_P_S

FINDER_PATH_COUNT_BY_N_H_P_S

public static final FinderPath FINDER_PATH_COUNT_BY_N_H_P_S

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

wikiNodePersistence

@BeanReference(type=WikiNodePersistence.class)
protected WikiNodePersistence wikiNodePersistence

wikiPagePersistence

@BeanReference(type=WikiPagePersistence.class)
protected WikiPagePersistence wikiPagePersistence

wikiPageResourcePersistence

@BeanReference(type=WikiPageResourcePersistence.class)
protected WikiPageResourcePersistence wikiPageResourcePersistence

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

subscriptionPersistence

@BeanReference(type=SubscriptionPersistence.class)
protected SubscriptionPersistence subscriptionPersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialEquityLogPersistence

@BeanReference(type=SocialEquityLogPersistence.class)
protected SocialEquityLogPersistence socialEquityLogPersistence
Constructor Detail

WikiPagePersistenceImpl

public WikiPagePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(WikiPage wikiPage)
Specified by:
cacheResult in interface WikiPagePersistence

cacheResult

public void cacheResult(List<WikiPage> wikiPages)
Specified by:
cacheResult in interface WikiPagePersistence

clearCache

public void clearCache()
Description copied from interface: BasePersistence
Clears the cache for all instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Caching information and settings can be found in portal.properties

Specified by:
clearCache in interface BasePersistence<WikiPage>
Overrides:
clearCache in class BasePersistenceImpl<WikiPage>

clearCache

public void clearCache(WikiPage wikiPage)
Description copied from interface: BasePersistence
Clears the cache for one instance of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<WikiPage>
Overrides:
clearCache in class BasePersistenceImpl<WikiPage>
Parameters:
wikiPage - the instance of this model to clear the cache for

create

public WikiPage create(long pageId)
Specified by:
create in interface WikiPagePersistence

remove

public WikiPage remove(Serializable primaryKey)
                throws NoSuchModelException,
                       SystemException
Description copied from interface: BasePersistence
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<WikiPage>
Overrides:
remove in class BasePersistenceImpl<WikiPage>
Parameters:
primaryKey - the primary key of the model instance to remove
Returns:
the model instance that was removed
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if a system exception occurred

remove

public WikiPage remove(long pageId)
                throws NoSuchPageException,
                       SystemException
Specified by:
remove in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

removeImpl

protected WikiPage removeImpl(WikiPage wikiPage)
                       throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<WikiPage>
Parameters:
wikiPage - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public WikiPage updateImpl(WikiPage wikiPage,
                           boolean merge)
                    throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface WikiPagePersistence
Overrides:
updateImpl in class BasePersistenceImpl<WikiPage>
Parameters:
wikiPage - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected WikiPage toUnwrappedModel(WikiPage wikiPage)

findByPrimaryKey

public WikiPage findByPrimaryKey(Serializable primaryKey)
                          throws NoSuchModelException,
                                 SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or throw an exception if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<WikiPage>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<WikiPage>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if the primary key is null, or if a system exception occurred

findByPrimaryKey

public WikiPage findByPrimaryKey(long pageId)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByPrimaryKey in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

fetchByPrimaryKey

public WikiPage fetchByPrimaryKey(Serializable primaryKey)
                           throws SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or return null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<WikiPage>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<WikiPage>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance, or null if an instance of this model with the primary key does not exist
Throws:
SystemException - if the primary key is null, or if a system exception occurred

fetchByPrimaryKey

public WikiPage fetchByPrimaryKey(long pageId)
                           throws SystemException
Specified by:
fetchByPrimaryKey in interface WikiPagePersistence
Throws:
SystemException

findByUuid

public List<WikiPage> findByUuid(String uuid)
                          throws SystemException
Specified by:
findByUuid in interface WikiPagePersistence
Throws:
SystemException

findByUuid

public List<WikiPage> findByUuid(String uuid,
                                 int start,
                                 int end)
                          throws SystemException
Specified by:
findByUuid in interface WikiPagePersistence
Throws:
SystemException

findByUuid

public List<WikiPage> findByUuid(String uuid,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Specified by:
findByUuid in interface WikiPagePersistence
Throws:
SystemException

findByUuid_First

public WikiPage findByUuid_First(String uuid,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByUuid_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByUuid_Last

public WikiPage findByUuid_Last(String uuid,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByUuid_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByUuid_PrevAndNext

public WikiPage[] findByUuid_PrevAndNext(long pageId,
                                         String uuid,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchPageException,
                                         SystemException
Specified by:
findByUuid_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByUuid_PrevAndNext

protected WikiPage getByUuid_PrevAndNext(Session session,
                                         WikiPage wikiPage,
                                         String uuid,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

findByUUID_G

public WikiPage findByUUID_G(String uuid,
                             long groupId)
                      throws NoSuchPageException,
                             SystemException
Specified by:
findByUUID_G in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

fetchByUUID_G

public WikiPage fetchByUUID_G(String uuid,
                              long groupId)
                       throws SystemException
Specified by:
fetchByUUID_G in interface WikiPagePersistence
Throws:
SystemException

fetchByUUID_G

public WikiPage fetchByUUID_G(String uuid,
                              long groupId,
                              boolean retrieveFromCache)
                       throws SystemException
Specified by:
fetchByUUID_G in interface WikiPagePersistence
Throws:
SystemException

findByNodeId

public List<WikiPage> findByNodeId(long nodeId)
                            throws SystemException
Specified by:
findByNodeId in interface WikiPagePersistence
Throws:
SystemException

findByNodeId

public List<WikiPage> findByNodeId(long nodeId,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
findByNodeId in interface WikiPagePersistence
Throws:
SystemException

findByNodeId

public List<WikiPage> findByNodeId(long nodeId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
findByNodeId in interface WikiPagePersistence
Throws:
SystemException

findByNodeId_First

public WikiPage findByNodeId_First(long nodeId,
                                   OrderByComparator orderByComparator)
                            throws NoSuchPageException,
                                   SystemException
Specified by:
findByNodeId_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByNodeId_Last

public WikiPage findByNodeId_Last(long nodeId,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByNodeId_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByNodeId_PrevAndNext

public WikiPage[] findByNodeId_PrevAndNext(long pageId,
                                           long nodeId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchPageException,
                                           SystemException
Specified by:
findByNodeId_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByNodeId_PrevAndNext

protected WikiPage getByNodeId_PrevAndNext(Session session,
                                           WikiPage wikiPage,
                                           long nodeId,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

findByFormat

public List<WikiPage> findByFormat(String format)
                            throws SystemException
Specified by:
findByFormat in interface WikiPagePersistence
Throws:
SystemException

findByFormat

public List<WikiPage> findByFormat(String format,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
findByFormat in interface WikiPagePersistence
Throws:
SystemException

findByFormat

public List<WikiPage> findByFormat(String format,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
findByFormat in interface WikiPagePersistence
Throws:
SystemException

findByFormat_First

public WikiPage findByFormat_First(String format,
                                   OrderByComparator orderByComparator)
                            throws NoSuchPageException,
                                   SystemException
Specified by:
findByFormat_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByFormat_Last

public WikiPage findByFormat_Last(String format,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByFormat_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByFormat_PrevAndNext

public WikiPage[] findByFormat_PrevAndNext(long pageId,
                                           String format,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchPageException,
                                           SystemException
Specified by:
findByFormat_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByFormat_PrevAndNext

protected WikiPage getByFormat_PrevAndNext(Session session,
                                           WikiPage wikiPage,
                                           String format,
                                           OrderByComparator orderByComparator,
                                           boolean previous)

findByR_N

public List<WikiPage> findByR_N(long resourcePrimKey,
                                long nodeId)
                         throws SystemException
Specified by:
findByR_N in interface WikiPagePersistence
Throws:
SystemException

findByR_N

public List<WikiPage> findByR_N(long resourcePrimKey,
                                long nodeId,
                                int start,
                                int end)
                         throws SystemException
Specified by:
findByR_N in interface WikiPagePersistence
Throws:
SystemException

findByR_N

public List<WikiPage> findByR_N(long resourcePrimKey,
                                long nodeId,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Specified by:
findByR_N in interface WikiPagePersistence
Throws:
SystemException

findByR_N_First

public WikiPage findByR_N_First(long resourcePrimKey,
                                long nodeId,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByR_N_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByR_N_Last

public WikiPage findByR_N_Last(long resourcePrimKey,
                               long nodeId,
                               OrderByComparator orderByComparator)
                        throws NoSuchPageException,
                               SystemException
Specified by:
findByR_N_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByR_N_PrevAndNext

public WikiPage[] findByR_N_PrevAndNext(long pageId,
                                        long resourcePrimKey,
                                        long nodeId,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchPageException,
                                        SystemException
Specified by:
findByR_N_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByR_N_PrevAndNext

protected WikiPage getByR_N_PrevAndNext(Session session,
                                        WikiPage wikiPage,
                                        long resourcePrimKey,
                                        long nodeId,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByN_T

public List<WikiPage> findByN_T(long nodeId,
                                String title)
                         throws SystemException
Specified by:
findByN_T in interface WikiPagePersistence
Throws:
SystemException

findByN_T

public List<WikiPage> findByN_T(long nodeId,
                                String title,
                                int start,
                                int end)
                         throws SystemException
Specified by:
findByN_T in interface WikiPagePersistence
Throws:
SystemException

findByN_T

public List<WikiPage> findByN_T(long nodeId,
                                String title,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Specified by:
findByN_T in interface WikiPagePersistence
Throws:
SystemException

findByN_T_First

public WikiPage findByN_T_First(long nodeId,
                                String title,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByN_T_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_T_Last

public WikiPage findByN_T_Last(long nodeId,
                               String title,
                               OrderByComparator orderByComparator)
                        throws NoSuchPageException,
                               SystemException
Specified by:
findByN_T_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_T_PrevAndNext

public WikiPage[] findByN_T_PrevAndNext(long pageId,
                                        long nodeId,
                                        String title,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchPageException,
                                        SystemException
Specified by:
findByN_T_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_T_PrevAndNext

protected WikiPage getByN_T_PrevAndNext(Session session,
                                        WikiPage wikiPage,
                                        long nodeId,
                                        String title,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByN_H

public List<WikiPage> findByN_H(long nodeId,
                                boolean head)
                         throws SystemException
Specified by:
findByN_H in interface WikiPagePersistence
Throws:
SystemException

findByN_H

public List<WikiPage> findByN_H(long nodeId,
                                boolean head,
                                int start,
                                int end)
                         throws SystemException
Specified by:
findByN_H in interface WikiPagePersistence
Throws:
SystemException

findByN_H

public List<WikiPage> findByN_H(long nodeId,
                                boolean head,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Specified by:
findByN_H in interface WikiPagePersistence
Throws:
SystemException

findByN_H_First

public WikiPage findByN_H_First(long nodeId,
                                boolean head,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByN_H_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_Last

public WikiPage findByN_H_Last(long nodeId,
                               boolean head,
                               OrderByComparator orderByComparator)
                        throws NoSuchPageException,
                               SystemException
Specified by:
findByN_H_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_PrevAndNext

public WikiPage[] findByN_H_PrevAndNext(long pageId,
                                        long nodeId,
                                        boolean head,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchPageException,
                                        SystemException
Specified by:
findByN_H_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_H_PrevAndNext

protected WikiPage getByN_H_PrevAndNext(Session session,
                                        WikiPage wikiPage,
                                        long nodeId,
                                        boolean head,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByN_P

public List<WikiPage> findByN_P(long nodeId,
                                String parentTitle)
                         throws SystemException
Specified by:
findByN_P in interface WikiPagePersistence
Throws:
SystemException

findByN_P

public List<WikiPage> findByN_P(long nodeId,
                                String parentTitle,
                                int start,
                                int end)
                         throws SystemException
Specified by:
findByN_P in interface WikiPagePersistence
Throws:
SystemException

findByN_P

public List<WikiPage> findByN_P(long nodeId,
                                String parentTitle,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Specified by:
findByN_P in interface WikiPagePersistence
Throws:
SystemException

findByN_P_First

public WikiPage findByN_P_First(long nodeId,
                                String parentTitle,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByN_P_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_P_Last

public WikiPage findByN_P_Last(long nodeId,
                               String parentTitle,
                               OrderByComparator orderByComparator)
                        throws NoSuchPageException,
                               SystemException
Specified by:
findByN_P_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_P_PrevAndNext

public WikiPage[] findByN_P_PrevAndNext(long pageId,
                                        long nodeId,
                                        String parentTitle,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchPageException,
                                        SystemException
Specified by:
findByN_P_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_P_PrevAndNext

protected WikiPage getByN_P_PrevAndNext(Session session,
                                        WikiPage wikiPage,
                                        long nodeId,
                                        String parentTitle,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByN_R

public List<WikiPage> findByN_R(long nodeId,
                                String redirectTitle)
                         throws SystemException
Specified by:
findByN_R in interface WikiPagePersistence
Throws:
SystemException

findByN_R

public List<WikiPage> findByN_R(long nodeId,
                                String redirectTitle,
                                int start,
                                int end)
                         throws SystemException
Specified by:
findByN_R in interface WikiPagePersistence
Throws:
SystemException

findByN_R

public List<WikiPage> findByN_R(long nodeId,
                                String redirectTitle,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Specified by:
findByN_R in interface WikiPagePersistence
Throws:
SystemException

findByN_R_First

public WikiPage findByN_R_First(long nodeId,
                                String redirectTitle,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByN_R_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_R_Last

public WikiPage findByN_R_Last(long nodeId,
                               String redirectTitle,
                               OrderByComparator orderByComparator)
                        throws NoSuchPageException,
                               SystemException
Specified by:
findByN_R_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_R_PrevAndNext

public WikiPage[] findByN_R_PrevAndNext(long pageId,
                                        long nodeId,
                                        String redirectTitle,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchPageException,
                                        SystemException
Specified by:
findByN_R_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_R_PrevAndNext

protected WikiPage getByN_R_PrevAndNext(Session session,
                                        WikiPage wikiPage,
                                        long nodeId,
                                        String redirectTitle,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByN_S

public List<WikiPage> findByN_S(long nodeId,
                                int status)
                         throws SystemException
Specified by:
findByN_S in interface WikiPagePersistence
Throws:
SystemException

findByN_S

public List<WikiPage> findByN_S(long nodeId,
                                int status,
                                int start,
                                int end)
                         throws SystemException
Specified by:
findByN_S in interface WikiPagePersistence
Throws:
SystemException

findByN_S

public List<WikiPage> findByN_S(long nodeId,
                                int status,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Specified by:
findByN_S in interface WikiPagePersistence
Throws:
SystemException

findByN_S_First

public WikiPage findByN_S_First(long nodeId,
                                int status,
                                OrderByComparator orderByComparator)
                         throws NoSuchPageException,
                                SystemException
Specified by:
findByN_S_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_S_Last

public WikiPage findByN_S_Last(long nodeId,
                               int status,
                               OrderByComparator orderByComparator)
                        throws NoSuchPageException,
                               SystemException
Specified by:
findByN_S_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_S_PrevAndNext

public WikiPage[] findByN_S_PrevAndNext(long pageId,
                                        long nodeId,
                                        int status,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchPageException,
                                        SystemException
Specified by:
findByN_S_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_S_PrevAndNext

protected WikiPage getByN_S_PrevAndNext(Session session,
                                        WikiPage wikiPage,
                                        long nodeId,
                                        int status,
                                        OrderByComparator orderByComparator,
                                        boolean previous)

findByR_N_V

public WikiPage findByR_N_V(long resourcePrimKey,
                            long nodeId,
                            double version)
                     throws NoSuchPageException,
                            SystemException
Specified by:
findByR_N_V in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

fetchByR_N_V

public WikiPage fetchByR_N_V(long resourcePrimKey,
                             long nodeId,
                             double version)
                      throws SystemException
Specified by:
fetchByR_N_V in interface WikiPagePersistence
Throws:
SystemException

fetchByR_N_V

public WikiPage fetchByR_N_V(long resourcePrimKey,
                             long nodeId,
                             double version,
                             boolean retrieveFromCache)
                      throws SystemException
Specified by:
fetchByR_N_V in interface WikiPagePersistence
Throws:
SystemException

findByR_N_S

public List<WikiPage> findByR_N_S(long resourcePrimKey,
                                  long nodeId,
                                  int status)
                           throws SystemException
Specified by:
findByR_N_S in interface WikiPagePersistence
Throws:
SystemException

findByR_N_S

public List<WikiPage> findByR_N_S(long resourcePrimKey,
                                  long nodeId,
                                  int status,
                                  int start,
                                  int end)
                           throws SystemException
Specified by:
findByR_N_S in interface WikiPagePersistence
Throws:
SystemException

findByR_N_S

public List<WikiPage> findByR_N_S(long resourcePrimKey,
                                  long nodeId,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Specified by:
findByR_N_S in interface WikiPagePersistence
Throws:
SystemException

findByR_N_S_First

public WikiPage findByR_N_S_First(long resourcePrimKey,
                                  long nodeId,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByR_N_S_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByR_N_S_Last

public WikiPage findByR_N_S_Last(long resourcePrimKey,
                                 long nodeId,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByR_N_S_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByR_N_S_PrevAndNext

public WikiPage[] findByR_N_S_PrevAndNext(long pageId,
                                          long resourcePrimKey,
                                          long nodeId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchPageException,
                                          SystemException
Specified by:
findByR_N_S_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByR_N_S_PrevAndNext

protected WikiPage getByR_N_S_PrevAndNext(Session session,
                                          WikiPage wikiPage,
                                          long resourcePrimKey,
                                          long nodeId,
                                          int status,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByU_N_S

public List<WikiPage> findByU_N_S(long userId,
                                  long nodeId,
                                  int status)
                           throws SystemException
Specified by:
findByU_N_S in interface WikiPagePersistence
Throws:
SystemException

findByU_N_S

public List<WikiPage> findByU_N_S(long userId,
                                  long nodeId,
                                  int status,
                                  int start,
                                  int end)
                           throws SystemException
Specified by:
findByU_N_S in interface WikiPagePersistence
Throws:
SystemException

findByU_N_S

public List<WikiPage> findByU_N_S(long userId,
                                  long nodeId,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Specified by:
findByU_N_S in interface WikiPagePersistence
Throws:
SystemException

findByU_N_S_First

public WikiPage findByU_N_S_First(long userId,
                                  long nodeId,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByU_N_S_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByU_N_S_Last

public WikiPage findByU_N_S_Last(long userId,
                                 long nodeId,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByU_N_S_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByU_N_S_PrevAndNext

public WikiPage[] findByU_N_S_PrevAndNext(long pageId,
                                          long userId,
                                          long nodeId,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchPageException,
                                          SystemException
Specified by:
findByU_N_S_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByU_N_S_PrevAndNext

protected WikiPage getByU_N_S_PrevAndNext(Session session,
                                          WikiPage wikiPage,
                                          long userId,
                                          long nodeId,
                                          int status,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByN_T_V

public WikiPage findByN_T_V(long nodeId,
                            String title,
                            double version)
                     throws NoSuchPageException,
                            SystemException
Specified by:
findByN_T_V in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

fetchByN_T_V

public WikiPage fetchByN_T_V(long nodeId,
                             String title,
                             double version)
                      throws SystemException
Specified by:
fetchByN_T_V in interface WikiPagePersistence
Throws:
SystemException

fetchByN_T_V

public WikiPage fetchByN_T_V(long nodeId,
                             String title,
                             double version,
                             boolean retrieveFromCache)
                      throws SystemException
Specified by:
fetchByN_T_V in interface WikiPagePersistence
Throws:
SystemException

findByN_T_H

public List<WikiPage> findByN_T_H(long nodeId,
                                  String title,
                                  boolean head)
                           throws SystemException
Specified by:
findByN_T_H in interface WikiPagePersistence
Throws:
SystemException

findByN_T_H

public List<WikiPage> findByN_T_H(long nodeId,
                                  String title,
                                  boolean head,
                                  int start,
                                  int end)
                           throws SystemException
Specified by:
findByN_T_H in interface WikiPagePersistence
Throws:
SystemException

findByN_T_H

public List<WikiPage> findByN_T_H(long nodeId,
                                  String title,
                                  boolean head,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Specified by:
findByN_T_H in interface WikiPagePersistence
Throws:
SystemException

findByN_T_H_First

public WikiPage findByN_T_H_First(long nodeId,
                                  String title,
                                  boolean head,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByN_T_H_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_T_H_Last

public WikiPage findByN_T_H_Last(long nodeId,
                                 String title,
                                 boolean head,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByN_T_H_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_T_H_PrevAndNext

public WikiPage[] findByN_T_H_PrevAndNext(long pageId,
                                          long nodeId,
                                          String title,
                                          boolean head,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchPageException,
                                          SystemException
Specified by:
findByN_T_H_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_T_H_PrevAndNext

protected WikiPage getByN_T_H_PrevAndNext(Session session,
                                          WikiPage wikiPage,
                                          long nodeId,
                                          String title,
                                          boolean head,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByN_T_S

public List<WikiPage> findByN_T_S(long nodeId,
                                  String title,
                                  int status)
                           throws SystemException
Specified by:
findByN_T_S in interface WikiPagePersistence
Throws:
SystemException

findByN_T_S

public List<WikiPage> findByN_T_S(long nodeId,
                                  String title,
                                  int status,
                                  int start,
                                  int end)
                           throws SystemException
Specified by:
findByN_T_S in interface WikiPagePersistence
Throws:
SystemException

findByN_T_S

public List<WikiPage> findByN_T_S(long nodeId,
                                  String title,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Specified by:
findByN_T_S in interface WikiPagePersistence
Throws:
SystemException

findByN_T_S_First

public WikiPage findByN_T_S_First(long nodeId,
                                  String title,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByN_T_S_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_T_S_Last

public WikiPage findByN_T_S_Last(long nodeId,
                                 String title,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByN_T_S_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_T_S_PrevAndNext

public WikiPage[] findByN_T_S_PrevAndNext(long pageId,
                                          long nodeId,
                                          String title,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchPageException,
                                          SystemException
Specified by:
findByN_T_S_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_T_S_PrevAndNext

protected WikiPage getByN_T_S_PrevAndNext(Session session,
                                          WikiPage wikiPage,
                                          long nodeId,
                                          String title,
                                          int status,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByN_H_P

public List<WikiPage> findByN_H_P(long nodeId,
                                  boolean head,
                                  String parentTitle)
                           throws SystemException
Specified by:
findByN_H_P in interface WikiPagePersistence
Throws:
SystemException

findByN_H_P

public List<WikiPage> findByN_H_P(long nodeId,
                                  boolean head,
                                  String parentTitle,
                                  int start,
                                  int end)
                           throws SystemException
Specified by:
findByN_H_P in interface WikiPagePersistence
Throws:
SystemException

findByN_H_P

public List<WikiPage> findByN_H_P(long nodeId,
                                  boolean head,
                                  String parentTitle,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Specified by:
findByN_H_P in interface WikiPagePersistence
Throws:
SystemException

findByN_H_P_First

public WikiPage findByN_H_P_First(long nodeId,
                                  boolean head,
                                  String parentTitle,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByN_H_P_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_P_Last

public WikiPage findByN_H_P_Last(long nodeId,
                                 boolean head,
                                 String parentTitle,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByN_H_P_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_P_PrevAndNext

public WikiPage[] findByN_H_P_PrevAndNext(long pageId,
                                          long nodeId,
                                          boolean head,
                                          String parentTitle,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchPageException,
                                          SystemException
Specified by:
findByN_H_P_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_H_P_PrevAndNext

protected WikiPage getByN_H_P_PrevAndNext(Session session,
                                          WikiPage wikiPage,
                                          long nodeId,
                                          boolean head,
                                          String parentTitle,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByN_H_S

public List<WikiPage> findByN_H_S(long nodeId,
                                  boolean head,
                                  int status)
                           throws SystemException
Specified by:
findByN_H_S in interface WikiPagePersistence
Throws:
SystemException

findByN_H_S

public List<WikiPage> findByN_H_S(long nodeId,
                                  boolean head,
                                  int status,
                                  int start,
                                  int end)
                           throws SystemException
Specified by:
findByN_H_S in interface WikiPagePersistence
Throws:
SystemException

findByN_H_S

public List<WikiPage> findByN_H_S(long nodeId,
                                  boolean head,
                                  int status,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                           throws SystemException
Specified by:
findByN_H_S in interface WikiPagePersistence
Throws:
SystemException

findByN_H_S_First

public WikiPage findByN_H_S_First(long nodeId,
                                  boolean head,
                                  int status,
                                  OrderByComparator orderByComparator)
                           throws NoSuchPageException,
                                  SystemException
Specified by:
findByN_H_S_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_S_Last

public WikiPage findByN_H_S_Last(long nodeId,
                                 boolean head,
                                 int status,
                                 OrderByComparator orderByComparator)
                          throws NoSuchPageException,
                                 SystemException
Specified by:
findByN_H_S_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_S_PrevAndNext

public WikiPage[] findByN_H_S_PrevAndNext(long pageId,
                                          long nodeId,
                                          boolean head,
                                          int status,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchPageException,
                                          SystemException
Specified by:
findByN_H_S_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_H_S_PrevAndNext

protected WikiPage getByN_H_S_PrevAndNext(Session session,
                                          WikiPage wikiPage,
                                          long nodeId,
                                          boolean head,
                                          int status,
                                          OrderByComparator orderByComparator,
                                          boolean previous)

findByN_H_P_S

public List<WikiPage> findByN_H_P_S(long nodeId,
                                    boolean head,
                                    String parentTitle,
                                    int status)
                             throws SystemException
Specified by:
findByN_H_P_S in interface WikiPagePersistence
Throws:
SystemException

findByN_H_P_S

public List<WikiPage> findByN_H_P_S(long nodeId,
                                    boolean head,
                                    String parentTitle,
                                    int status,
                                    int start,
                                    int end)
                             throws SystemException
Specified by:
findByN_H_P_S in interface WikiPagePersistence
Throws:
SystemException

findByN_H_P_S

public List<WikiPage> findByN_H_P_S(long nodeId,
                                    boolean head,
                                    String parentTitle,
                                    int status,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                             throws SystemException
Specified by:
findByN_H_P_S in interface WikiPagePersistence
Throws:
SystemException

findByN_H_P_S_First

public WikiPage findByN_H_P_S_First(long nodeId,
                                    boolean head,
                                    String parentTitle,
                                    int status,
                                    OrderByComparator orderByComparator)
                             throws NoSuchPageException,
                                    SystemException
Specified by:
findByN_H_P_S_First in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_P_S_Last

public WikiPage findByN_H_P_S_Last(long nodeId,
                                   boolean head,
                                   String parentTitle,
                                   int status,
                                   OrderByComparator orderByComparator)
                            throws NoSuchPageException,
                                   SystemException
Specified by:
findByN_H_P_S_Last in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

findByN_H_P_S_PrevAndNext

public WikiPage[] findByN_H_P_S_PrevAndNext(long pageId,
                                            long nodeId,
                                            boolean head,
                                            String parentTitle,
                                            int status,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchPageException,
                                            SystemException
Specified by:
findByN_H_P_S_PrevAndNext in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

getByN_H_P_S_PrevAndNext

protected WikiPage getByN_H_P_S_PrevAndNext(Session session,
                                            WikiPage wikiPage,
                                            long nodeId,
                                            boolean head,
                                            String parentTitle,
                                            int status,
                                            OrderByComparator orderByComparator,
                                            boolean previous)

findAll

public List<WikiPage> findAll()
                       throws SystemException
Specified by:
findAll in interface WikiPagePersistence
Throws:
SystemException

findAll

public List<WikiPage> findAll(int start,
                              int end)
                       throws SystemException
Specified by:
findAll in interface WikiPagePersistence
Throws:
SystemException

findAll

public List<WikiPage> findAll(int start,
                              int end,
                              OrderByComparator orderByComparator)
                       throws SystemException
Specified by:
findAll in interface WikiPagePersistence
Throws:
SystemException

removeByUuid

public void removeByUuid(String uuid)
                  throws SystemException
Specified by:
removeByUuid in interface WikiPagePersistence
Throws:
SystemException

removeByUUID_G

public void removeByUUID_G(String uuid,
                           long groupId)
                    throws NoSuchPageException,
                           SystemException
Specified by:
removeByUUID_G in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

removeByNodeId

public void removeByNodeId(long nodeId)
                    throws SystemException
Specified by:
removeByNodeId in interface WikiPagePersistence
Throws:
SystemException

removeByFormat

public void removeByFormat(String format)
                    throws SystemException
Specified by:
removeByFormat in interface WikiPagePersistence
Throws:
SystemException

removeByR_N

public void removeByR_N(long resourcePrimKey,
                        long nodeId)
                 throws SystemException
Specified by:
removeByR_N in interface WikiPagePersistence
Throws:
SystemException

removeByN_T

public void removeByN_T(long nodeId,
                        String title)
                 throws SystemException
Specified by:
removeByN_T in interface WikiPagePersistence
Throws:
SystemException

removeByN_H

public void removeByN_H(long nodeId,
                        boolean head)
                 throws SystemException
Specified by:
removeByN_H in interface WikiPagePersistence
Throws:
SystemException

removeByN_P

public void removeByN_P(long nodeId,
                        String parentTitle)
                 throws SystemException
Specified by:
removeByN_P in interface WikiPagePersistence
Throws:
SystemException

removeByN_R

public void removeByN_R(long nodeId,
                        String redirectTitle)
                 throws SystemException
Specified by:
removeByN_R in interface WikiPagePersistence
Throws:
SystemException

removeByN_S

public void removeByN_S(long nodeId,
                        int status)
                 throws SystemException
Specified by:
removeByN_S in interface WikiPagePersistence
Throws:
SystemException

removeByR_N_V

public void removeByR_N_V(long resourcePrimKey,
                          long nodeId,
                          double version)
                   throws NoSuchPageException,
                          SystemException
Specified by:
removeByR_N_V in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

removeByR_N_S

public void removeByR_N_S(long resourcePrimKey,
                          long nodeId,
                          int status)
                   throws SystemException
Specified by:
removeByR_N_S in interface WikiPagePersistence
Throws:
SystemException

removeByU_N_S

public void removeByU_N_S(long userId,
                          long nodeId,
                          int status)
                   throws SystemException
Specified by:
removeByU_N_S in interface WikiPagePersistence
Throws:
SystemException

removeByN_T_V

public void removeByN_T_V(long nodeId,
                          String title,
                          double version)
                   throws NoSuchPageException,
                          SystemException
Specified by:
removeByN_T_V in interface WikiPagePersistence
Throws:
NoSuchPageException
SystemException

removeByN_T_H

public void removeByN_T_H(long nodeId,
                          String title,
                          boolean head)
                   throws SystemException
Specified by:
removeByN_T_H in interface WikiPagePersistence
Throws:
SystemException

removeByN_T_S

public void removeByN_T_S(long nodeId,
                          String title,
                          int status)
                   throws SystemException
Specified by:
removeByN_T_S in interface WikiPagePersistence
Throws:
SystemException

removeByN_H_P

public void removeByN_H_P(long nodeId,
                          boolean head,
                          String parentTitle)
                   throws SystemException
Specified by:
removeByN_H_P in interface WikiPagePersistence
Throws:
SystemException

removeByN_H_S

public void removeByN_H_S(long nodeId,
                          boolean head,
                          int status)
                   throws SystemException
Specified by:
removeByN_H_S in interface WikiPagePersistence
Throws:
SystemException

removeByN_H_P_S

public void removeByN_H_P_S(long nodeId,
                            boolean head,
                            String parentTitle,
                            int status)
                     throws SystemException
Specified by:
removeByN_H_P_S in interface WikiPagePersistence
Throws:
SystemException

removeAll

public void removeAll()
               throws SystemException
Specified by:
removeAll in interface WikiPagePersistence
Throws:
SystemException

countByUuid

public int countByUuid(String uuid)
                throws SystemException
Specified by:
countByUuid in interface WikiPagePersistence
Throws:
SystemException

countByUUID_G

public int countByUUID_G(String uuid,
                         long groupId)
                  throws SystemException
Specified by:
countByUUID_G in interface WikiPagePersistence
Throws:
SystemException

countByNodeId

public int countByNodeId(long nodeId)
                  throws SystemException
Specified by:
countByNodeId in interface WikiPagePersistence
Throws:
SystemException

countByFormat

public int countByFormat(String format)
                  throws SystemException
Specified by:
countByFormat in interface WikiPagePersistence
Throws:
SystemException

countByR_N

public int countByR_N(long resourcePrimKey,
                      long nodeId)
               throws SystemException
Specified by:
countByR_N in interface WikiPagePersistence
Throws:
SystemException

countByN_T

public int countByN_T(long nodeId,
                      String title)
               throws SystemException
Specified by:
countByN_T in interface WikiPagePersistence
Throws:
SystemException

countByN_H

public int countByN_H(long nodeId,
                      boolean head)
               throws SystemException
Specified by:
countByN_H in interface WikiPagePersistence
Throws:
SystemException

countByN_P

public int countByN_P(long nodeId,
                      String parentTitle)
               throws SystemException
Specified by:
countByN_P in interface WikiPagePersistence
Throws:
SystemException

countByN_R

public int countByN_R(long nodeId,
                      String redirectTitle)
               throws SystemException
Specified by:
countByN_R in interface WikiPagePersistence
Throws:
SystemException

countByN_S

public int countByN_S(long nodeId,
                      int status)
               throws SystemException
Specified by:
countByN_S in interface WikiPagePersistence
Throws:
SystemException

countByR_N_V

public int countByR_N_V(long resourcePrimKey,
                        long nodeId,
                        double version)
                 throws SystemException
Specified by:
countByR_N_V in interface WikiPagePersistence
Throws:
SystemException

countByR_N_S

public int countByR_N_S(long resourcePrimKey,
                        long nodeId,
                        int status)
                 throws SystemException
Specified by:
countByR_N_S in interface WikiPagePersistence
Throws:
SystemException

countByU_N_S

public int countByU_N_S(long userId,
                        long nodeId,
                        int status)
                 throws SystemException
Specified by:
countByU_N_S in interface WikiPagePersistence
Throws:
SystemException

countByN_T_V

public int countByN_T_V(long nodeId,
                        String title,
                        double version)
                 throws SystemException
Specified by:
countByN_T_V in interface WikiPagePersistence
Throws:
SystemException

countByN_T_H

public int countByN_T_H(long nodeId,
                        String title,
                        boolean head)
                 throws SystemException
Specified by:
countByN_T_H in interface WikiPagePersistence
Throws:
SystemException

countByN_T_S

public int countByN_T_S(long nodeId,
                        String title,
                        int status)
                 throws SystemException
Specified by:
countByN_T_S in interface WikiPagePersistence
Throws:
SystemException

countByN_H_P

public int countByN_H_P(long nodeId,
                        boolean head,
                        String parentTitle)
                 throws SystemException
Specified by:
countByN_H_P in interface WikiPagePersistence
Throws:
SystemException

countByN_H_S

public int countByN_H_S(long nodeId,
                        boolean head,
                        int status)
                 throws SystemException
Specified by:
countByN_H_S in interface WikiPagePersistence
Throws:
SystemException

countByN_H_P_S

public int countByN_H_P_S(long nodeId,
                          boolean head,
                          String parentTitle,
                          int status)
                   throws SystemException
Specified by:
countByN_H_P_S in interface WikiPagePersistence
Throws:
SystemException

countAll

public int countAll()
             throws SystemException
Specified by:
countAll in interface WikiPagePersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3