com.liferay.portlet.wiki.service.persistence
Class WikiPageFinderImpl
java.lang.Object
com.liferay.portlet.wiki.service.persistence.WikiPageFinderImpl
- All Implemented Interfaces:
- com.liferay.portlet.wiki.service.persistence.WikiPageFinder
public class WikiPageFinderImpl
- extends java.lang.Object
- implements com.liferay.portlet.wiki.service.persistence.WikiPageFinder
View Source
- Author:
- Brian Wing Shun Chan
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 begin,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByCreateDate(long nodeId,
java.sql.Timestamp createDate,
boolean before,
int begin,
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_CREATEDATE
public static java.lang.String COUNT_BY_CREATEDATE
FIND_BY_CREATEDATE
public static java.lang.String FIND_BY_CREATEDATE
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
WikiPageFinderImpl
public WikiPageFinderImpl()
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 begin,
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 begin,
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