@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 |
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 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> |
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> |
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 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 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 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 WikiPageFinder getFinder()
public void setFinder(WikiPageFinder finder)