|
Liferay 7.0-ce-m3 | |||||||||
| 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
@ProviderType 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)
public static int countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
public static int filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
public static int filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
public static List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
public static List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
public static WikiPage findByResourcePrimKey(long resourcePrimKey)
throws NoSuchPageException
NoSuchPageException
public static List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
public static List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
public static List<WikiPage> findByNoAssets()
public static WikiPageFinder getFinder()
public void setFinder(WikiPageFinder finder)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||