Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.service.persistence
Interface WikiPageFinder

All Known Implementing Classes:
WikiPageFinderImpl

@ProviderType
public interface WikiPageFinder


Method Summary
 int countByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
 int countByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
 int countByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 int filterCountByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
 int filterCountByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
 int filterCountByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
           
 List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
 List<WikiPage> filterFindByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 List<WikiPage> findByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
           
 List<WikiPage> findByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
 List<WikiPage> findByG_N_H_S(long groupId, long nodeId, boolean head, QueryDefinition queryDefinition)
           
 List<WikiPage> findByNoAssets()
           
 WikiPage findByResourcePrimKey(long resourcePrimKey)
           
 

Method Detail

countByCreateDate

int countByCreateDate(long groupId,
                      long nodeId,
                      Date createDate,
                      boolean before)
                      throws SystemException
Throws:
SystemException

countByCreateDate

int countByCreateDate(long groupId,
                      long nodeId,
                      Timestamp createDate,
                      boolean before)
                      throws SystemException
Throws:
SystemException

countByG_N_H_S

int countByG_N_H_S(long groupId,
                   long nodeId,
                   boolean head,
                   QueryDefinition queryDefinition)
                   throws SystemException
Throws:
SystemException

filterCountByCreateDate

int filterCountByCreateDate(long groupId,
                            long nodeId,
                            Date createDate,
                            boolean before)
                            throws SystemException
Throws:
SystemException

filterCountByCreateDate

int filterCountByCreateDate(long groupId,
                            long nodeId,
                            Timestamp createDate,
                            boolean before)
                            throws SystemException
Throws:
SystemException

filterCountByG_N_H_S

int filterCountByG_N_H_S(long groupId,
                         long nodeId,
                         boolean head,
                         QueryDefinition queryDefinition)
                         throws SystemException
Throws:
SystemException

filterFindByCreateDate

List<WikiPage> filterFindByCreateDate(long groupId,
                                      long nodeId,
                                      Date createDate,
                                      boolean before,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

filterFindByCreateDate

List<WikiPage> filterFindByCreateDate(long groupId,
                                      long nodeId,
                                      Timestamp createDate,
                                      boolean before,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

filterFindByG_N_H_S

List<WikiPage> filterFindByG_N_H_S(long groupId,
                                   long nodeId,
                                   boolean head,
                                   QueryDefinition queryDefinition)
                                   throws SystemException
Throws:
SystemException

findByResourcePrimKey

WikiPage findByResourcePrimKey(long resourcePrimKey)
                               throws SystemException,
                                      NoSuchPageException
Throws:
SystemException
NoSuchPageException

findByCreateDate

List<WikiPage> findByCreateDate(long groupId,
                                long nodeId,
                                Date createDate,
                                boolean before,
                                int start,
                                int end)
                                throws SystemException
Throws:
SystemException

findByCreateDate

List<WikiPage> findByCreateDate(long groupId,
                                long nodeId,
                                Timestamp createDate,
                                boolean before,
                                int start,
                                int end)
                                throws SystemException
Throws:
SystemException

findByNoAssets

List<WikiPage> findByNoAssets()
                              throws SystemException
Throws:
SystemException

findByG_N_H_S

List<WikiPage> findByG_N_H_S(long groupId,
                             long nodeId,
                             boolean head,
                             QueryDefinition queryDefinition)
                             throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5