Liferay 6.1.2-ce-ga3

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


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 filterCountByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
 int filterCountByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
 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> 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> 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

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

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

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

Liferay 6.1.2-ce-ga3