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, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_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()
|
void |
clearCache(com.liferay.portlet.wiki.model.WikiPage wikiPage)
|
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)
|
void |
destroy()
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByFormat_PrevAndNext(long pageId,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_First(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_Last(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_P_First(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_H_P_Last(long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_H_PrevAndNext(long pageId,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_P_First(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_P_Last(long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_P_PrevAndNext(long pageId,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_R_First(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_R_Last(long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_R_PrevAndNext(long pageId,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_First(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_H_First(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_H_Last(long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByN_T_Last(long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByN_T_PrevAndNext(long pageId,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage |
findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByNodeId_PrevAndNext(long pageId,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
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 orderByComparator)
|
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 orderByComparator)
|
com.liferay.portlet.wiki.model.WikiPage[] |
findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
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 orderByComparator)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByFormat_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByN_H_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByN_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByN_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByN_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByN_T_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByN_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByNodeId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
protected com.liferay.portlet.wiki.model.WikiPage |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.wiki.model.WikiPage |
remove(long pageId)
|
com.liferay.portlet.wiki.model.WikiPage |
remove(java.io.Serializable primaryKey)
|
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 |
update(com.liferay.portlet.wiki.model.WikiPage wikiPage)
Deprecated. Use BasePersistence#update(com.liferay.portal.model.BaseModel, boolean) . |
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, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, 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 |
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, 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_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_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_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_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_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_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_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_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_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(type=com.liferay.portlet.wiki.service.persistence.WikiNodePersistence.class)
protected com.liferay.portlet.wiki.service.persistence.WikiNodePersistence wikiNodePersistence
wikiPagePersistence
@BeanReference(type=com.liferay.portlet.wiki.service.persistence.WikiPagePersistence.class)
protected com.liferay.portlet.wiki.service.persistence.WikiPagePersistence wikiPagePersistence
wikiPageResourcePersistence
@BeanReference(type=com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence.class)
protected com.liferay.portlet.wiki.service.persistence.WikiPageResourcePersistence wikiPageResourcePersistence
companyPersistence
@BeanReference(type=com.liferay.portal.service.persistence.CompanyPersistence.class)
protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
groupPersistence
@BeanReference(type=com.liferay.portal.service.persistence.GroupPersistence.class)
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
portletPreferencesPersistence
@BeanReference(type=com.liferay.portal.service.persistence.PortletPreferencesPersistence.class)
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class)
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
subscriptionPersistence
@BeanReference(type=com.liferay.portal.service.persistence.SubscriptionPersistence.class)
protected com.liferay.portal.service.persistence.SubscriptionPersistence subscriptionPersistence
userPersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class)
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
mbMessagePersistence
@BeanReference(type=com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence.class)
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
socialActivityPersistence
@BeanReference(type=com.liferay.portlet.social.service.persistence.SocialActivityPersistence.class)
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
tagsAssetPersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsAssetPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsAssetPersistence tagsAssetPersistence
tagsEntryPersistence
@BeanReference(type=com.liferay.portlet.tags.service.persistence.TagsEntryPersistence.class)
protected com.liferay.portlet.tags.service.persistence.TagsEntryPersistence tagsEntryPersistence
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>
clearCache
public void clearCache(com.liferay.portlet.wiki.model.WikiPage wikiPage)
- 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.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.SystemException
remove
public com.liferay.portlet.wiki.model.WikiPage remove(long pageId)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portlet.wiki.model.WikiPage removeImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage)
throws com.liferay.portal.SystemException
- Overrides:
removeImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.wiki.model.WikiPage>
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.wiki.model.WikiPage update(com.liferay.portlet.wiki.model.WikiPage wikiPage)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence#update(com.liferay.portal.model.BaseModel, boolean)
.
- Specified by:
update
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portlet.wiki.model.WikiPage updateImpl(com.liferay.portlet.wiki.model.WikiPage wikiPage,
boolean merge)
throws com.liferay.portal.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.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.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.SystemException
findByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage findByPrimaryKey(long pageId)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.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.SystemException
fetchByPrimaryKey
public com.liferay.portlet.wiki.model.WikiPage fetchByPrimaryKey(long pageId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByUuid
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Specified by:
findByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByUuid_First
public com.liferay.portlet.wiki.model.WikiPage findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByUuid_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByUuid_Last
public com.liferay.portlet.wiki.model.WikiPage findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByUuid_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByUuid_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByUuid_PrevAndNext(long pageId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByUuid_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByUuid_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
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.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
fetchByUUID_G
public com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
fetchByUUID_G
public com.liferay.portlet.wiki.model.WikiPage fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByNodeId
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId)
throws com.liferay.portal.SystemException
- Specified by:
findByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByNodeId
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByNodeId(long nodeId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByNodeId_First
public com.liferay.portlet.wiki.model.WikiPage findByNodeId_First(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByNodeId_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByNodeId_Last
public com.liferay.portlet.wiki.model.WikiPage findByNodeId_Last(long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByNodeId_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByNodeId_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByNodeId_PrevAndNext(long pageId,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByNodeId_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByNodeId_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByNodeId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByFormat
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByFormat(java.lang.String format)
throws com.liferay.portal.SystemException
- Specified by:
findByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByFormat_First
public com.liferay.portlet.wiki.model.WikiPage findByFormat_First(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByFormat_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByFormat_Last
public com.liferay.portlet.wiki.model.WikiPage findByFormat_Last(java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByFormat_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByFormat_PrevAndNext
public com.liferay.portlet.wiki.model.WikiPage[] findByFormat_PrevAndNext(long pageId,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByFormat_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByFormat_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByFormat_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
java.lang.String format,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByN_T
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException
- Specified by:
findByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_T_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_T_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_T_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByN_T_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByN_T_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByN_H
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_H(long nodeId,
boolean head)
throws com.liferay.portal.SystemException
- Specified by:
findByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findByN_H_First
public com.liferay.portlet.wiki.model.WikiPage findByN_H_First(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_H_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
findByN_H_Last
public com.liferay.portlet.wiki.model.WikiPage findByN_H_Last(long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_H_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_H_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByN_H_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByN_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByN_P
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.SystemException
- Specified by:
findByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_P_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_P_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_P_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByN_P_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByN_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findByN_R
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.SystemException
- Specified by:
findByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_R_First
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_R_Last
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
findByN_R_PrevAndNext
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
getByN_R_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByN_R_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String redirectTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
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.SystemException
- Specified by:
findByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.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.SystemException
- Specified by:
fetchByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
fetchByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.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.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.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.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.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.SystemException
getByN_T_H_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByN_T_H_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
java.lang.String title,
boolean head,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
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.SystemException
- Specified by:
findByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
findByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.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.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.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.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 orderByComparator)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.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.SystemException
getByN_H_P_PrevAndNext
protected com.liferay.portlet.wiki.model.WikiPage getByN_H_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.wiki.model.WikiPage wikiPage,
long nodeId,
boolean head,
java.lang.String parentTitle,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
findAll
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.wiki.model.WikiPage> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByUuid
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Specified by:
removeByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByUUID_G
public void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portlet.wiki.NoSuchPageException,
com.liferay.portal.SystemException
- Specified by:
removeByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
removeByNodeId
public void removeByNodeId(long nodeId)
throws com.liferay.portal.SystemException
- Specified by:
removeByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByFormat
public void removeByFormat(java.lang.String format)
throws com.liferay.portal.SystemException
- Specified by:
removeByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByN_T
public void removeByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException
- Specified by:
removeByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByN_H
public void removeByN_H(long nodeId,
boolean head)
throws com.liferay.portal.SystemException
- Specified by:
removeByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByN_P
public void removeByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.SystemException
- Specified by:
removeByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByN_R
public void removeByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.SystemException
- Specified by:
removeByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.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.SystemException
- Specified by:
removeByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portlet.wiki.NoSuchPageException
com.liferay.portal.SystemException
removeByN_T_H
public void removeByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.SystemException
- Specified by:
removeByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeByN_H_P
public void removeByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.SystemException
- Specified by:
removeByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByUuid
public int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Specified by:
countByUuid
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByUUID_G
public int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Specified by:
countByUUID_G
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByNodeId
public int countByNodeId(long nodeId)
throws com.liferay.portal.SystemException
- Specified by:
countByNodeId
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByFormat
public int countByFormat(java.lang.String format)
throws com.liferay.portal.SystemException
- Specified by:
countByFormat
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_T
public int countByN_T(long nodeId,
java.lang.String title)
throws com.liferay.portal.SystemException
- Specified by:
countByN_T
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_H
public int countByN_H(long nodeId,
boolean head)
throws com.liferay.portal.SystemException
- Specified by:
countByN_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_P
public int countByN_P(long nodeId,
java.lang.String parentTitle)
throws com.liferay.portal.SystemException
- Specified by:
countByN_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_R
public int countByN_R(long nodeId,
java.lang.String redirectTitle)
throws com.liferay.portal.SystemException
- Specified by:
countByN_R
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_T_V
public int countByN_T_V(long nodeId,
java.lang.String title,
double version)
throws com.liferay.portal.SystemException
- Specified by:
countByN_T_V
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_T_H
public int countByN_T_H(long nodeId,
java.lang.String title,
boolean head)
throws com.liferay.portal.SystemException
- Specified by:
countByN_T_H
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countByN_H_P
public int countByN_H_P(long nodeId,
boolean head,
java.lang.String parentTitle)
throws com.liferay.portal.SystemException
- Specified by:
countByN_H_P
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.wiki.service.persistence.WikiPagePersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()
destroy
public void destroy()