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


public interface WikiPageFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByCreateDate(long nodeId, java.util.Date createDate, boolean before)
           
 int countByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before)
           
 java.util.List<WikiPage> findByCreateDate(long nodeId, java.util.Date createDate, boolean before, int start, int end)
           
 java.util.List<WikiPage> findByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end)
           
 java.util.List<WikiPage> findByNoAssets()
           
 WikiPage findByResourcePrimKey(long resourcePrimKey)
           
 WikiPage findByUuid_G(java.lang.String uuid, long groupId)
           
 

Method Detail

countByCreateDate

int countByCreateDate(long nodeId,
                      java.util.Date createDate,
                      boolean before)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByCreateDate

int countByCreateDate(long nodeId,
                      java.sql.Timestamp createDate,
                      boolean before)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByResourcePrimKey

WikiPage findByResourcePrimKey(long resourcePrimKey)
                               throws com.liferay.portal.SystemException,
                                      NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByCreateDate

java.util.List<WikiPage> findByCreateDate(long nodeId,
                                          java.util.Date createDate,
                                          boolean before,
                                          int start,
                                          int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCreateDate

java.util.List<WikiPage> findByCreateDate(long nodeId,
                                          java.sql.Timestamp createDate,
                                          boolean before,
                                          int start,
                                          int end)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByNoAssets

java.util.List<WikiPage> findByNoAssets()
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_G

WikiPage findByUuid_G(java.lang.String uuid,
                      long groupId)
                      throws com.liferay.portal.SystemException,
                             NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException