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

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

public class WikiPageFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
WikiPageFinderUtil()
           
 
Method Summary
static int countByCreateDate(long nodeId, java.util.Date createDate, boolean before)
           
static int countByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before)
           
static java.util.List<WikiPage> findByCreateDate(long nodeId, java.util.Date createDate, boolean before, int start, int end)
           
static java.util.List<WikiPage> findByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end)
           
static java.util.List<WikiPage> findByNoAssets()
           
static WikiPage findByResourcePrimKey(long resourcePrimKey)
           
static WikiPage findByUuid_G(java.lang.String uuid, long groupId)
           
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 nodeId,
                                    java.util.Date createDate,
                                    boolean before)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByCreateDate

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

findByResourcePrimKey

public static WikiPage findByResourcePrimKey(long resourcePrimKey)
                                      throws com.liferay.portal.SystemException,
                                             NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

findByCreateDate

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

findByCreateDate

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

findByNoAssets

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

findByUuid_G

public static WikiPage findByUuid_G(java.lang.String uuid,
                                    long groupId)
                             throws com.liferay.portal.SystemException,
                                    NoSuchPageException
Throws:
com.liferay.portal.SystemException
NoSuchPageException

getFinder

public static WikiPageFinder getFinder()

setFinder

public void setFinder(WikiPageFinder finder)