|
Liferay 7.0-ce-m2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.action |
|---|
| Methods in com.liferay.portlet.bookmarks.action that return BookmarksEntry | |
|---|---|
protected BookmarksEntry |
EditEntryAction.updateEntry(ActionRequest actionRequest)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.asset |
|---|
| Constructors in com.liferay.portlet.bookmarks.asset with parameters of type BookmarksEntry | |
|---|---|
BookmarksEntryAssetRenderer(BookmarksEntry entry)
|
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.lar |
|---|
| Methods in com.liferay.portlet.bookmarks.lar that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryStagedModelDataHandler.fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
|
BookmarksEntry |
BookmarksEntryStagedModelDataHandler.fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
|
| Methods in com.liferay.portlet.bookmarks.lar with parameters of type BookmarksEntry | |
|---|---|
protected void |
BookmarksEntryStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext,
BookmarksEntry entry)
|
protected void |
BookmarksEntryStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext,
BookmarksEntry entry)
|
protected void |
BookmarksEntryStagedModelDataHandler.doRestoreStagedModel(PortletDataContext portletDataContext,
BookmarksEntry entry)
|
String |
BookmarksEntryStagedModelDataHandler.getDisplayName(BookmarksEntry entry)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.model |
|---|
| Classes in com.liferay.portlet.bookmarks.model that implement BookmarksEntry | |
|---|---|
class |
BookmarksEntryWrapper
This class is a wrapper for BookmarksEntry. |
| Methods in com.liferay.portlet.bookmarks.model that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryWrapper.getWrappedBookmarksEntry()
Deprecated. As of 6.1.0, replaced by BookmarksEntryWrapper.getWrappedModel() |
BookmarksEntry |
BookmarksEntryWrapper.getWrappedModel()
|
BookmarksEntry |
BookmarksEntryModel.toEscapedModel()
|
BookmarksEntry |
BookmarksEntryWrapper.toEscapedModel()
|
BookmarksEntry |
BookmarksEntryModel.toUnescapedModel()
|
BookmarksEntry |
BookmarksEntryWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.bookmarks.model that return types with arguments of type BookmarksEntry | |
|---|---|
CacheModel<BookmarksEntry> |
BookmarksEntryModel.toCacheModel()
|
CacheModel<BookmarksEntry> |
BookmarksEntryWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksEntry | |
|---|---|
int |
BookmarksEntryModel.compareTo(BookmarksEntry bookmarksEntry)
|
int |
BookmarksEntryWrapper.compareTo(BookmarksEntry bookmarksEntry)
|
static BookmarksEntrySoap |
BookmarksEntrySoap.toSoapModel(BookmarksEntry model)
|
static BookmarksEntrySoap[] |
BookmarksEntrySoap.toSoapModels(BookmarksEntry[] models)
|
static BookmarksEntrySoap[][] |
BookmarksEntrySoap.toSoapModels(BookmarksEntry[][] models)
|
| Method parameters in com.liferay.portlet.bookmarks.model with type arguments of type BookmarksEntry | |
|---|---|
static BookmarksEntrySoap[] |
BookmarksEntrySoap.toSoapModels(List<BookmarksEntry> models)
|
| Constructors in com.liferay.portlet.bookmarks.model with parameters of type BookmarksEntry | |
|---|---|
BookmarksEntryWrapper(BookmarksEntry bookmarksEntry)
|
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.model.impl |
|---|
| Classes in com.liferay.portlet.bookmarks.model.impl that implement BookmarksEntry | |
|---|---|
class |
BookmarksEntryBaseImpl
The extended model base implementation for the BookmarksEntry service. |
class |
BookmarksEntryImpl
|
| Methods in com.liferay.portlet.bookmarks.model.impl that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryCacheModel.toEntityModel()
|
BookmarksEntry |
BookmarksEntryModelImpl.toEscapedModel()
|
static BookmarksEntry |
BookmarksEntryModelImpl.toModel(BookmarksEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.bookmarks.model.impl that return types with arguments of type BookmarksEntry | |
|---|---|
CacheModel<BookmarksEntry> |
BookmarksEntryModelImpl.toCacheModel()
|
static List<BookmarksEntry> |
BookmarksEntryModelImpl.toModels(BookmarksEntrySoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.bookmarks.model.impl with parameters of type BookmarksEntry | |
|---|---|
int |
BookmarksEntryModelImpl.compareTo(BookmarksEntry bookmarksEntry)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service |
|---|
| Methods in com.liferay.portlet.bookmarks.service that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalService.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryService.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalService.createBookmarksEntry(long entryId)
Creates a new bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.createBookmarksEntry(long entryId)
Creates a new bookmarks entry with the primary key. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.createBookmarksEntry(long entryId)
Creates a new bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalService.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalService.deleteEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.fetchBookmarksEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.fetchBookmarksEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.fetchBookmarksEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.fetchBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.fetchBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.fetchBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
BookmarksEntry |
BookmarksEntryLocalService.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalService.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
BookmarksEntry |
BookmarksEntryLocalService.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.getEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.getEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryService.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.moveEntry(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.moveEntry(long entryId,
long parentFolderId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.moveEntry(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.moveEntry(long entryId,
long parentFolderId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.moveEntry(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryService.moveEntry(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.moveEntryFromTrash(long entryId,
long parentFolderId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.moveEntryFromTrash(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryService.moveEntryFromTrash(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryLocalService.moveEntryFromTrash(long userId,
long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.moveEntryFromTrash(long userId,
long entryId,
long parentFolderId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.moveEntryFromTrash(long userId,
long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.moveEntryToTrash(long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.moveEntryToTrash(long entryId)
|
BookmarksEntry |
BookmarksEntryService.moveEntryToTrash(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalService.moveEntryToTrash(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.moveEntryToTrash(long userId,
long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.moveEntryToTrash(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.openEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.openEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryService.openEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.openEntry(long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.openEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryService.openEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.openEntry(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.openEntry(long userId,
BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.openEntry(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalService.openEntry(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.openEntry(long userId,
long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.openEntry(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.restoreEntryFromTrash(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.restoreEntryFromTrash(long userId,
long entryId)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.restoreEntryFromTrash(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksEntry |
BookmarksEntryLocalService.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryService.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalService.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
| Methods in com.liferay.portlet.bookmarks.service that return types with arguments of type BookmarksEntry | |
|---|---|
List<BookmarksEntry> |
BookmarksEntryLocalService.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryLocalService.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int status,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int status,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int status,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryService.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getGroupEntries(long groupId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryService.getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getNoAssetEntries()
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getNoAssetEntries()
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getNoAssetEntries()
|
| Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalService.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalService.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalService.deleteEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.deleteEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.deleteEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalService.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryServiceWrapper.openEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryServiceUtil.openEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryService.openEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalService.openEntry(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.openEntry(long userId,
BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.openEntry(long userId,
BookmarksEntry entry)
|
void |
BookmarksEntryLocalService.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
BookmarksEntryLocalServiceWrapper.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
BookmarksEntryLocalServiceUtil.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
BookmarksEntry |
BookmarksEntryLocalService.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
BookmarksEntry |
BookmarksEntryLocalService.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
BookmarksEntry |
BookmarksEntryLocalServiceWrapper.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
static BookmarksEntry |
BookmarksEntryLocalServiceUtil.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
| Method parameters in com.liferay.portlet.bookmarks.service with type arguments of type BookmarksEntry | |
|---|---|
List<BookmarksEntry> |
BookmarksEntryLocalService.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalService.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryLocalServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryServiceWrapper.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryServiceUtil.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryService.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service.base |
|---|
| Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.createBookmarksEntry(long entryId)
Creates a new bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.deleteBookmarksEntry(long entryId)
Deletes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.fetchBookmarksEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.fetchBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.getBookmarksEntry(long entryId)
Returns the bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.getBookmarksEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks entry matching the UUID and group. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.bookmarks.service.base that return types with arguments of type BookmarksEntry | |
|---|---|
List<BookmarksEntry> |
BookmarksEntryLocalServiceBaseImpl.getBookmarksEntries(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryLocalServiceBaseImpl.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceBaseImpl.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.addBookmarksEntry(BookmarksEntry bookmarksEntry)
Adds the bookmarks entry to the database. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.deleteBookmarksEntry(BookmarksEntry bookmarksEntry)
Deletes the bookmarks entry from the database. |
BookmarksEntry |
BookmarksEntryLocalServiceBaseImpl.updateBookmarksEntry(BookmarksEntry bookmarksEntry)
Updates the bookmarks entry in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.bookmarks.service.base with type arguments of type BookmarksEntry | |
|---|---|
List<BookmarksEntry> |
BookmarksEntryLocalServiceBaseImpl.getBookmarksEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service.http |
|---|
| Methods in com.liferay.portlet.bookmarks.service.http that return BookmarksEntry | |
|---|---|
static BookmarksEntry |
BookmarksEntryServiceHttp.addEntry(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal,
long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.moveEntry(HttpPrincipal httpPrincipal,
long entryId,
long parentFolderId)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.moveEntryFromTrash(HttpPrincipal httpPrincipal,
long entryId,
long parentFolderId)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.moveEntryToTrash(HttpPrincipal httpPrincipal,
long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.openEntry(HttpPrincipal httpPrincipal,
BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.openEntry(HttpPrincipal httpPrincipal,
long entryId)
|
static BookmarksEntry |
BookmarksEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.bookmarks.service.http that return types with arguments of type BookmarksEntry | |
|---|---|
static List<BookmarksEntry> |
BookmarksEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static List<BookmarksEntry> |
BookmarksEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal,
long groupId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal,
long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
| Methods in com.liferay.portlet.bookmarks.service.http with parameters of type BookmarksEntry | |
|---|---|
static BookmarksEntry |
BookmarksEntryServiceHttp.openEntry(HttpPrincipal httpPrincipal,
BookmarksEntry entry)
|
| Method parameters in com.liferay.portlet.bookmarks.service.http with type arguments of type BookmarksEntry | |
|---|---|
static List<BookmarksEntry> |
BookmarksEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal,
long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
static BookmarksEntrySoap[] |
BookmarksEntryServiceSoap.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service.impl |
|---|
| Methods in com.liferay.portlet.bookmarks.service.impl that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.addEntry(long userId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceImpl.addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.deleteEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.deleteEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryServiceImpl.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.getEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryServiceImpl.moveEntry(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.moveEntry(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryServiceImpl.moveEntryFromTrash(long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.moveEntryFromTrash(long userId,
long entryId,
long parentFolderId)
|
BookmarksEntry |
BookmarksEntryServiceImpl.moveEntryToTrash(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.moveEntryToTrash(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryServiceImpl.openEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryServiceImpl.openEntry(long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.openEntry(long userId,
BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.openEntry(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.restoreEntryFromTrash(long userId,
long entryId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.updateEntry(long userId,
long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceImpl.updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
| Methods in com.liferay.portlet.bookmarks.service.impl that return types with arguments of type BookmarksEntry | |
|---|---|
List<BookmarksEntry> |
BookmarksEntryServiceImpl.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getEntries(long groupId,
long folderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getEntries(long groupId,
long folderId,
int status,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryServiceImpl.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryServiceImpl.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getGroupEntries(long groupId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceImpl.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getGroupEntries(long groupId,
long userId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryServiceImpl.getGroupEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getNoAssetEntries()
|
| Methods in com.liferay.portlet.bookmarks.service.impl with parameters of type BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.deleteEntry(BookmarksEntry entry)
|
protected long |
BookmarksEntryLocalServiceImpl.getFolder(BookmarksEntry entry,
long folderId)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.moveEntryToTrash(long userId,
BookmarksEntry entry)
|
protected void |
BookmarksEntryLocalServiceImpl.notifySubscribers(BookmarksEntry entry,
ServiceContext serviceContext)
|
BookmarksEntry |
BookmarksEntryServiceImpl.openEntry(BookmarksEntry entry)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.openEntry(long userId,
BookmarksEntry entry)
|
void |
BookmarksEntryLocalServiceImpl.updateAsset(long userId,
BookmarksEntry entry,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
BookmarksEntry |
BookmarksEntryLocalServiceImpl.updateStatus(long userId,
BookmarksEntry entry,
int status)
|
| Method parameters in com.liferay.portlet.bookmarks.service.impl with type arguments of type BookmarksEntry | |
|---|---|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getEntries(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryServiceImpl.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
List<BookmarksEntry> |
BookmarksEntryLocalServiceImpl.getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service.permission |
|---|
| Methods in com.liferay.portlet.bookmarks.service.permission with parameters of type BookmarksEntry | |
|---|---|
static void |
BookmarksEntryPermission.check(PermissionChecker permissionChecker,
BookmarksEntry entry,
String actionId)
|
static boolean |
BookmarksEntryPermission.contains(PermissionChecker permissionChecker,
BookmarksEntry entry,
String actionId)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service.persistence |
|---|
| Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksEntry | |
|---|---|
static BookmarksEntry |
BookmarksEntryUtil.create(long entryId)
Creates a new bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryPersistence.create(long entryId)
Creates a new bookmarks entry with the primary key. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or returns null if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.findByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.remove(long entryId)
Removes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryPersistence.remove(long entryId)
Removes the bookmarks entry with the primary key from the database. |
static BookmarksEntry |
BookmarksEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks entry where uuid = ? and groupId = ? from the database. |
BookmarksEntry |
BookmarksEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks entry where uuid = ? and groupId = ? from the database. |
static BookmarksEntry |
BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry)
|
static BookmarksEntry |
BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry)
|
| Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksEntry | |
|---|---|
static Map<Serializable,BookmarksEntry> |
BookmarksEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,BookmarksEntry> |
BookmarksEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_NotS(long groupId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_NotS(long groupId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_S(long groupId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_S(long groupId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll()
Returns all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll()
Returns all the bookmarks entries. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll(int start,
int end)
Returns a range of all the bookmarks entries. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll(int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll(int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByC_NotS(long companyId,
int status)
Returns all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByC_NotS(long companyId,
int status)
Returns all the bookmarks entries where companyId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where companyId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByCompanyId(long companyId)
Returns all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByCompanyId(long companyId)
Returns all the bookmarks entries where companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId)
Returns all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId)
Returns all the bookmarks entries where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_NotS(long groupId,
int status)
Returns all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_NotS(long groupId,
int status)
Returns all the bookmarks entries where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_S(long groupId,
int status)
Returns all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_S(long groupId,
int status)
Returns all the bookmarks entries where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_S(long groupId,
long userId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_S(long groupId,
long userId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryFinderUtil.findByNoAssets()
|
List<BookmarksEntry> |
BookmarksEntryFinder.findByNoAssets()
|
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks entries where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks entries where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks entries where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid)
Returns all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid)
Returns all the bookmarks entries where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksEntry | |
|---|---|
static void |
BookmarksEntryUtil.cacheResult(BookmarksEntry bookmarksEntry)
Caches the bookmarks entry in the entity cache if it is enabled. |
void |
BookmarksEntryPersistence.cacheResult(BookmarksEntry bookmarksEntry)
Caches the bookmarks entry in the entity cache if it is enabled. |
static void |
BookmarksEntryUtil.clearCache(BookmarksEntry bookmarksEntry)
|
static BookmarksEntry |
BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry)
|
static BookmarksEntry |
BookmarksEntryUtil.update(BookmarksEntry bookmarksEntry,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksEntryUtil.updateImpl(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
BookmarksEntryPersistence.updateImpl(BookmarksEntry bookmarksEntry)
|
| Method parameters in com.liferay.portlet.bookmarks.service.persistence with type arguments of type BookmarksEntry | |
|---|---|
static void |
BookmarksEntryUtil.cacheResult(List<BookmarksEntry> bookmarksEntries)
Caches the bookmarks entries in the entity cache if it is enabled. |
void |
BookmarksEntryPersistence.cacheResult(List<BookmarksEntry> bookmarksEntries)
Caches the bookmarks entries in the entity cache if it is enabled. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findAll(int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findAll(int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries. |
static BookmarksEntry |
BookmarksEntryUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry |
BookmarksEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
static BookmarksEntry[] |
BookmarksEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
static List<BookmarksEntry> |
BookmarksEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.bookmarks.service.persistence.impl that return BookmarksEntry | |
|---|---|
BookmarksEntry |
BookmarksEntryPersistenceImpl.create(long entryId)
Creates a new bookmarks entry with the primary key. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the bookmarks entry with the primary key or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByPrimaryKey(long entryId)
Returns the bookmarks entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the bookmarks entry with the primary key or throws a NoSuchModelException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByC_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
BookmarksEntry |
BookmarksEntryPersistenceImpl.remove(long entryId)
Removes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.remove(Serializable primaryKey)
Removes the bookmarks entry with the primary key from the database. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks entry where uuid = ? and groupId = ? from the database. |
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.removeImpl(BookmarksEntry bookmarksEntry)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.toUnwrappedModel(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
BookmarksEntryPersistenceImpl.updateImpl(BookmarksEntry bookmarksEntry)
|
| Methods in com.liferay.portlet.bookmarks.service.persistence.impl that return types with arguments of type BookmarksEntry | |
|---|---|
Map<Serializable,BookmarksEntry> |
BookmarksEntryPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long folderId)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_NotS(long groupId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_S(long groupId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_NotS(long groupId,
long userId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status)
Returns all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findAll()
Returns all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findAll(int start,
int end)
Returns a range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByC_NotS(long companyId,
int status)
Returns all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByCompanyId(long companyId)
Returns all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long folderId)
Returns all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long[] folderIds)
Returns all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long folderId,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_NotS(long groupId,
int status)
Returns all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_S(long groupId,
int status)
Returns all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status)
Returns all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Returns a range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryFinderImpl.findByNoAssets()
|
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid(String uuid)
Returns all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks entries where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
| Methods in com.liferay.portlet.bookmarks.service.persistence.impl with parameters of type BookmarksEntry | |
|---|---|
void |
BookmarksEntryPersistenceImpl.cacheResult(BookmarksEntry bookmarksEntry)
Caches the bookmarks entry in the entity cache if it is enabled. |
protected void |
BookmarksEntryPersistenceImpl.cacheUniqueFindersCache(BookmarksEntry bookmarksEntry)
|
void |
BookmarksEntryPersistenceImpl.clearCache(BookmarksEntry bookmarksEntry)
Clears the cache for the bookmarks entry. |
protected void |
BookmarksEntryPersistenceImpl.clearUniqueFindersCache(BookmarksEntry bookmarksEntry)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByC_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.removeImpl(BookmarksEntry bookmarksEntry)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.toUnwrappedModel(BookmarksEntry bookmarksEntry)
|
BookmarksEntry |
BookmarksEntryPersistenceImpl.updateImpl(BookmarksEntry bookmarksEntry)
|
| Method parameters in com.liferay.portlet.bookmarks.service.persistence.impl with type arguments of type BookmarksEntry | |
|---|---|
void |
BookmarksEntryPersistenceImpl.cacheResult(List<BookmarksEntry> bookmarksEntries)
Caches the bookmarks entries in the entity cache if it is enabled. |
void |
BookmarksEntryPersistenceImpl.clearCache(List<BookmarksEntry> bookmarksEntries)
|
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and folderId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permission to view where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set of bookmarks entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_First(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_Last(long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_NotS_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_NotS_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_F_NotS_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_NotS(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_F_PrevAndNext(long entryId,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_S_First(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_F_S_Last(long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_F_S_PrevAndNext(long entryId,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F_S(long groupId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = any ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and folderId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_NotS_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_F_S_First(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_F_S_Last(long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_U_F_S_PrevAndNext(long entryId,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and folderId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long[] folderIds,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = any ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_F_S(long groupId,
long userId,
long folderId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and folderId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status ≠ ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where groupId = ? and userId = ? and status = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where groupId = ? and userId = ? and status = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where resourceBlockId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByResourceBlockId_PrevAndNext(long entryId,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where resourceBlockId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where resourceBlockId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ? and companyId = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ? and companyId = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the first bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry |
BookmarksEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the last bookmarks entry in the ordered set where uuid = ?. |
BookmarksEntry[] |
BookmarksEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns the bookmarks entries before and after the current bookmarks entry in the ordered set where uuid = ?. |
List<BookmarksEntry> |
BookmarksEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksEntry> orderByComparator)
Returns an ordered range of all the bookmarks entries where uuid = ?. |
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByC_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long companyId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_F_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
long folderId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_NotS_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long groupId,
long userId,
int status,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
long resourceBlockId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
long companyId,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
protected BookmarksEntry |
BookmarksEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
BookmarksEntry bookmarksEntry,
String uuid,
OrderByComparator<BookmarksEntry> orderByComparator,
boolean previous)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.util |
|---|
| Methods in com.liferay.portlet.bookmarks.util that return types with arguments of type BookmarksEntry | |
|---|---|
static OrderByComparator<BookmarksEntry> |
BookmarksUtil.getEntryOrderByComparator(String orderByCol,
String orderByType)
|
| Methods in com.liferay.portlet.bookmarks.util with parameters of type BookmarksEntry | |
|---|---|
static void |
BookmarksUtil.addPortletBreadcrumbEntries(BookmarksEntry entry,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.util.comparator |
|---|
| Methods in com.liferay.portlet.bookmarks.util.comparator with parameters of type BookmarksEntry | |
|---|---|
int |
EntryVisitsComparator.compare(BookmarksEntry entry1,
BookmarksEntry entry2)
|
int |
EntryURLComparator.compare(BookmarksEntry entry1,
BookmarksEntry entry2)
|
int |
EntryNameComparator.compare(BookmarksEntry entry1,
BookmarksEntry entry2)
|
int |
EntryCreateDateComparator.compare(BookmarksEntry entry1,
BookmarksEntry entry2)
|
int |
EntryPriorityComparator.compare(BookmarksEntry entry1,
BookmarksEntry entry2)
|
| Uses of BookmarksEntry in com.liferay.portlet.bookmarks.util.test |
|---|
| Methods in com.liferay.portlet.bookmarks.util.test that return BookmarksEntry | |
|---|---|
static BookmarksEntry |
BookmarksTestUtil.addEntry(boolean approved)
|
static BookmarksEntry |
BookmarksTestUtil.addEntry(long groupId,
boolean approved)
|
static BookmarksEntry |
BookmarksTestUtil.addEntry(long folderId,
boolean approved,
ServiceContext serviceContext)
|
static BookmarksEntry |
BookmarksTestUtil.updateEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksTestUtil.updateEntry(BookmarksEntry entry,
String name)
|
| Methods in com.liferay.portlet.bookmarks.util.test with parameters of type BookmarksEntry | |
|---|---|
static BookmarksEntry |
BookmarksTestUtil.updateEntry(BookmarksEntry entry)
|
static BookmarksEntry |
BookmarksTestUtil.updateEntry(BookmarksEntry entry,
String name)
|
|
Liferay 7.0-ce-m2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||