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

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

@ProviderType
public class WikiPageFinderUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
WikiPageFinderUtil()
           
 
Method Summary
static int countByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before)
           
static int countByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before)
           
static int filterCountByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before)
           
static int filterCountByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before)
           
static java.util.List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before, int start, int end)
           
static java.util.List<WikiPage> filterFindByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end)
           
static java.util.List<WikiPage> findByCreateDate(long groupId, long nodeId, java.util.Date createDate, boolean before, int start, int end)
           
static java.util.List<WikiPage> findByCreateDate(long groupId, long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end)
           
static java.util.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,
                                    java.util.Date createDate,
                                    boolean before)
                             throws SystemException
Throws:
SystemException

countByCreateDate

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

filterCountByCreateDate

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

filterCountByCreateDate

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

filterFindByCreateDate

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

filterFindByCreateDate

public static java.util.List<WikiPage> filterFindByCreateDate(long groupId,
                                                              long nodeId,
                                                              java.sql.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 java.util.List<WikiPage> findByCreateDate(long groupId,
                                                        long nodeId,
                                                        java.util.Date createDate,
                                                        boolean before,
                                                        int start,
                                                        int end)
                                                 throws SystemException
Throws:
SystemException

findByCreateDate

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

findByNoAssets

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

getFinder

public static WikiPageFinder getFinder()

setFinder

public void setFinder(WikiPageFinder finder)