com.liferay.portlet.wiki.service.persistence
Class WikiPageFinderUtil
java.lang.Object
com.liferay.portlet.wiki.service.persistence.WikiPageFinderUtil
@ProviderType
public class WikiPageFinderUtil
- extends Object
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 |
countByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
|
static int |
filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
|
static int |
filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
|
static int |
filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
|
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> |
filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
|
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> |
findByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
|
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 |
WikiPageFinderUtil
public WikiPageFinderUtil()
countByCreateDate
public static int countByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
throws SystemException
- Throws:
SystemException
countByCreateDate
public static int countByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
throws SystemException
- Throws:
SystemException
countByG_N_H_S
public static int countByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
throws SystemException
- Throws:
SystemException
filterCountByCreateDate
public static int filterCountByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before)
throws SystemException
- Throws:
SystemException
filterCountByCreateDate
public static int filterCountByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before)
throws SystemException
- Throws:
SystemException
filterCountByG_N_H_S
public static int filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
throws SystemException
- Throws:
SystemException
filterFindByCreateDate
public static List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByCreateDate
public static List<WikiPage> filterFindByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByG_N_H_S
public static List<WikiPage> filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
throws SystemException
- Throws:
SystemException
findByResourcePrimKey
public static WikiPage findByResourcePrimKey(long resourcePrimKey)
throws SystemException,
NoSuchPageException
- Throws:
SystemException
NoSuchPageException
findByCreateDate
public static List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Date createDate,
boolean before,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCreateDate
public static List<WikiPage> findByCreateDate(long groupId,
long nodeId,
Timestamp createDate,
boolean before,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByNoAssets
public static List<WikiPage> findByNoAssets()
throws SystemException
- Throws:
SystemException
findByG_N_H_S
public static List<WikiPage> findByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
throws SystemException
- Throws:
SystemException
getFinder
public static WikiPageFinder getFinder()
setFinder
public void setFinder(WikiPageFinder finder)