|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WikiNodePersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
WikiNodePersistenceImpl
,
WikiNodeUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<WikiNode> wikiNodes)
|
void |
cacheResult(WikiNode wikiNode)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_N(long groupId,
java.lang.String name)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
WikiNode |
create(long nodeId)
|
WikiNode |
fetchByG_N(long groupId,
java.lang.String name)
|
WikiNode |
fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
|
WikiNode |
fetchByPrimaryKey(long nodeId)
|
WikiNode |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
WikiNode |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<WikiNode> |
findAll()
|
java.util.List<WikiNode> |
findAll(int start,
int end)
|
java.util.List<WikiNode> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode[] |
findByCompanyId_PrevAndNext(long nodeId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<WikiNode> |
findByCompanyId(long companyId)
|
java.util.List<WikiNode> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<WikiNode> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode |
findByG_N(long groupId,
java.lang.String name)
|
WikiNode |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode[] |
findByGroupId_PrevAndNext(long nodeId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<WikiNode> |
findByGroupId(long groupId)
|
java.util.List<WikiNode> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<WikiNode> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode |
findByPrimaryKey(long nodeId)
|
WikiNode |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode |
findByUUID_G(java.lang.String uuid,
long groupId)
|
WikiNode |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
WikiNode[] |
findByUuid_PrevAndNext(long nodeId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<WikiNode> |
findByUuid(java.lang.String uuid)
|
java.util.List<WikiNode> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<WikiNode> |
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)
|
WikiNode |
remove(long nodeId)
|
WikiNode |
remove(WikiNode wikiNode)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_N(long groupId,
java.lang.String name)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
WikiNode |
update(WikiNode wikiNode)
Deprecated. Use update(WikiNode, boolean merge) . |
WikiNode |
update(WikiNode wikiNode,
boolean merge)
Add, update, or merge, the entity. |
WikiNode |
updateImpl(WikiNode wikiNode,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(WikiNode wikiNode)
void cacheResult(java.util.List<WikiNode> wikiNodes)
void clearCache()
clearCache
in interface BasePersistence
WikiNode create(long nodeId)
WikiNode remove(long nodeId) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode remove(WikiNode wikiNode) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode update(WikiNode wikiNode) throws com.liferay.portal.SystemException
update(WikiNode, boolean merge)
.
com.liferay.portal.SystemException
WikiNode update(WikiNode wikiNode, boolean merge) throws com.liferay.portal.SystemException
wikiNode
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when wikiNode is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
WikiNode updateImpl(WikiNode wikiNode, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode findByPrimaryKey(long nodeId) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode fetchByPrimaryKey(long nodeId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByUuid(java.lang.String uuid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode[] findByUuid_PrevAndNext(long nodeId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode findByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode fetchByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode[] findByGroupId_PrevAndNext(long nodeId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
java.util.List<WikiNode> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByCompanyId(long companyId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode[] findByCompanyId_PrevAndNext(long nodeId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode findByG_N(long groupId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
WikiNode fetchByG_N(long groupId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
WikiNode fetchByG_N(long groupId, java.lang.String name, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<WikiNode> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_N(long groupId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchNodeException
com.liferay.portal.SystemException
NoSuchNodeException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_N(long groupId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |