com.liferay.portlet.bookmarks.service.persistence
Interface BookmarksEntryPersistence
- All Superinterfaces:
- BasePersistence<BookmarksEntry>
public interface BookmarksEntryPersistence
- extends BasePersistence<BookmarksEntry>
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:
BookmarksEntryPersistenceImpl
,
BookmarksEntryUtil
- Generated:
Method Summary |
void |
cacheResult(BookmarksEntry bookmarksEntry)
|
void |
cacheResult(java.util.List<BookmarksEntry> bookmarksEntries)
|
int |
countAll()
|
int |
countByG_F(long groupId,
long folderId)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
BookmarksEntry |
create(long entryId)
|
BookmarksEntry |
fetchByPrimaryKey(long entryId)
|
BookmarksEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
BookmarksEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<BookmarksEntry> |
findAll()
|
java.util.List<BookmarksEntry> |
findAll(int start,
int end)
|
java.util.List<BookmarksEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry[] |
findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BookmarksEntry> |
findByG_F(long groupId,
long folderId)
|
java.util.List<BookmarksEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
|
java.util.List<BookmarksEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry[] |
findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BookmarksEntry> |
findByG_U(long groupId,
long userId)
|
java.util.List<BookmarksEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<BookmarksEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BookmarksEntry> |
findByGroupId(long groupId)
|
java.util.List<BookmarksEntry> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<BookmarksEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByPrimaryKey(long entryId)
|
BookmarksEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
|
BookmarksEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry[] |
findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BookmarksEntry> |
findByUuid(java.lang.String uuid)
|
java.util.List<BookmarksEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<BookmarksEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
remove(long entryId)
|
void |
removeAll()
|
void |
removeByG_F(long groupId,
long folderId)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
BookmarksEntry |
updateImpl(BookmarksEntry bookmarksEntry,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(BookmarksEntry bookmarksEntry)
cacheResult
void cacheResult(java.util.List<BookmarksEntry> bookmarksEntries)
create
BookmarksEntry create(long entryId)
remove
BookmarksEntry remove(long entryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
updateImpl
BookmarksEntry updateImpl(BookmarksEntry bookmarksEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
BookmarksEntry findByPrimaryKey(long entryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
fetchByPrimaryKey
BookmarksEntry fetchByPrimaryKey(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<BookmarksEntry> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<BookmarksEntry> 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<BookmarksEntry> 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
BookmarksEntry findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByUuid_Last
BookmarksEntry findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByUuid_PrevAndNext
BookmarksEntry[] findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByUUID_G
BookmarksEntry findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
fetchByUUID_G
BookmarksEntry fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
BookmarksEntry 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<BookmarksEntry> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<BookmarksEntry> 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<BookmarksEntry> 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
BookmarksEntry findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByGroupId_Last
BookmarksEntry findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByGroupId_PrevAndNext
BookmarksEntry[] findByGroupId_PrevAndNext(long entryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U
java.util.List<BookmarksEntry> findByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<BookmarksEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
java.util.List<BookmarksEntry> findByG_U(long groupId,
long userId,
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_U_First
BookmarksEntry findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_Last
BookmarksEntry findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_PrevAndNext
BookmarksEntry[] findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_F
java.util.List<BookmarksEntry> findByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<BookmarksEntry> findByG_F(long groupId,
long folderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
java.util.List<BookmarksEntry> findByG_F(long groupId,
long folderId,
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_F_First
BookmarksEntry findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_F_Last
BookmarksEntry findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_F_PrevAndNext
BookmarksEntry[] findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findAll
java.util.List<BookmarksEntry> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<BookmarksEntry> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<BookmarksEntry> 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,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
removeByGroupId
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U
void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F
void removeByG_F(long groupId,
long folderId)
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
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F
int countByG_F(long groupId,
long folderId)
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