Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.service.persistence
Class WikiPageFinderUtil

java.lang.Object
  extended by com.liferay.portlet.wiki.service.persistence.WikiPageFinderUtil

public class WikiPageFinderUtil
extends Object


Constructor Summary
WikiPageFinderUtil()
           
 
Method Summary
static int countByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
static int countByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
static int filterCountByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
static int filterCountByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
static List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
           
static List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
static List<WikiPage> findByCreateDate(long groupId, long nodeId, Date createDate, boolean before, int start, int end)
           
static List<WikiPage> findByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end)
           
static List<WikiPage> findByNoAssets()
           
static WikiPage findByResourcePrimKey(long resourcePrimKey)
           
static WikiPageFinder getFinder()
           
 void setFinder(WikiPageFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiPageFinderUtil

public WikiPageFinderUtil()
Method Detail

countByCreateDate

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

countByCreateDate

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

filterCountByCreateDate

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

filterCountByCreateDate

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

filterFindByCreateDate

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

filterFindByCreateDate

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

findByResourcePrimKey

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

findByCreateDate

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

findByCreateDate

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

findByNoAssets

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

getFinder

public static WikiPageFinder getFinder()

setFinder

public void setFinder(WikiPageFinder finder)

Liferay 6.1.2-ce-ga3