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

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

public class WikiPageFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portlet.wiki.service.persistence.WikiPageFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_CREATE_DATE
           
static java.lang.String FIND_BY_CREATE_DATE
           
static java.lang.String FIND_BY_NO_ASSETS
           
static java.lang.String FIND_BY_RESOURCE_PRIM_KEY
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
WikiPageFinderImpl()
           
 
Method Summary
 int countByCreateDate(long nodeId, java.util.Date createDate, boolean before)
           
 int countByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByCreateDate(long nodeId, java.util.Date createDate, boolean before, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByCreateDate(long nodeId, java.sql.Timestamp createDate, boolean before, int start, int end)
           
 java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNoAssets()
           
 com.liferay.portlet.wiki.model.WikiPage findByResourcePrimKey(long resourcePrimKey)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
clearCache, closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
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 java.lang.String COUNT_BY_CREATE_DATE

FIND_BY_RESOURCE_PRIM_KEY

public static java.lang.String FIND_BY_RESOURCE_PRIM_KEY

FIND_BY_CREATE_DATE

public static java.lang.String FIND_BY_CREATE_DATE

FIND_BY_NO_ASSETS

public static java.lang.String FIND_BY_NO_ASSETS
Constructor Detail

WikiPageFinderImpl

public WikiPageFinderImpl()
Method Detail

countByCreateDate

public int countByCreateDate(long nodeId,
                             java.util.Date createDate,
                             boolean before)
                      throws com.liferay.portal.SystemException
Specified by:
countByCreateDate in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portal.SystemException

countByCreateDate

public int countByCreateDate(long nodeId,
                             java.sql.Timestamp createDate,
                             boolean before)
                      throws com.liferay.portal.SystemException
Specified by:
countByCreateDate in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portal.SystemException

findByResourcePrimKey

public com.liferay.portlet.wiki.model.WikiPage findByResourcePrimKey(long resourcePrimKey)
                                                              throws com.liferay.portlet.wiki.NoSuchPageException,
                                                                     com.liferay.portal.SystemException
Specified by:
findByResourcePrimKey in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException

findByCreateDate

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByCreateDate(long nodeId,
                                                                                java.util.Date createDate,
                                                                                boolean before,
                                                                                int start,
                                                                                int end)
                                                                         throws com.liferay.portal.SystemException
Specified by:
findByCreateDate in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portal.SystemException

findByCreateDate

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByCreateDate(long nodeId,
                                                                                java.sql.Timestamp createDate,
                                                                                boolean before,
                                                                                int start,
                                                                                int end)
                                                                         throws com.liferay.portal.SystemException
Specified by:
findByCreateDate in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portal.SystemException

findByNoAssets

public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNoAssets()
                                                                       throws com.liferay.portal.SystemException
Specified by:
findByNoAssets in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portal.SystemException