Liferay 7.0-ce-m3

com.liferay.portlet.wiki.service.persistence.impl
Class WikiPageFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<WikiPage>
      extended by com.liferay.portlet.wiki.service.persistence.impl.WikiPageFinderImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<WikiPage>, WikiPageFinder

public class WikiPageFinderImpl
extends BasePersistenceImpl<WikiPage>
implements WikiPageFinder


Field Summary
static String COUNT_BY_CREATE_DATE
           
static String FIND_BY_CREATE_DATE
           
static String FIND_BY_NO_ASSETS
           
static String FIND_BY_RESOURCE_PRIM_KEY
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
WikiPageFinderImpl()
           
 
Method Summary
 int countByCreateDate(long groupId, long nodeId, Date createDate, boolean before)
           
 int countByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before)
           
protected  int doCountByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, boolean inlineSQLHelper)
           
protected  List<WikiPage> doFindByCreateDate(long groupId, long nodeId, Timestamp createDate, boolean before, int start, int end, boolean inlineSQLHelper)
           
 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)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_CREATE_DATE

public static final String COUNT_BY_CREATE_DATE

FIND_BY_RESOURCE_PRIM_KEY

public static final String FIND_BY_RESOURCE_PRIM_KEY

FIND_BY_CREATE_DATE

public static final String FIND_BY_CREATE_DATE

FIND_BY_NO_ASSETS

public static final String FIND_BY_NO_ASSETS
Constructor Detail

WikiPageFinderImpl

public WikiPageFinderImpl()
Method Detail

countByCreateDate

public int countByCreateDate(long groupId,
                             long nodeId,
                             Date createDate,
                             boolean before)
Specified by:
countByCreateDate in interface WikiPageFinder

countByCreateDate

public int countByCreateDate(long groupId,
                             long nodeId,
                             Timestamp createDate,
                             boolean before)
Specified by:
countByCreateDate in interface WikiPageFinder

filterCountByCreateDate

public int filterCountByCreateDate(long groupId,
                                   long nodeId,
                                   Date createDate,
                                   boolean before)
Specified by:
filterCountByCreateDate in interface WikiPageFinder

filterCountByCreateDate

public int filterCountByCreateDate(long groupId,
                                   long nodeId,
                                   Timestamp createDate,
                                   boolean before)
Specified by:
filterCountByCreateDate in interface WikiPageFinder

filterFindByCreateDate

public List<WikiPage> filterFindByCreateDate(long groupId,
                                             long nodeId,
                                             Date createDate,
                                             boolean before,
                                             int start,
                                             int end)
Specified by:
filterFindByCreateDate in interface WikiPageFinder

filterFindByCreateDate

public List<WikiPage> filterFindByCreateDate(long groupId,
                                             long nodeId,
                                             Timestamp createDate,
                                             boolean before,
                                             int start,
                                             int end)
Specified by:
filterFindByCreateDate in interface WikiPageFinder

findByResourcePrimKey

public WikiPage findByResourcePrimKey(long resourcePrimKey)
                               throws NoSuchPageException
Specified by:
findByResourcePrimKey in interface WikiPageFinder
Throws:
NoSuchPageException

findByCreateDate

public List<WikiPage> findByCreateDate(long groupId,
                                       long nodeId,
                                       Date createDate,
                                       boolean before,
                                       int start,
                                       int end)
Specified by:
findByCreateDate in interface WikiPageFinder

findByCreateDate

public List<WikiPage> findByCreateDate(long groupId,
                                       long nodeId,
                                       Timestamp createDate,
                                       boolean before,
                                       int start,
                                       int end)
Specified by:
findByCreateDate in interface WikiPageFinder

findByNoAssets

public List<WikiPage> findByNoAssets()
Specified by:
findByNoAssets in interface WikiPageFinder

doCountByCreateDate

protected int doCountByCreateDate(long groupId,
                                  long nodeId,
                                  Timestamp createDate,
                                  boolean before,
                                  boolean inlineSQLHelper)

doFindByCreateDate

protected List<WikiPage> doFindByCreateDate(long groupId,
                                            long nodeId,
                                            Timestamp createDate,
                                            boolean before,
                                            int start,
                                            int end,
                                            boolean inlineSQLHelper)

Liferay 7.0-ce-m3