@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 |
countByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
int |
filterCountByCreateDate(long groupId,
long nodeId,
java.util.Date createDate,
boolean before) |
int |
filterCountByCreateDate(long groupId,
long nodeId,
java.sql.Timestamp createDate,
boolean before) |
int |
filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
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> |
filterFindByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
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> |
findByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition) |
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 countByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
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
SystemExceptionint filterCountByG_N_H_S(long groupId,
long nodeId,
boolean head,
QueryDefinition queryDefinition)
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
SystemExceptionjava.util.List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition) 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
SystemExceptionjava.util.List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition) throws SystemException
SystemException