|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface BookmarksEntryPersistence
| Method Summary | |
|---|---|
int |
countAll()
|
int |
countByFolderId(long folderId)
|
int |
countByUuid(java.lang.String uuid)
|
BookmarksEntry |
create(long entryId)
|
BookmarksEntry |
fetchByPrimaryKey(long entryId)
|
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 |
findByPrimaryKey(long entryId)
|
BookmarksEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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)
|
void |
registerListener(ModelListener listener)
|
BookmarksEntry |
remove(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
remove(long entryId)
|
void |
removeAll()
|
void |
removeByFolderId(long folderId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
BookmarksEntry |
update(BookmarksEntry bookmarksEntry)
Deprecated. Use update(BookmarksEntry bookmarksEntry, boolean merge). |
BookmarksEntry |
update(BookmarksEntry bookmarksEntry,
boolean merge)
Add, update, or merge, the entity. |
BookmarksEntry |
updateImpl(BookmarksEntry bookmarksEntry,
boolean merge)
|
| Method Detail |
|---|
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 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
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BookmarksEntry> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BookmarksEntry> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BookmarksEntry> findByFolderId(long folderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BookmarksEntry> findByFolderId(long folderId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
BookmarksEntry findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
BookmarksEntry findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BookmarksEntry> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BookmarksEntry> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
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 removeByFolderId(long folderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByFolderId(long folderId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||