|
Liferay 7.0-ce-m2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BookmarksFolder in com.liferay.portlet.bookmarks.model |
|---|
| Classes in com.liferay.portlet.bookmarks.model that implement BookmarksFolder | |
|---|---|
class |
BookmarksFolderWrapper
This class is a wrapper for BookmarksFolder. |
| Methods in com.liferay.portlet.bookmarks.model that return BookmarksFolder | |
|---|---|
BookmarksFolder |
BookmarksEntry.getFolder()
|
BookmarksFolder |
BookmarksEntryWrapper.getFolder()
|
BookmarksFolder |
BookmarksFolderWrapper.getParentFolder()
|
BookmarksFolder |
BookmarksFolder.getParentFolder()
|
BookmarksFolder |
BookmarksFolderWrapper.getWrappedBookmarksFolder()
Deprecated. As of 6.1.0, replaced by BookmarksFolderWrapper.getWrappedModel() |
BookmarksFolder |
BookmarksFolderWrapper.getWrappedModel()
|
BookmarksFolder |
BookmarksFolderModel.toEscapedModel()
|
BookmarksFolder |
BookmarksFolderWrapper.toEscapedModel()
|
BookmarksFolder |
BookmarksFolderModel.toUnescapedModel()
|
BookmarksFolder |
BookmarksFolderWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.bookmarks.model that return types with arguments of type BookmarksFolder | |
|---|---|
List<BookmarksFolder> |
BookmarksFolderWrapper.getAncestors()
|
List<BookmarksFolder> |
BookmarksFolder.getAncestors()
|
CacheModel<BookmarksFolder> |
BookmarksFolderModel.toCacheModel()
|
CacheModel<BookmarksFolder> |
BookmarksFolderWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksFolder | |
|---|---|
int |
BookmarksFolderModel.compareTo(BookmarksFolder bookmarksFolder)
|
int |
BookmarksFolderWrapper.compareTo(BookmarksFolder bookmarksFolder)
|
static BookmarksFolderSoap |
BookmarksFolderSoap.toSoapModel(BookmarksFolder model)
|
static BookmarksFolderSoap[] |
BookmarksFolderSoap.toSoapModels(BookmarksFolder[] models)
|
static BookmarksFolderSoap[][] |
BookmarksFolderSoap.toSoapModels(BookmarksFolder[][] models)
|
| Method parameters in com.liferay.portlet.bookmarks.model with type arguments of type BookmarksFolder | |
|---|---|
static BookmarksFolderSoap[] |
BookmarksFolderSoap.toSoapModels(List<BookmarksFolder> models)
|
| Constructors in com.liferay.portlet.bookmarks.model with parameters of type BookmarksFolder | |
|---|---|
BookmarksFolderWrapper(BookmarksFolder bookmarksFolder)
|
|
| Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service |
|---|
| Methods in com.liferay.portlet.bookmarks.service that return BookmarksFolder | |
|---|---|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalService.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderService.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalService.createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
|
BookmarksFolder |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder,
boolean includeTrashedEntries)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder,
boolean includeTrashedEntries)
|
BookmarksFolder |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder,
boolean includeTrashedEntries)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.deleteFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
BookmarksFolder |
BookmarksFolderLocalService.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.fetchBookmarksFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.fetchBookmarksFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.fetchBookmarksFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.fetchBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder matching the UUID and group. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.fetchBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder matching the UUID and group. |
BookmarksFolder |
BookmarksFolderLocalService.fetchBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder matching the UUID and group. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder matching the UUID and group. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder matching the UUID and group. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder matching the UUID and group. |
BookmarksFolder |
BookmarksFolderServiceWrapper.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderService.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderService.moveFolder(long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.moveFolder(long folderId,
long parentFolderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.moveFolder(long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderLocalService.moveFolder(long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.moveFolderFromTrash(long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderService.moveFolderFromTrash(long folderId,
long parentFolderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.moveFolderFromTrash(long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderLocalService.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.moveFolderToTrash(long folderId)
|
BookmarksFolder |
BookmarksFolderService.moveFolderToTrash(long folderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.moveFolderToTrash(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.moveFolderToTrash(long userId,
long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.moveFolderToTrash(long userId,
long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.moveFolderToTrash(long userId,
long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalService.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateStatus(long userId,
BookmarksFolder folder,
int status)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateStatus(long userId,
BookmarksFolder folder,
int status)
|
BookmarksFolder |
BookmarksFolderLocalService.updateStatus(long userId,
BookmarksFolder folder,
int status)
|
| Methods in com.liferay.portlet.bookmarks.service that return types with arguments of type BookmarksFolder | |
|---|---|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderLocalService.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getNoAssetFolders()
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getNoAssetFolders()
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getNoAssetFolders()
|
| Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksFolder | |
|---|---|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
|
BookmarksFolder |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder,
boolean includeTrashedEntries)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder,
boolean includeTrashedEntries)
|
BookmarksFolder |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder,
boolean includeTrashedEntries)
|
void |
BookmarksFolderLocalServiceWrapper.updateAsset(long userId,
BookmarksFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
BookmarksFolderLocalServiceUtil.updateAsset(long userId,
BookmarksFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
BookmarksFolderLocalService.updateAsset(long userId,
BookmarksFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateStatus(long userId,
BookmarksFolder folder,
int status)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateStatus(long userId,
BookmarksFolder folder,
int status)
|
BookmarksFolder |
BookmarksFolderLocalService.updateStatus(long userId,
BookmarksFolder folder,
int status)
|
| Method parameters in com.liferay.portlet.bookmarks.service with type arguments of type BookmarksFolder | |
|---|---|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getBookmarksFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
| Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.persistence |
|---|
| Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksFolder | |
|---|---|
BookmarksFolder |
BookmarksFolderPersistence.create(long folderId)
Creates a new bookmarks folder with the primary key. |
static BookmarksFolder |
BookmarksFolderUtil.create(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.findByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
static BookmarksFolder |
BookmarksFolderUtil.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
static BookmarksFolder |
BookmarksFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
|
| Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksFolder | |
|---|---|
Map<Serializable,BookmarksFolder> |
BookmarksFolderPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,BookmarksFolder> |
BookmarksFolderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId)
Returns all the bookmarks folders that the user has permission to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId)
Returns all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll()
Returns all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll()
Returns all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end)
Returns a range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end)
Returns a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByC_NotS(long companyId,
int status)
Returns all the bookmarks folders where companyId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByC_NotS(long companyId,
int status)
Returns all the bookmarks folders where companyId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where companyId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where companyId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId)
Returns all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId)
Returns all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Returns all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Returns all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId)
Returns all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId)
Returns all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderFinderUtil.findByNoAssets()
|
List<BookmarksFolder> |
BookmarksFolderFinder.findByNoAssets()
|
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end)
Returns a range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId)
Returns all the bookmarks folders where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid)
Returns all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid)
Returns all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
| Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksFolder | |
|---|---|
void |
BookmarksFolderPersistence.cacheResult(BookmarksFolder bookmarksFolder)
Caches the bookmarks folder in the entity cache if it is enabled. |
static void |
BookmarksFolderUtil.cacheResult(BookmarksFolder bookmarksFolder)
Caches the bookmarks folder in the entity cache if it is enabled. |
static void |
BookmarksFolderUtil.clearCache(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder)
|
| Method parameters in com.liferay.portlet.bookmarks.service.persistence with type arguments of type BookmarksFolder | |
|---|---|
void |
BookmarksFolderPersistence.cacheResult(List<BookmarksFolder> bookmarksFolders)
Caches the bookmarks folders in the entity cache if it is enabled. |
static void |
BookmarksFolderUtil.cacheResult(List<BookmarksFolder> bookmarksFolders)
Caches the bookmarks folders in the entity cache if it is enabled. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set of bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders. |
BookmarksFolder |
BookmarksFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ? and status = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ? and companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ? and companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_First(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BookmarksFolder> orderByComparator)
|
| Uses of BookmarksFolder in com.liferay.portlet.bookmarks.util.comparator |
|---|
| Methods in com.liferay.portlet.bookmarks.util.comparator with parameters of type BookmarksFolder | |
|---|---|
int |
FolderIdComparator.compare(BookmarksFolder folder1,
BookmarksFolder folder2)
|
| Uses of BookmarksFolder in com.liferay.portlet.bookmarks.util.test |
|---|
| Methods in com.liferay.portlet.bookmarks.util.test that return BookmarksFolder | |
|---|---|
static BookmarksFolder |
BookmarksTestUtil.addFolder(long groupId,
long parentFolderId,
String name)
|
static BookmarksFolder |
BookmarksTestUtil.addFolder(long groupId,
String name)
|
static BookmarksFolder |
BookmarksTestUtil.addFolder(long parentFolderId,
String name,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksTestUtil.addFolder(String name)
|
|
Liferay 7.0-ce-m2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||