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 findByCreateDate(long nodeId, java.util.Date createDate, boolean before, int begin, int end)
           
 java.util.List findByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before, int begin, int end)
           
 java.util.List findByNoAssets()
           
 WikiPage findByUuid_G(java.lang.String uuid, long groupId)
           
 

Method Detail

countByCreateDate

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

countByCreateDate

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

findByCreateDate

public java.util.List findByCreateDate(long nodeId,
                                       java.util.Date createDate,
                                       boolean before,
                                       int begin,
                                       int end)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCreateDate

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

findByNoAssets

public java.util.List findByNoAssets()
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid_G

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