Liferay 7.0-ce-m3

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 Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)

countByCreateDate

public static int countByCreateDate(long groupId,
                                    long nodeId,
                                    Timestamp createDate,
                                    boolean before)

filterCountByCreateDate

public static int filterCountByCreateDate(long groupId,
                                          long nodeId,
                                          Date createDate,
                                          boolean before)

filterCountByCreateDate

public static int filterCountByCreateDate(long groupId,
                                          long nodeId,
                                          Timestamp createDate,
                                          boolean before)

filterFindByCreateDate

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

filterFindByCreateDate

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

findByResourcePrimKey

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

findByCreateDate

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

findByCreateDate

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

findByNoAssets

public static List<WikiPage> findByNoAssets()

getFinder

public static WikiPageFinder getFinder()

setFinder

public void setFinder(WikiPageFinder finder)

Liferay 7.0-ce-m3