Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<WikiPage>
      extended by com.liferay.portlet.wiki.service.persistence.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, listeners, 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 nodeId, Date createDate, boolean before)
           
 int countByCreateDate(long nodeId, Timestamp createDate, boolean before)
           
 List<WikiPage> findByCreateDate(long nodeId, Date createDate, boolean before, int start, int end)
           
 List<WikiPage> findByCreateDate(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, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, remove, removeImpl, setDataSource, setSessionFactory, unregisterListener, update, update, 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 String COUNT_BY_CREATE_DATE

FIND_BY_RESOURCE_PRIM_KEY

public static String FIND_BY_RESOURCE_PRIM_KEY

FIND_BY_CREATE_DATE

public static String FIND_BY_CREATE_DATE

FIND_BY_NO_ASSETS

public static String FIND_BY_NO_ASSETS
Constructor Detail

WikiPageFinderImpl

public WikiPageFinderImpl()
Method Detail

countByCreateDate

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

countByCreateDate

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

findByResourcePrimKey

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

findByCreateDate

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

findByCreateDate

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

findByNoAssets

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

Liferay 6.0.5