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

java.lang.Object
  extended bycom.liferay.portlet.wiki.service.persistence.WikiPageFinder

public class WikiPageFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_CREATEDATE
           
static java.lang.String FIND_BY_CREATEDATE
           
 
Constructor Summary
WikiPageFinder()
           
 
Method Summary
static int countByCreateDate(long nodeId, java.util.Date createDate, boolean before)
           
static int countByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before)
           
static java.util.List findByCreateDate(long nodeId, java.util.Date createDate, boolean before, int begin, int end)
           
static java.util.List findByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_CREATEDATE

public static java.lang.String COUNT_BY_CREATEDATE

FIND_BY_CREATEDATE

public static java.lang.String FIND_BY_CREATEDATE
Constructor Detail

WikiPageFinder

public WikiPageFinder()
Method Detail

countByCreateDate

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

countByCreateDate

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

findByCreateDate

public static 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 static 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