Liferay 6.0.3

com.liferay.portlet.wiki.service.persistence
Interface WikiNodePersistence

All Superinterfaces:
BasePersistence<WikiNode>
All Known Implementing Classes:
WikiNodePersistenceImpl

public interface WikiNodePersistence
extends BasePersistence<WikiNode>

See Also:
WikiNodePersistenceImpl, WikiNodeUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void cacheResult(List<WikiNode> wikiNodes)
           
 void cacheResult(WikiNode wikiNode)
           
 int countAll()
           
 int countByCompanyId(long companyId)
           
 int countByG_N(long groupId, String name)
           
 int countByGroupId(long groupId)
           
 int countByUUID_G(String uuid, long groupId)
           
 int countByUuid(String uuid)
           
 WikiNode create(long nodeId)
           
 WikiNode fetchByG_N(long groupId, String name)
           
 WikiNode fetchByG_N(long groupId, String name, boolean retrieveFromCache)
           
 WikiNode fetchByPrimaryKey(long nodeId)
           
 WikiNode fetchByUUID_G(String uuid, long groupId)
           
 WikiNode fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 int filterCountByG_N(long groupId, String name)
           
 int filterCountByGroupId(long groupId)
           
 List<WikiNode> filterFindByGroupId(long groupId)
           
 List<WikiNode> filterFindByGroupId(long groupId, int start, int end)
           
 List<WikiNode> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<WikiNode> findAll()
           
 List<WikiNode> findAll(int start, int end)
           
 List<WikiNode> findAll(int start, int end, OrderByComparator orderByComparator)
           
 WikiNode findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 WikiNode findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 WikiNode[] findByCompanyId_PrevAndNext(long nodeId, long companyId, OrderByComparator orderByComparator)
           
 List<WikiNode> findByCompanyId(long companyId)
           
 List<WikiNode> findByCompanyId(long companyId, int start, int end)
           
 List<WikiNode> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 WikiNode findByG_N(long groupId, String name)
           
 WikiNode findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 WikiNode findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 WikiNode[] findByGroupId_PrevAndNext(long nodeId, long groupId, OrderByComparator orderByComparator)
           
 List<WikiNode> findByGroupId(long groupId)
           
 List<WikiNode> findByGroupId(long groupId, int start, int end)
           
 List<WikiNode> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 WikiNode findByPrimaryKey(long nodeId)
           
 WikiNode findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 WikiNode findByUUID_G(String uuid, long groupId)
           
 WikiNode findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 WikiNode[] findByUuid_PrevAndNext(long nodeId, String uuid, OrderByComparator orderByComparator)
           
 List<WikiNode> findByUuid(String uuid)
           
 List<WikiNode> findByUuid(String uuid, int start, int end)
           
 List<WikiNode> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 WikiNode remove(long nodeId)
           
 void removeAll()
           
 void removeByCompanyId(long companyId)
           
 void removeByG_N(long groupId, String name)
           
 void removeByGroupId(long groupId)
           
 void removeByUUID_G(String uuid, long groupId)
           
 void removeByUuid(String uuid)
           
 WikiNode updateImpl(WikiNode wikiNode, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update
 

Method Detail

cacheResult

void cacheResult(WikiNode wikiNode)

cacheResult

void cacheResult(List<WikiNode> wikiNodes)

create

WikiNode create(long nodeId)

remove

WikiNode remove(long nodeId)
                throws SystemException,
                       NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

updateImpl

WikiNode updateImpl(WikiNode wikiNode,
                    boolean merge)
                    throws SystemException
Throws:
SystemException

findByPrimaryKey

WikiNode findByPrimaryKey(long nodeId)
                          throws SystemException,
                                 NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

fetchByPrimaryKey

WikiNode fetchByPrimaryKey(long nodeId)
                           throws SystemException
Throws:
SystemException

findByUuid

List<WikiNode> findByUuid(String uuid)
                          throws SystemException
Throws:
SystemException

findByUuid

List<WikiNode> findByUuid(String uuid,
                          int start,
                          int end)
                          throws SystemException
Throws:
SystemException

findByUuid

List<WikiNode> findByUuid(String uuid,
                          int start,
                          int end,
                          OrderByComparator orderByComparator)
                          throws SystemException
Throws:
SystemException

findByUuid_First

WikiNode findByUuid_First(String uuid,
                          OrderByComparator orderByComparator)
                          throws SystemException,
                                 NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByUuid_Last

WikiNode findByUuid_Last(String uuid,
                         OrderByComparator orderByComparator)
                         throws SystemException,
                                NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByUuid_PrevAndNext

WikiNode[] findByUuid_PrevAndNext(long nodeId,
                                  String uuid,
                                  OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByUUID_G

WikiNode findByUUID_G(String uuid,
                      long groupId)
                      throws SystemException,
                             NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

fetchByUUID_G

WikiNode fetchByUUID_G(String uuid,
                       long groupId)
                       throws SystemException
Throws:
SystemException

fetchByUUID_G

WikiNode fetchByUUID_G(String uuid,
                       long groupId,
                       boolean retrieveFromCache)
                       throws SystemException
Throws:
SystemException

findByGroupId

List<WikiNode> findByGroupId(long groupId)
                             throws SystemException
Throws:
SystemException

findByGroupId

List<WikiNode> findByGroupId(long groupId,
                             int start,
                             int end)
                             throws SystemException
Throws:
SystemException

findByGroupId

List<WikiNode> findByGroupId(long groupId,
                             int start,
                             int end,
                             OrderByComparator orderByComparator)
                             throws SystemException
Throws:
SystemException

findByGroupId_First

WikiNode findByGroupId_First(long groupId,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByGroupId_Last

WikiNode findByGroupId_Last(long groupId,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByGroupId_PrevAndNext

WikiNode[] findByGroupId_PrevAndNext(long nodeId,
                                     long groupId,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

filterFindByGroupId

List<WikiNode> filterFindByGroupId(long groupId)
                                   throws SystemException
Throws:
SystemException

filterFindByGroupId

List<WikiNode> filterFindByGroupId(long groupId,
                                   int start,
                                   int end)
                                   throws SystemException
Throws:
SystemException

filterFindByGroupId

List<WikiNode> filterFindByGroupId(long groupId,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

findByCompanyId

List<WikiNode> findByCompanyId(long companyId)
                               throws SystemException
Throws:
SystemException

findByCompanyId

List<WikiNode> findByCompanyId(long companyId,
                               int start,
                               int end)
                               throws SystemException
Throws:
SystemException

findByCompanyId

List<WikiNode> findByCompanyId(long companyId,
                               int start,
                               int end,
                               OrderByComparator orderByComparator)
                               throws SystemException
Throws:
SystemException

findByCompanyId_First

WikiNode findByCompanyId_First(long companyId,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByCompanyId_Last

WikiNode findByCompanyId_Last(long companyId,
                              OrderByComparator orderByComparator)
                              throws SystemException,
                                     NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByCompanyId_PrevAndNext

WikiNode[] findByCompanyId_PrevAndNext(long nodeId,
                                       long companyId,
                                       OrderByComparator orderByComparator)
                                       throws SystemException,
                                              NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

findByG_N

WikiNode findByG_N(long groupId,
                   String name)
                   throws SystemException,
                          NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

fetchByG_N

WikiNode fetchByG_N(long groupId,
                    String name)
                    throws SystemException
Throws:
SystemException

fetchByG_N

WikiNode fetchByG_N(long groupId,
                    String name,
                    boolean retrieveFromCache)
                    throws SystemException
Throws:
SystemException

findAll

List<WikiNode> findAll()
                       throws SystemException
Throws:
SystemException

findAll

List<WikiNode> findAll(int start,
                       int end)
                       throws SystemException
Throws:
SystemException

findAll

List<WikiNode> findAll(int start,
                       int end,
                       OrderByComparator orderByComparator)
                       throws SystemException
Throws:
SystemException

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Throws:
SystemException

removeByUUID_G

void removeByUUID_G(String uuid,
                    long groupId)
                    throws SystemException,
                           NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

removeByGroupId

void removeByGroupId(long groupId)
                     throws SystemException
Throws:
SystemException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws SystemException
Throws:
SystemException

removeByG_N

void removeByG_N(long groupId,
                 String name)
                 throws SystemException,
                        NoSuchNodeException
Throws:
SystemException
NoSuchNodeException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByUuid

int countByUuid(String uuid)
                throws SystemException
Throws:
SystemException

countByUUID_G

int countByUUID_G(String uuid,
                  long groupId)
                  throws SystemException
Throws:
SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Throws:
SystemException

filterCountByGroupId

int filterCountByGroupId(long groupId)
                         throws SystemException
Throws:
SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws SystemException
Throws:
SystemException

countByG_N

int countByG_N(long groupId,
               String name)
               throws SystemException
Throws:
SystemException

filterCountByG_N

int filterCountByG_N(long groupId,
                     String name)
                     throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException

Liferay 6.0.3