com.liferay.portlet.wiki.service.persistence
Class WikiPagePersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
com.liferay.portlet.wiki.service.persistence.WikiPagePersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>, com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
public class WikiPagePersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- implements com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
WikiPagePersistence
,
WikiPageUtil
- Generated:
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 |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.wiki.model.WikiPage> wikiPages)
|
void |
cacheResult(com.liferay.portlet.wiki.model.WikiPage wikiPage)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByFormat(java.lang.String format)
|
int |
countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
int |
countByN_H(long nodeId,
boolean head)
|
int |
countByN_P(long nodeId,
java.lang.String parentTitle)
|
int |
countByN_R(long nodeId,
java.lang.String redirectTitle)
|
int |
countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
int |
countByN_T_V(long nodeId,
java.lang.String title,
double version)
|
int |
countByN_T(long nodeId,
java.lang.String title)
|
int |
countByNodeId(long nodeId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
com.liferay.portlet.wiki.model.WikiPage |
create(long pageId)
|
com.liferay.portlet.wiki.model.WikiPage |
fetchByN_T_V(long nodeId,
java.lang.String title,
double version)
|
com.liferay.portlet.wiki.model.WikiPage |
fetchByN_T_V(long nodeId,
java.lang.String title,
double version,
boolean retrieveFromCache)
|
com.liferay.portlet.wiki.model.WikiPage |
fetchByPrimaryKey(long pageId)
|
com.liferay.portlet.wiki.model.WikiPage |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.wiki.model.WikiPage |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
com.liferay.portlet.wiki.model.WikiPage |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findAll()
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByFormat_PrevAndNext(long pageId,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByFormat(java.lang.String format)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByFormat(java.lang.String format,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByFormat(java.lang.String format,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_First(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_Last(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_H(long nodeId,
boolean head)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_H(long nodeId,
boolean head,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_H(long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_V(long nodeId,
java.lang.String title,
double version)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_T(long nodeId,
java.lang.String title)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_T(long nodeId,
java.lang.String title,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByN_T(long nodeId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByNodeId_PrevAndNext(long pageId,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByNodeId(long nodeId)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByNodeId(long nodeId,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByNodeId(long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByPrimaryKey(long pageId)
|
com.liferay.portlet.wiki.model.WikiPage |
findByPrimaryKey(java.io.Serializable primaryKey)
|
com.liferay.portlet.wiki.model.WikiPage |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage |
findByUUID_G(java.lang.String uuid,
long groupId)
|
com.liferay.portlet.wiki.model.WikiPage |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByUuid(java.lang.String uuid)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<com.liferay.portlet.wiki.model.WikiPage> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
com.liferay.portlet.wiki.model.WikiPage |
remove(long pageId)
|
com.liferay.portlet.wiki.model.WikiPage |
remove(java.io.Serializable primaryKey)
|
com.liferay.portlet.wiki.model.WikiPage |
remove(com.liferay.portlet.wiki.model.WikiPage wikiPage)
|
void |
removeAll()
|
void |
removeByFormat(java.lang.String format)
|
void |
removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
|
void |
removeByN_H(long nodeId,
boolean head)
|
void |
removeByN_P(long nodeId,
java.lang.String parentTitle)
|
void |
removeByN_R(long nodeId,
java.lang.String redirectTitle)
|
void |
removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
|
void |
removeByN_T_V(long nodeId,
java.lang.String title,
double version)
|
void |
removeByN_T(long nodeId,
java.lang.String title)
|
void |
removeByNodeId(long nodeId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
protected com.liferay.portlet.wiki.model.WikiPage |
removeImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage)
|
protected com.liferay.portlet.wiki.model.WikiPage |
toUnwrappedModel(com.liferay.portlet.wiki.model.WikiPage wikiPage)
|
com.liferay.portlet.wiki.model.WikiPage |
updateImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
getListeners, registerListener, unregisterListener, update |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_UUID
FINDER_PATH_FIND_BY_OBC_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_UUID
FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
FINDER_PATH_FETCH_BY_UUID_G
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
FINDER_PATH_COUNT_BY_UUID_G
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
FINDER_PATH_FIND_BY_NODEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_NODEID
FINDER_PATH_FIND_BY_OBC_NODEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_NODEID
FINDER_PATH_COUNT_BY_NODEID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_NODEID
FINDER_PATH_FIND_BY_FORMAT
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_FORMAT
FINDER_PATH_FIND_BY_OBC_FORMAT
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_FORMAT
FINDER_PATH_COUNT_BY_FORMAT
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_FORMAT
FINDER_PATH_FIND_BY_N_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_T
FINDER_PATH_FIND_BY_OBC_N_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_T
FINDER_PATH_COUNT_BY_N_T
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T
FINDER_PATH_FIND_BY_N_H
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_H
FINDER_PATH_FIND_BY_OBC_N_H
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_H
FINDER_PATH_COUNT_BY_N_H
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_H
FINDER_PATH_FIND_BY_N_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_P
FINDER_PATH_FIND_BY_OBC_N_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_P
FINDER_PATH_COUNT_BY_N_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_P
FINDER_PATH_FIND_BY_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_R
FINDER_PATH_FIND_BY_OBC_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_R
FINDER_PATH_COUNT_BY_N_R
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_R
FINDER_PATH_FETCH_BY_N_T_V
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_N_T_V
FINDER_PATH_COUNT_BY_N_T_V
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T_V
FINDER_PATH_FIND_BY_N_T_H
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_T_H
FINDER_PATH_FIND_BY_OBC_N_T_H
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_T_H
FINDER_PATH_COUNT_BY_N_T_H
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_T_H
FINDER_PATH_FIND_BY_N_H_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_N_H_P
FINDER_PATH_FIND_BY_OBC_N_H_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_N_H_P
FINDER_PATH_COUNT_BY_N_H_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_N_H_P
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
wikiNodePersistence
@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiNodePersistence")
protected com.liferay.portlet.wiki.service.persistence.WikiNodePersistence wikiNodePersistence
wikiPagePersistence
@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPagePersistence")
protected com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence
wikiPageResourcePersistence
@BeanReference(name="com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence")
protected com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence wikiPageResourcePersistence
companyPersistence
@BeanReference(name="com.liferay.portal.service.persistence.CompanyPersistence")
protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
groupPersistence
@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
portletPreferencesPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PortletPreferencesPersistence")
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
resourcePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
subscriptionPersistence
@BeanReference(name="com.liferay.portal.service.persistence.SubscriptionPersistence")
protected com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence
userPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
workflowInstanceLinkPersistence
@BeanReference(name="com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence")
protected com.liferay.portal.service.persistence.WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
assetCategoryPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
assetEntryPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
assetTagPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
expandoValuePersistence
@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence")
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
mbMessagePersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
socialActivityPersistence
@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
WikiPagePersistenceImpl
public WikiPagePersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.wiki.model.WikiPage wikiPage)
- Specified by:
cacheResult
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.wiki.model.WikiPage> wikiPages)
- Specified by:
cacheResult
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
create
public com.liferay.portlet.wiki.model.WikiPage create(long pageId)
- Specified by:
create
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
remove
public com.liferay.portlet.wiki.model.WikiPage remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.wiki.model.WikiPage remove(long pageId)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.wiki.model.WikiPage remove(com.liferay.portlet.wiki.model.WikiPage wikiPage)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeImpl
protected com.liferay.portlet.wiki.model.WikiPage removeImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateImpl
public com.liferay.portlet.wiki.model.WikiPage updateImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.kernel.exception.SystemException
toUnwrappedModel
protected com.liferay.portlet.wiki.model.WikiPage toUnwrappedModel(com.liferay.portlet.wiki.model.WikiPage wikiPage)
findByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage findByPrimaryKey(long pageId)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(long pageId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
public com.liferay.portlet.wiki.model.WikiPage findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUuid_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last
public com.liferay.portlet.wiki.model.WikiPage findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUuid_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByUuid_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Specified by:
findByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
public com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
public com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByNodeId_First
public com.liferay.portlet.wiki.model.WikiPage findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByNodeId_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByNodeId_Last
public com.liferay.portlet.wiki.model.WikiPage findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByNodeId_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByNodeId_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByNodeId_PrevAndNext(long pageId,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByNodeId_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByFormat
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFormat
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFormat
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByFormat_First
public com.liferay.portlet.wiki.model.WikiPage findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByFormat_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByFormat_Last
public com.liferay.portlet.wiki.model.WikiPage findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByFormat_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByFormat_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByFormat_PrevAndNext(long pageId,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByFormat_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_T
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
java.lang.String title,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_First
public com.liferay.portlet.wiki.model.WikiPage findByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_T_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_T_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
boolean head,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_First
public com.liferay.portlet.wiki.model.WikiPage findByN_H_First(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_H_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_H_Last(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_H_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_P_First
public com.liferay.portlet.wiki.model.WikiPage findByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_P_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_P_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_P_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_P_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_P_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_R
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_R
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_R
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_R_First
public com.liferay.portlet.wiki.model.WikiPage findByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_R_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_R_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_R_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_R_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_R_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_T_V
public com.liferay.portlet.wiki.model.WikiPage findByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
fetchByN_T_V
public com.liferay.portlet.wiki.model.WikiPage fetchByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByN_T_V
public com.liferay.portlet.wiki.model.WikiPage fetchByN_T_V(long nodeId,
java.lang.String title,
double version,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T_H(long nodeId,
java.lang.String title,
boolean head,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_T_H_First
public com.liferay.portlet.wiki.model.WikiPage findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_H_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_T_H_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_H_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_T_H_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByN_T_H_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_T_H_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_H_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByN_H_P_First
public com.liferay.portlet.wiki.model.WikiPage findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_P_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_H_P_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_P_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findByN_H_P_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByN_H_P_PrevAndNext(long pageId,
long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByN_H_P_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.wiki.model.WikiPage>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
public void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
removeByNodeId
public void removeByNodeId(long nodeId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByFormat
public void removeByFormat(java.lang.String format)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_T
public void removeByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_H
public void removeByN_H(long nodeId,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_P
public void removeByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_R
public void removeByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_T_V
public void removeByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.kernel.exception.SystemException
removeByN_T_H
public void removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByN_H_P
public void removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
public int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
public int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByNodeId
public int countByNodeId(long nodeId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByFormat
public int countByFormat(java.lang.String format)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_T
public int countByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_H
public int countByN_H(long nodeId,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_P
public int countByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_R
public int countByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_T_V
public int countByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_T_H
public int countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByN_H_P
public int countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
afterPropertiesSet
public void afterPropertiesSet()