com.liferay.portlet.wiki.service.persistence
Interface WikiPagePersistence

All Superinterfaces:
BasePersistence

@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface WikiPagePersistence
extends BasePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 int countByFormat(java.lang.String format)
           
 int countByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
           
 int countByN_H(long nodeId, boolean head)
           
 int countByN_P(long nodeId, java.lang.String parentTitle)
           
 int countByN_R(long nodeId, java.lang.String redirectTitle)
           
 int countByN_T_H(long nodeId, java.lang.String title, boolean head)
           
 int countByN_T_V(long nodeId, java.lang.String title, double version)
           
 int countByN_T(long nodeId, java.lang.String title)
           
 int countByNodeId(long nodeId)
           
 int countByUuid(java.lang.String uuid)
           
 WikiPage create(long pageId)
           
 WikiPage fetchByN_T_V(long nodeId, java.lang.String title, double version)
           
 WikiPage fetchByPrimaryKey(long pageId)
           
 java.util.List<WikiPage> findAll()
           
 java.util.List<WikiPage> findAll(int start, int end)
           
 java.util.List<WikiPage> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByFormat_First(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByFormat_Last(java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByFormat_PrevAndNext(long pageId, java.lang.String format, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> findByFormat(java.lang.String format)
           
 java.util.List<WikiPage> findByFormat(java.lang.String format, int start, int end)
           
 java.util.List<WikiPage> findByFormat(java.lang.String format, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_H_First(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_H_Last(long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_H_P_First(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_H_P_Last(long nodeId, boolean head, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
           
 java.util.List<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end)
           
 java.util.List<WikiPage> findByN_H_P(long nodeId, boolean head, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByN_H_PrevAndNext(long pageId, long nodeId, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> findByN_H(long nodeId, boolean head)
           
 java.util.List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end)
           
 java.util.List<WikiPage> findByN_H(long nodeId, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_P_First(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_P_Last(long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByN_P_PrevAndNext(long pageId, long nodeId, java.lang.String parentTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle)
           
 java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end)
           
 java.util.List<WikiPage> findByN_P(long nodeId, java.lang.String parentTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_R_First(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_R_Last(long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByN_R_PrevAndNext(long pageId, long nodeId, java.lang.String redirectTitle, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle)
           
 java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end)
           
 java.util.List<WikiPage> findByN_R(long nodeId, java.lang.String redirectTitle, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_T_First(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_T_H_First(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_T_H_Last(long nodeId, java.lang.String title, boolean head, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head)
           
 java.util.List<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end)
           
 java.util.List<WikiPage> findByN_T_H(long nodeId, java.lang.String title, boolean head, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_T_Last(long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByN_T_PrevAndNext(long pageId, long nodeId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByN_T_V(long nodeId, java.lang.String title, double version)
           
 java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title)
           
 java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end)
           
 java.util.List<WikiPage> findByN_T(long nodeId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByNodeId_First(long nodeId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByNodeId_Last(long nodeId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByNodeId_PrevAndNext(long pageId, long nodeId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> findByNodeId(long nodeId)
           
 java.util.List<WikiPage> findByNodeId(long nodeId, int start, int end)
           
 java.util.List<WikiPage> findByNodeId(long nodeId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByPrimaryKey(long pageId)
           
 WikiPage findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WikiPage[] findByUuid_PrevAndNext(long pageId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<WikiPage> findByUuid(java.lang.String uuid)
           
 java.util.List<WikiPage> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<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)
           
 WikiPage remove(long pageId)
           
 WikiPage remove(WikiPage wikiPage)
           
 void removeAll()
           
 void removeByFormat(java.lang.String format)
           
 void removeByN_H_P(long nodeId, boolean head, java.lang.String parentTitle)
           
 void removeByN_H(long nodeId, boolean head)
           
 void removeByN_P(long nodeId, java.lang.String parentTitle)
           
 void removeByN_R(long nodeId, java.lang.String redirectTitle)
           
 void removeByN_T_H(long nodeId, java.lang.String title, boolean head)
           
 void removeByN_T_V(long nodeId, java.lang.String title, double version)
           
 void removeByN_T(long nodeId, java.lang.String title)
           
 void removeByNodeId(long nodeId)
           
 void removeByUuid(java.lang.String uuid)
           
 WikiPage update(WikiPage wikiPage)
          Deprecated. Use update(WikiPage wikiPage, boolean merge).
 WikiPage update(WikiPage wikiPage, boolean merge)
          Add, update, or merge, the entity.
 WikiPage updateImpl(WikiPage wikiPage, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
getListeners, registerListener, unregisterListener
 

Method Detail

create

WikiPage create(long pageId)

remove

WikiPage remove(long pageId)
                throws com.liferay.portal.SystemException,
                       NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

remove

WikiPage remove(WikiPage wikiPage)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

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

Throws:
com.liferay.portal.SystemException

update

WikiPage update(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.

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

WikiPage updateImpl(WikiPage wikiPage,
                    boolean merge)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByPrimaryKey(long pageId)
                          throws com.liferay.portal.SystemException,
                                 NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

fetchByPrimaryKey

WikiPage fetchByPrimaryKey(long pageId)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByUuid(java.lang.String uuid)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByUuid(java.lang.String uuid,
                                                  int start,
                                                  int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByUuid(java.lang.String uuid,
                                                  int start,
                                                  int end,
                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByUuid_First(java.lang.String uuid,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                          throws com.liferay.portal.SystemException,
                                 NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByUuid_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByUuid_Last(java.lang.String uuid,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException,
                                NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByUuid_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByUuid_PrevAndNext(long pageId,
                                                java.lang.String uuid,
                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                  throws com.liferay.portal.SystemException,
                                         NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByNodeId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByNodeId(long nodeId)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNodeId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByNodeId(long nodeId,
                                                    int start,
                                                    int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNodeId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByNodeId(long nodeId,
                                                    int start,
                                                    int end,
                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNodeId_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByNodeId_First(long nodeId,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.SystemException,
                                   NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByNodeId_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByNodeId_Last(long nodeId,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException,
                                  NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByNodeId_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByNodeId_PrevAndNext(long pageId,
                                                  long nodeId,
                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByFormat

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByFormat(java.lang.String format)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByFormat

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByFormat(java.lang.String format,
                                                    int start,
                                                    int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByFormat

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByFormat(java.lang.String format,
                                                    int start,
                                                    int end,
                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByFormat_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByFormat_First(java.lang.String format,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.SystemException,
                                   NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByFormat_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByFormat_Last(java.lang.String format,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException,
                                  NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByFormat_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByFormat_PrevAndNext(long pageId,
                                                  java.lang.String format,
                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_T

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_T(long nodeId,
                                                 java.lang.String title)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_T

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_T(long nodeId,
                                                 java.lang.String title,
                                                 int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_T

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<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
Throws:
com.liferay.portal.SystemException

findByN_T_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_T_First(long nodeId,
                                       java.lang.String title,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException,
                                NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_T_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_T_Last(long nodeId,
                                      java.lang.String title,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                        throws com.liferay.portal.SystemException,
                               NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_T_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByN_T_PrevAndNext(long pageId,
                                               long nodeId,
                                               java.lang.String title,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.SystemException,
                                        NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_H(long nodeId,
                                                 boolean head)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_H(long nodeId,
                                                 boolean head,
                                                 int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_H(long nodeId,
                                                 boolean head,
                                                 int start,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_H_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_H_First(long nodeId,
                                       boolean head,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException,
                                NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_H_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_H_Last(long nodeId,
                                      boolean head,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                        throws com.liferay.portal.SystemException,
                               NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_H_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByN_H_PrevAndNext(long pageId,
                                               long nodeId,
                                               boolean head,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.SystemException,
                                        NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_P(long nodeId,
                                                 java.lang.String parentTitle)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_P(long nodeId,
                                                 java.lang.String parentTitle,
                                                 int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<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
Throws:
com.liferay.portal.SystemException

findByN_P_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_P_First(long nodeId,
                                       java.lang.String parentTitle,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException,
                                NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_P_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_P_Last(long nodeId,
                                      java.lang.String parentTitle,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                        throws com.liferay.portal.SystemException,
                               NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_P_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByN_P_PrevAndNext(long pageId,
                                               long nodeId,
                                               java.lang.String parentTitle,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.SystemException,
                                        NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_R

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_R(long nodeId,
                                                 java.lang.String redirectTitle)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_R

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_R(long nodeId,
                                                 java.lang.String redirectTitle,
                                                 int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_R

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<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
Throws:
com.liferay.portal.SystemException

findByN_R_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_R_First(long nodeId,
                                       java.lang.String redirectTitle,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException,
                                NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_R_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_R_Last(long nodeId,
                                      java.lang.String redirectTitle,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                        throws com.liferay.portal.SystemException,
                               NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_R_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage[] findByN_R_PrevAndNext(long pageId,
                                               long nodeId,
                                               java.lang.String redirectTitle,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.SystemException,
                                        NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_T_V

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_T_V(long nodeId,
                                   java.lang.String title,
                                   double version)
                     throws com.liferay.portal.SystemException,
                            NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

fetchByN_T_V

WikiPage fetchByN_T_V(long nodeId,
                      java.lang.String title,
                      double version)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_T_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_T_H(long nodeId,
                                                   java.lang.String title,
                                                   boolean head)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_T_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_T_H(long nodeId,
                                                   java.lang.String title,
                                                   boolean head,
                                                   int start,
                                                   int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_T_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<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
Throws:
com.liferay.portal.SystemException

findByN_T_H_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_T_H_First(long nodeId,
                                         java.lang.String title,
                                         boolean head,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException,
                                  NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_T_H_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_T_H_Last(long nodeId,
                                        java.lang.String title,
                                        boolean head,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                          throws com.liferay.portal.SystemException,
                                 NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_T_H_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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.portal.SystemException,
                                          NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_H_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_H_P(long nodeId,
                                                   boolean head,
                                                   java.lang.String parentTitle)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_H_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findByN_H_P(long nodeId,
                                                   boolean head,
                                                   java.lang.String parentTitle,
                                                   int start,
                                                   int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByN_H_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<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
Throws:
com.liferay.portal.SystemException

findByN_H_P_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_H_P_First(long nodeId,
                                         boolean head,
                                         java.lang.String parentTitle,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException,
                                  NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_H_P_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
WikiPage findByN_H_P_Last(long nodeId,
                                        boolean head,
                                        java.lang.String parentTitle,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                          throws com.liferay.portal.SystemException,
                                 NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByN_H_P_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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.portal.SystemException,
                                          NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findWithDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                                    int start,
                                                                    int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findAll()
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findAll(int start,
                                               int end)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<WikiPage> findAll(int start,
                                               int end,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUuid

void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByNodeId

void removeByNodeId(long nodeId)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByFormat

void removeByFormat(java.lang.String format)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByN_T

void removeByN_T(long nodeId,
                 java.lang.String title)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByN_H

void removeByN_H(long nodeId,
                 boolean head)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByN_P

void removeByN_P(long nodeId,
                 java.lang.String parentTitle)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByN_R

void removeByN_R(long nodeId,
                 java.lang.String redirectTitle)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByN_T_V

void removeByN_T_V(long nodeId,
                   java.lang.String title,
                   double version)
                   throws com.liferay.portal.SystemException,
                          NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

removeByN_T_H

void removeByN_T_H(long nodeId,
                   java.lang.String title,
                   boolean head)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByN_H_P

void removeByN_H_P(long nodeId,
                   boolean head,
                   java.lang.String parentTitle)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByNodeId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByNodeId(long nodeId)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByFormat

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByFormat(java.lang.String format)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_T

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_T(long nodeId,
                             java.lang.String title)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_H(long nodeId,
                             boolean head)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_P(long nodeId,
                             java.lang.String parentTitle)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_R

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_R(long nodeId,
                             java.lang.String redirectTitle)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_T_V

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_T_V(long nodeId,
                               java.lang.String title,
                               double version)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_T_H

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_T_H(long nodeId,
                               java.lang.String title,
                               boolean head)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByN_H_P

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByN_H_P(long nodeId,
                               boolean head,
                               java.lang.String parentTitle)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException