com.liferay.portlet.wiki.service.persistence
Class WikiPageFinder
java.lang.Object
com.liferay.portlet.wiki.service.persistence.WikiPageFinder
- public class WikiPageFinder
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
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 |
COUNT_BY_CREATEDATE
public static java.lang.String COUNT_BY_CREATEDATE
FIND_BY_CREATEDATE
public static java.lang.String FIND_BY_CREATEDATE
WikiPageFinder
public WikiPageFinder()
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