|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.wiki.service.persistence.WikiPageFinderUtil
public class WikiPageFinderUtil
| Constructor Summary | |
|---|---|
WikiPageFinderUtil()
|
|
| Method Summary | |
|---|---|
static int |
countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
static int |
countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
static int |
filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
static int |
filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
static List<WikiPage> |
filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
|
static List<WikiPage> |
findByNoAssets()
|
static WikiPage |
findByResourcePrimKey(long resourcePrimKey)
|
static WikiPageFinder |
getFinder()
|
void |
setFinder(WikiPageFinder finder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiPageFinderUtil()
| Method Detail |
|---|
public static int countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
throws SystemException
SystemException
public static int countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
throws SystemException
SystemException
public static int filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
throws SystemException
SystemException
public static int filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
throws SystemException
SystemException
public static List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
public static List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
public static WikiPage findByResourcePrimKey(long resourcePrimKey)
throws SystemException,
NoSuchPageException
SystemException
NoSuchPageException
public static List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
public static List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
throws SystemException
SystemException
public static List<WikiPage> findByNoAssets()
throws SystemException
SystemExceptionpublic static WikiPageFinder getFinder()
public void setFinder(WikiPageFinder finder)
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||