|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BookmarksEntryPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
BookmarksEntryPersistenceImpl
,
BookmarksEntryUtil
Method Summary | |
---|---|
void |
cacheResult(BookmarksEntry bookmarksEntry)
|
void |
cacheResult(java.util.List<BookmarksEntry> bookmarksEntries)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByFolderId(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 |
findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry |
findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BookmarksEntry[] |
findByFolderId_PrevAndNext(long entryId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BookmarksEntry> |
findByFolderId(long folderId)
|
java.util.List<BookmarksEntry> |
findByFolderId(long folderId,
int start,
int end)
|
java.util.List<BookmarksEntry> |
findByFolderId(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)
|
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)
|
BookmarksEntry |
remove(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
remove(long entryId)
|
void |
removeAll()
|
void |
removeByFolderId(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 |
update(BookmarksEntry bookmarksEntry)
Deprecated. Use update(BookmarksEntry, boolean merge) . |
BookmarksEntry |
update(BookmarksEntry bookmarksEntry,
boolean merge)
Add, update, or merge, the entity. |
BookmarksEntry |
updateImpl(BookmarksEntry bookmarksEntry,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(BookmarksEntry bookmarksEntry)
void cacheResult(java.util.List<BookmarksEntry> bookmarksEntries)
void clearCache()
clearCache
in interface BasePersistence
BookmarksEntry create(long entryId)
BookmarksEntry remove(long entryId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry remove(BookmarksEntry bookmarksEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BookmarksEntry update(BookmarksEntry bookmarksEntry) throws com.liferay.portal.SystemException
update(BookmarksEntry, boolean merge)
.
com.liferay.portal.SystemException
BookmarksEntry update(BookmarksEntry bookmarksEntry, boolean merge) throws com.liferay.portal.SystemException
bookmarksEntry
- 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 bookmarksEntry is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
BookmarksEntry updateImpl(BookmarksEntry bookmarksEntry, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BookmarksEntry findByPrimaryKey(long entryId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry fetchByPrimaryKey(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByUuid(java.lang.String uuid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> 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
BookmarksEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry[] findByUuid_PrevAndNext(long entryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry findByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry fetchByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BookmarksEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BookmarksEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry[] findByGroupId_PrevAndNext(long entryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<BookmarksEntry> findByFolderId(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByFolderId(long folderId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByFolderId(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BookmarksEntry findByFolderId_First(long folderId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry findByFolderId_Last(long folderId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry[] findByFolderId_PrevAndNext(long entryId, long folderId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<BookmarksEntry> findByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findByG_U(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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.SystemException
com.liferay.portal.SystemException
BookmarksEntry findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BookmarksEntry[] findByG_U_PrevAndNext(long entryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
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<BookmarksEntry> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BookmarksEntry> 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, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByFolderId(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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 countByFolderId(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U(long groupId, long userId) 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 |