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.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_UUID_G
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME
 
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 findByUuid_G(java.lang.String uuid, long groupId)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
closeSession, getDataSource, getDialect, 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_CREATE_DATE

public static java.lang.String FIND_BY_CREATE_DATE

FIND_BY_NO_ASSETS

public static java.lang.String FIND_BY_NO_ASSETS

FIND_BY_UUID_G

public static java.lang.String FIND_BY_UUID_G
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

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

findByUuid_G

public com.liferay.portlet.wiki.model.WikiPage findByUuid_G(java.lang.String uuid,
                                                            long groupId)
                                                     throws com.liferay.portlet.wiki.NoSuchPageException,
                                                            com.liferay.portal.SystemException
Specified by:
findByUuid_G in interface com.liferay.portlet.wiki.service.persistence.WikiPageFinder
Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException