@ProviderType
public class WikiPageFinderUtil
extends java.lang.Object
| Constructor and Description |
|---|
WikiPageFinderUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before) |
static int |
countByCreateDate(long groupId,
long nodeId,
java.sql.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,
java.util.Date createDate,
boolean before) |
static int |
filterCountByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before) |
static int |
filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
static java.util.List<WikiPage> |
filterFindByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before,
int start,
int end) |
static java.util.List<WikiPage> |
filterFindByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before,
int start,
int end) |
static java.util.List<WikiPage> |
filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
static java.util.List<WikiPage> |
findByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before,
int start,
int end) |
static java.util.List<WikiPage> |
findByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before,
int start,
int end) |
static java.util.List<WikiPage> |
findByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
static java.util.List<WikiPage> |
findByNoAssets() |
static WikiPage |
findByResourcePrimKey(long resourcePrimKey) |
static WikiPageFinder |
getFinder() |
void |
setFinder(WikiPageFinder finder) |
public static int countByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before)
throws SystemException
SystemExceptionpublic static int countByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before)
throws SystemException
SystemExceptionpublic static int countByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
throws SystemException
SystemExceptionpublic static int filterCountByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before)
throws SystemException
SystemExceptionpublic static int filterCountByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before)
throws SystemException
SystemExceptionpublic static int filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
throws SystemException
SystemExceptionpublic static java.util.List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition) throws SystemException
SystemExceptionpublic static WikiPage findByResourcePrimKey(long resourcePrimKey) throws SystemException, NoSuchPageException
SystemExceptionNoSuchPageExceptionpublic static java.util.List<WikiPage> findByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<WikiPage> findByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<WikiPage> findByNoAssets() throws SystemException
SystemExceptionpublic static java.util.List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition) throws SystemException
SystemExceptionpublic static WikiPageFinder getFinder()
public void setFinder(WikiPageFinder finder)