com.liferay.portlet.bookmarks.service.persistence
Interface BookmarksFolderPersistence

All Superinterfaces:
BasePersistence<BookmarksFolder>

public interface BookmarksFolderPersistence
extends BasePersistence<BookmarksFolder>

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:
BookmarksFolderPersistenceImpl, BookmarksFolderUtil
Generated:

Method Summary
 void cacheResult(BookmarksFolder bookmarksFolder)
           
 void cacheResult(java.util.List<BookmarksFolder> bookmarksFolders)
           
 int countAll()
           
 int countByCompanyId(long companyId)
           
 int countByG_P(long groupId, long parentFolderId)
           
 int countByGroupId(long groupId)
           
 int countByUUID_G(java.lang.String uuid, long groupId)
           
 int countByUuid(java.lang.String uuid)
           
 BookmarksFolder create(long folderId)
           
 BookmarksFolder fetchByPrimaryKey(long folderId)
           
 BookmarksFolder fetchByUUID_G(java.lang.String uuid, long groupId)
           
 BookmarksFolder fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
 java.util.List<BookmarksFolder> findAll()
           
 java.util.List<BookmarksFolder> findAll(int start, int end)
           
 java.util.List<BookmarksFolder> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder[] findByCompanyId_PrevAndNext(long folderId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BookmarksFolder> findByCompanyId(long companyId)
           
 java.util.List<BookmarksFolder> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<BookmarksFolder> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByG_P_First(long groupId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByG_P_Last(long groupId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder[] findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BookmarksFolder> findByG_P(long groupId, long parentFolderId)
           
 java.util.List<BookmarksFolder> findByG_P(long groupId, long parentFolderId, int start, int end)
           
 java.util.List<BookmarksFolder> findByG_P(long groupId, long parentFolderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder[] findByGroupId_PrevAndNext(long folderId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BookmarksFolder> findByGroupId(long groupId)
           
 java.util.List<BookmarksFolder> findByGroupId(long groupId, int start, int end)
           
 java.util.List<BookmarksFolder> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByPrimaryKey(long folderId)
           
 BookmarksFolder findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder findByUUID_G(java.lang.String uuid, long groupId)
           
 BookmarksFolder findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder[] findByUuid_PrevAndNext(long folderId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BookmarksFolder> findByUuid(java.lang.String uuid)
           
 java.util.List<BookmarksFolder> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<BookmarksFolder> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BookmarksFolder remove(long folderId)
           
 void removeAll()
           
 void removeByCompanyId(long companyId)
           
 void removeByG_P(long groupId, long parentFolderId)
           
 void removeByGroupId(long groupId)
           
 void removeByUUID_G(java.lang.String uuid, long groupId)
           
 void removeByUuid(java.lang.String uuid)
           
 BookmarksFolder updateImpl(BookmarksFolder bookmarksFolder, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(BookmarksFolder bookmarksFolder)

cacheResult

void cacheResult(java.util.List<BookmarksFolder> bookmarksFolders)

create

BookmarksFolder create(long folderId)

remove

BookmarksFolder remove(long folderId)
                       throws com.liferay.portal.kernel.exception.SystemException,
                              NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

updateImpl

BookmarksFolder updateImpl(BookmarksFolder bookmarksFolder,
                           boolean merge)
                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

BookmarksFolder findByPrimaryKey(long folderId)
                                 throws com.liferay.portal.kernel.exception.SystemException,
                                        NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

fetchByPrimaryKey

BookmarksFolder fetchByPrimaryKey(long folderId)
                                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

java.util.List<BookmarksFolder> findByUuid(java.lang.String uuid)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

java.util.List<BookmarksFolder> findByUuid(java.lang.String uuid,
                                           int start,
                                           int end)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid

java.util.List<BookmarksFolder> findByUuid(java.lang.String uuid,
                                           int start,
                                           int end,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByUuid_First

BookmarksFolder findByUuid_First(java.lang.String uuid,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.kernel.exception.SystemException,
                                        NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByUuid_Last

BookmarksFolder findByUuid_Last(java.lang.String uuid,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                throws com.liferay.portal.kernel.exception.SystemException,
                                       NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByUuid_PrevAndNext

BookmarksFolder[] findByUuid_PrevAndNext(long folderId,
                                         java.lang.String uuid,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.kernel.exception.SystemException,
                                                NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByUUID_G

BookmarksFolder findByUUID_G(java.lang.String uuid,
                             long groupId)
                             throws com.liferay.portal.kernel.exception.SystemException,
                                    NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

fetchByUUID_G

BookmarksFolder fetchByUUID_G(java.lang.String uuid,
                              long groupId)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByUUID_G

BookmarksFolder fetchByUUID_G(java.lang.String uuid,
                              long groupId,
                              boolean retrieveFromCache)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

java.util.List<BookmarksFolder> findByGroupId(long groupId)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

java.util.List<BookmarksFolder> findByGroupId(long groupId,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

java.util.List<BookmarksFolder> findByGroupId(long groupId,
                                              int start,
                                              int end,
                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId_First

BookmarksFolder findByGroupId_First(long groupId,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.kernel.exception.SystemException,
                                           NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByGroupId_Last

BookmarksFolder findByGroupId_Last(long groupId,
                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.kernel.exception.SystemException,
                                          NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByGroupId_PrevAndNext

BookmarksFolder[] findByGroupId_PrevAndNext(long folderId,
                                            long groupId,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                            throws com.liferay.portal.kernel.exception.SystemException,
                                                   NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByCompanyId

java.util.List<BookmarksFolder> findByCompanyId(long companyId)
                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<BookmarksFolder> findByCompanyId(long companyId,
                                                int start,
                                                int end)
                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<BookmarksFolder> findByCompanyId(long companyId,
                                                int start,
                                                int end,
                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_First

BookmarksFolder findByCompanyId_First(long companyId,
                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.kernel.exception.SystemException,
                                             NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByCompanyId_Last

BookmarksFolder findByCompanyId_Last(long companyId,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException,
                                            NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByCompanyId_PrevAndNext

BookmarksFolder[] findByCompanyId_PrevAndNext(long folderId,
                                              long companyId,
                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                              throws com.liferay.portal.kernel.exception.SystemException,
                                                     NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByG_P

java.util.List<BookmarksFolder> findByG_P(long groupId,
                                          long parentFolderId)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P

java.util.List<BookmarksFolder> findByG_P(long groupId,
                                          long parentFolderId,
                                          int start,
                                          int end)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P

java.util.List<BookmarksFolder> findByG_P(long groupId,
                                          long parentFolderId,
                                          int start,
                                          int end,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_First

BookmarksFolder findByG_P_First(long groupId,
                                long parentFolderId,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                throws com.liferay.portal.kernel.exception.SystemException,
                                       NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByG_P_Last

BookmarksFolder findByG_P_Last(long groupId,
                               long parentFolderId,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.kernel.exception.SystemException,
                                      NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findByG_P_PrevAndNext

BookmarksFolder[] findByG_P_PrevAndNext(long folderId,
                                        long groupId,
                                        long parentFolderId,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                        throws com.liferay.portal.kernel.exception.SystemException,
                                               NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

findAll

java.util.List<BookmarksFolder> findAll()
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<BookmarksFolder> findAll(int start,
                                        int end)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<BookmarksFolder> findAll(int start,
                                        int end,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByUuid

void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByUUID_G

void removeByUUID_G(java.lang.String uuid,
                    long groupId)
                    throws com.liferay.portal.kernel.exception.SystemException,
                           NoSuchFolderException
Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFolderException

removeByGroupId

void removeByGroupId(long groupId)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByG_P

void removeByG_P(long groupId,
                 long parentFolderId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUuid

int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByUUID_G

int countByUUID_G(java.lang.String uuid,
                  long groupId)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_P

int countByG_P(long groupId,
               long parentFolderId)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException