Interface WikiPageFinder


@ProviderType public interface WikiPageFinder
Generated:
  • Method Details

    • countByCreateDate

      int countByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
    • countByCreateDate

      int countByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
    • countByModifiedDate

      int countByModifiedDate(long groupId, long nodeId, Date modifiedDate, boolean before)
    • countByModifiedDate

      int countByModifiedDate(long groupId, long nodeId, Timestamp modifiedDate, boolean before)
    • countByG_N_H_S

      int countByG_N_H_S(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> queryDefinition)
    • filterCountByCreateDate

      int filterCountByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
    • filterCountByCreateDate

      int filterCountByCreateDate(long groupId, long nodeId, Timestamp modifiedDate, boolean before)
    • filterCountByModifiedDate

      int filterCountByModifiedDate(long groupId, long nodeId, Date modifiedDate, boolean before)
    • filterCountByModifiedDate

      int filterCountByModifiedDate(long groupId, long nodeId, Timestamp createDate, boolean before)
    • filterCountByG_N_H_S

      int filterCountByG_N_H_S(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> queryDefinition)
    • filterFindByCreateDate

      List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
    • filterFindByCreateDate

      List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
    • filterFindByModifiedDate

      List<WikiPage> filterFindByModifiedDate(long groupId, long nodeId, Date modifiedDate, boolean before, int start, int end)
    • filterFindByModifiedDate

      List<WikiPage> filterFindByModifiedDate(long groupId, long nodeId, Timestamp modifiedDate, boolean before, int start, int end)
    • filterFindByG_N_H_S

      List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> queryDefinition)
    • findByResourcePrimKey

      WikiPage findByResourcePrimKey(long resourcePrimKey) throws NoSuchPageException
      Throws:
      NoSuchPageException
    • findByCreateDate

      List<WikiPage> findByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
    • findByCreateDate

      List<WikiPage> findByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
    • findByModifiedDate

      List<WikiPage> findByModifiedDate(long groupId, long nodeId, Timestamp modifiedDate, boolean before, int start, int end)
    • findByNoAssets

      List<WikiPage> findByNoAssets()
    • findByG_N_H_S

      List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, com.liferay.portal.kernel.dao.orm.QueryDefinition<WikiPage> queryDefinition)