@ProviderType
public interface WikiPageFinder
| Modifier and Type | Method and Description |
|---|---|
int |
countByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before) |
int |
countByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before) |
int |
filterCountByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before) |
int |
filterCountByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before) |
java.util.List<WikiPage> |
filterFindByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before,
int start,
int end) |
java.util.List<WikiPage> |
filterFindByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before,
int start,
int end) |
java.util.List<WikiPage> |
findByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before,
int start,
int end) |
java.util.List<WikiPage> |
findByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before,
int start,
int end) |
java.util.List<WikiPage> |
findByNoAssets() |
WikiPage |
findByResourcePrimKey(long resourcePrimKey) |
int countByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before)
throws SystemException
SystemExceptionint countByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before)
throws SystemException
SystemExceptionint filterCountByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before)
throws SystemException
SystemExceptionint filterCountByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before)
throws SystemException
SystemExceptionjava.util.List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before, int start, int end) throws SystemException
SystemExceptionjava.util.List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end) throws SystemException
SystemExceptionWikiPage findByResourcePrimKey(long resourcePrimKey) throws SystemException, NoSuchPageException
SystemExceptionNoSuchPageExceptionjava.util.List<WikiPage> findByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before, int start, int end) throws SystemException
SystemExceptionjava.util.List<WikiPage> findByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end) throws SystemException
SystemExceptionjava.util.List<WikiPage> findByNoAssets() throws SystemException
SystemException