@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,
com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> 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,
com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> 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,
com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> 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,
com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> queryDefinition) |
java.util.List<WikiPage> |
findByNoAssets() |
WikiPage |
findByResourcePrimKey(long resourcePrimKey) |
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, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> 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, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> 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, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> queryDefinition)
WikiPage findByResourcePrimKey(long resourcePrimKey) throws NoSuchPageException
NoSuchPageException
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()