|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<BookmarksEntry>
com.liferay.portlet.bookmarks.service.persistence.BookmarksEntryPersistenceImpl
public class BookmarksEntryPersistenceImpl
BookmarksEntryPersistence,
BookmarksEntryUtil| Field Summary | |
|---|---|
protected AssetEntryPersistence |
assetEntryPersistence
|
protected AssetTagPersistence |
assetTagPersistence
|
protected BookmarksEntryPersistence |
bookmarksEntryPersistence
|
protected BookmarksFolderPersistence |
bookmarksFolderPersistence
|
protected ExpandoValuePersistence |
expandoValuePersistence
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_F
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_U
|
static FinderPath |
FINDER_PATH_COUNT_BY_GROUPID
|
static FinderPath |
FINDER_PATH_COUNT_BY_UUID
|
static FinderPath |
FINDER_PATH_COUNT_BY_UUID_G
|
static FinderPath |
FINDER_PATH_FETCH_BY_UUID_G
|
static FinderPath |
FINDER_PATH_FIND_ALL
|
static FinderPath |
FINDER_PATH_FIND_BY_G_F
|
static FinderPath |
FINDER_PATH_FIND_BY_G_U
|
static FinderPath |
FINDER_PATH_FIND_BY_GROUPID
|
static FinderPath |
FINDER_PATH_FIND_BY_UUID
|
protected ResourcePersistence |
resourcePersistence
|
protected UserPersistence |
userPersistence
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
BookmarksEntryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
|
void |
cacheResult(BookmarksEntry bookmarksEntry)
|
void |
cacheResult(List<BookmarksEntry> bookmarksEntries)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(BookmarksEntry bookmarksEntry)
Clears the cache for one instance of this model. |
int |
countAll()
|
int |
countByG_F(long groupId,
long folderId)
|
int |
countByG_F(long groupId,
long[] folderIds)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(String uuid,
long groupId)
|
int |
countByUuid(String uuid)
|
BookmarksEntry |
create(long entryId)
|
BookmarksEntry |
fetchByPrimaryKey(long entryId)
|
BookmarksEntry |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
BookmarksEntry |
fetchByUUID_G(String uuid,
long groupId)
|
BookmarksEntry |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
|
int |
filterCountByG_F(long groupId,
long folderId)
|
int |
filterCountByG_F(long groupId,
long[] folderIds)
|
int |
filterCountByG_U(long groupId,
long userId)
|
int |
filterCountByGroupId(long groupId)
|
List<BookmarksEntry> |
filterFindByG_F(long groupId,
long folderId)
|
List<BookmarksEntry> |
filterFindByG_F(long groupId,
long[] folderIds)
|
List<BookmarksEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
|
List<BookmarksEntry> |
filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
filterFindByG_U(long groupId,
long userId)
|
List<BookmarksEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
filterFindByGroupId(long groupId)
|
List<BookmarksEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
findAll()
|
List<BookmarksEntry> |
findAll(int start,
int end)
|
List<BookmarksEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
|
BookmarksEntry[] |
findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
findByG_F(long groupId,
long folderId)
|
List<BookmarksEntry> |
findByG_F(long groupId,
long[] folderIds)
|
List<BookmarksEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end)
|
List<BookmarksEntry> |
findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
|
BookmarksEntry[] |
findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
findByG_U(long groupId,
long userId)
|
List<BookmarksEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
BookmarksEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
findByGroupId(long groupId)
|
List<BookmarksEntry> |
findByGroupId(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByPrimaryKey(long entryId)
|
BookmarksEntry |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
BookmarksEntry |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
|
BookmarksEntry |
findByUUID_G(String uuid,
long groupId)
|
BookmarksEntry |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
|
BookmarksEntry[] |
findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
|
List<BookmarksEntry> |
findByUuid(String uuid)
|
List<BookmarksEntry> |
findByUuid(String uuid,
int start,
int end)
|
List<BookmarksEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
protected BookmarksEntry |
getByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksEntry |
getByG_U_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksEntry |
getByGroupId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksEntry |
getByUuid_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
BookmarksEntry |
remove(long entryId)
|
BookmarksEntry |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
void |
removeAll()
|
void |
removeByG_F(long groupId,
long folderId)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(String uuid,
long groupId)
|
void |
removeByUuid(String uuid)
|
protected BookmarksEntry |
removeImpl(BookmarksEntry bookmarksEntry)
Removes the model instance from the database. |
protected BookmarksEntry |
toUnwrappedModel(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
updateImpl(BookmarksEntry bookmarksEntry,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_G_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FIND_BY_G_F
public static final FinderPath FINDER_PATH_COUNT_BY_G_F
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=BookmarksEntryPersistence.class) protected BookmarksEntryPersistence bookmarksEntryPersistence
@BeanReference(type=BookmarksFolderPersistence.class) protected BookmarksFolderPersistence bookmarksFolderPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
| Constructor Detail |
|---|
public BookmarksEntryPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(BookmarksEntry bookmarksEntry)
cacheResult in interface BookmarksEntryPersistencepublic void cacheResult(List<BookmarksEntry> bookmarksEntries)
cacheResult in interface BookmarksEntryPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<BookmarksEntry>clearCache in class BasePersistenceImpl<BookmarksEntry>public void clearCache(BookmarksEntry bookmarksEntry)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<BookmarksEntry>clearCache in class BasePersistenceImpl<BookmarksEntry>bookmarksEntry - the instance of this model to clear the cache forpublic BookmarksEntry create(long entryId)
create in interface BookmarksEntryPersistence
public BookmarksEntry remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<BookmarksEntry>remove in class BasePersistenceImpl<BookmarksEntry>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public BookmarksEntry remove(long entryId)
throws NoSuchEntryException,
SystemException
remove in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
protected BookmarksEntry removeImpl(BookmarksEntry bookmarksEntry)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<BookmarksEntry>bookmarksEntry - the model instance to remove
SystemException - if a system exception occurred
public BookmarksEntry updateImpl(BookmarksEntry bookmarksEntry,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface BookmarksEntryPersistenceupdateImpl in class BasePersistenceImpl<BookmarksEntry>bookmarksEntry - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected BookmarksEntry toUnwrappedModel(BookmarksEntry bookmarksEntry)
public BookmarksEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<BookmarksEntry>findByPrimaryKey in class BasePersistenceImpl<BookmarksEntry>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public BookmarksEntry findByPrimaryKey(long entryId)
throws NoSuchEntryException,
SystemException
findByPrimaryKey in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<BookmarksEntry>fetchByPrimaryKey in class BasePersistenceImpl<BookmarksEntry>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public BookmarksEntry fetchByPrimaryKey(long entryId)
throws SystemException
fetchByPrimaryKey in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByUuid(String uuid)
throws SystemException
findByUuid in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByUuid(String uuid,
int start,
int end)
throws SystemException
findByUuid in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByUuid in interface BookmarksEntryPersistenceSystemException
public BookmarksEntry findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByUuid_First in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByUuid_Last in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry[] findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByUuid_PrevAndNext in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
protected BookmarksEntry getByUuid_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public BookmarksEntry findByUUID_G(String uuid,
long groupId)
throws NoSuchEntryException,
SystemException
findByUUID_G in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry fetchByUUID_G(String uuid,
long groupId)
throws SystemException
fetchByUUID_G in interface BookmarksEntryPersistenceSystemException
public BookmarksEntry fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
fetchByUUID_G in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByGroupId(long groupId,
int start,
int end)
throws SystemException
findByGroupId in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByGroupId in interface BookmarksEntryPersistenceSystemException
public BookmarksEntry findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByGroupId_First in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByGroupId_Last in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry[] findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByGroupId_PrevAndNext in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
protected BookmarksEntry getByGroupId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<BookmarksEntry> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
filterFindByGroupId in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByGroupId in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_U(long groupId,
long userId)
throws SystemException
findByG_U in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
findByG_U in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U in interface BookmarksEntryPersistenceSystemException
public BookmarksEntry findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByG_U_First in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByG_U_Last in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry[] findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByG_U_PrevAndNext in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
protected BookmarksEntry getByG_U_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<BookmarksEntry> filterFindByG_U(long groupId,
long userId)
throws SystemException
filterFindByG_U in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
filterFindByG_U in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_F(long groupId,
long folderId)
throws SystemException
findByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
findByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_F in interface BookmarksEntryPersistenceSystemException
public BookmarksEntry findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByG_F_First in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByG_F_Last in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public BookmarksEntry[] findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByG_F_PrevAndNext in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
protected BookmarksEntry getByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator orderByComparator,
boolean previous)
public List<BookmarksEntry> findByG_F(long groupId,
long[] folderIds)
throws SystemException
findByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
findByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_F(long groupId,
long folderId)
throws SystemException
filterFindByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end)
throws SystemException
filterFindByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_F(long groupId,
long[] folderIds)
throws SystemException
filterFindByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
throws SystemException
filterFindByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_F in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findAll()
throws SystemException
findAll in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findAll(int start,
int end)
throws SystemException
findAll in interface BookmarksEntryPersistenceSystemException
public List<BookmarksEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface BookmarksEntryPersistenceSystemException
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface BookmarksEntryPersistenceSystemException
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchEntryException,
SystemException
removeByUUID_G in interface BookmarksEntryPersistenceNoSuchEntryException
SystemException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface BookmarksEntryPersistenceSystemException
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface BookmarksEntryPersistenceSystemException
public void removeByG_F(long groupId,
long folderId)
throws SystemException
removeByG_F in interface BookmarksEntryPersistenceSystemException
public void removeAll()
throws SystemException
removeAll in interface BookmarksEntryPersistenceSystemException
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface BookmarksEntryPersistenceSystemException
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface BookmarksEntryPersistenceSystemException
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface BookmarksEntryPersistenceSystemException
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface BookmarksEntryPersistenceSystemException
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface BookmarksEntryPersistenceSystemException
public int filterCountByG_U(long groupId,
long userId)
throws SystemException
filterCountByG_U in interface BookmarksEntryPersistenceSystemException
public int countByG_F(long groupId,
long folderId)
throws SystemException
countByG_F in interface BookmarksEntryPersistenceSystemException
public int countByG_F(long groupId,
long[] folderIds)
throws SystemException
countByG_F in interface BookmarksEntryPersistenceSystemException
public int filterCountByG_F(long groupId,
long folderId)
throws SystemException
filterCountByG_F in interface BookmarksEntryPersistenceSystemException
public int filterCountByG_F(long groupId,
long[] folderIds)
throws SystemException
filterCountByG_F in interface BookmarksEntryPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface BookmarksEntryPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||