|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.lar |
---|
Methods in com.liferay.portlet.bookmarks.lar with parameters of type BookmarksFolder | |
---|---|
protected void |
BookmarksPortletDataHandlerImpl.exportFolder(PortletDataContext portletDataContext,
Element foldersElement,
Element entriesElement,
BookmarksFolder folder)
|
protected String |
BookmarksPortletDataHandlerImpl.getFolderPath(PortletDataContext portletDataContext,
BookmarksFolder folder)
|
protected void |
BookmarksPortletDataHandlerImpl.importFolder(PortletDataContext portletDataContext,
String folderPath,
BookmarksFolder folder)
|
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 |
BookmarksEntryWrapper.getFolder()
|
BookmarksFolder |
BookmarksEntry.getFolder()
|
BookmarksFolder |
BookmarksFolderWrapper.getParentFolder()
|
BookmarksFolder |
BookmarksFolder.getParentFolder()
|
BookmarksFolder |
BookmarksFolderWrapper.getWrappedBookmarksFolder()
Deprecated. Renamed to BookmarksFolderWrapper.getWrappedModel() |
BookmarksFolder |
BookmarksFolderWrapper.getWrappedModel()
|
BookmarksFolder |
BookmarksFolderWrapper.toEscapedModel()
|
BookmarksFolder |
BookmarksFolderModel.toEscapedModel()
|
BookmarksFolder |
BookmarksFolderWrapper.toUnescapedModel()
|
BookmarksFolder |
BookmarksFolderModel.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> |
BookmarksFolderWrapper.toCacheModel()
|
CacheModel<BookmarksFolder> |
BookmarksFolderModel.toCacheModel()
|
Methods in com.liferay.portlet.bookmarks.model with parameters of type BookmarksFolder | |
---|---|
int |
BookmarksFolderWrapper.compareTo(BookmarksFolder bookmarksFolder)
|
int |
BookmarksFolderModel.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.model.impl |
---|
Classes in com.liferay.portlet.bookmarks.model.impl that implement BookmarksFolder | |
---|---|
class |
BookmarksFolderBaseImpl
The extended model base implementation for the BookmarksFolder service. |
class |
BookmarksFolderImpl
|
Methods in com.liferay.portlet.bookmarks.model.impl that return BookmarksFolder | |
---|---|
BookmarksFolder |
BookmarksEntryImpl.getFolder()
|
BookmarksFolder |
BookmarksFolderImpl.getParentFolder()
|
BookmarksFolder |
BookmarksFolderCacheModel.toEntityModel()
|
BookmarksFolder |
BookmarksFolderModelImpl.toEscapedModel()
|
static BookmarksFolder |
BookmarksFolderModelImpl.toModel(BookmarksFolderSoap soapModel)
Converts the soap model instance into a normal model instance. |
BookmarksFolder |
BookmarksFolderModelImpl.toUnescapedModel()
|
Methods in com.liferay.portlet.bookmarks.model.impl that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderImpl.getAncestors()
|
CacheModel<BookmarksFolder> |
BookmarksFolderModelImpl.toCacheModel()
|
static List<BookmarksFolder> |
BookmarksFolderModelImpl.toModels(BookmarksFolderSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.bookmarks.model.impl with parameters of type BookmarksFolder | |
---|---|
int |
BookmarksFolderModelImpl.compareTo(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. |
BookmarksFolder |
BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalService.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 |
BookmarksFolderServiceWrapper.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderService.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.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. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.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. |
BookmarksFolder |
BookmarksFolderLocalService.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 |
BookmarksFolderLocalServiceWrapper.fetchBookmarksFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.fetchBookmarksFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.fetchBookmarksFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalService.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 |
BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
BookmarksFolder |
BookmarksFolderServiceWrapper.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderService.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.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. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderServiceWrapper.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.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.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)
|
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. |
List<BookmarksFolder> |
BookmarksFolderLocalService.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> |
BookmarksFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getNoResourceBlockFolders()
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getNoResourceBlockFolders()
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getNoResourceBlockFolders()
|
Methods in com.liferay.portlet.bookmarks.service with parameters of type BookmarksFolder | |
---|---|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalService.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
void |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
|
void |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
|
static void |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.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. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.base |
---|
Methods in com.liferay.portlet.bookmarks.service.base that return BookmarksFolder | |
---|---|
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.createBookmarksFolder(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(long folderId)
Deletes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.fetchBookmarksFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.getBookmarksFolder(long folderId)
Returns the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the bookmarks folder with the UUID in the group. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.bookmarks.service.base that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderLocalServiceBaseImpl.getBookmarksFolders(int start,
int end)
Returns a range of all the bookmarks folders. |
Methods in com.liferay.portlet.bookmarks.service.base with parameters of type BookmarksFolder | |
---|---|
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.addBookmarksFolder(BookmarksFolder bookmarksFolder)
Adds the bookmarks folder to the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database or adds it if it does not yet exist. |
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.http |
---|
Methods in com.liferay.portlet.bookmarks.service.http that return BookmarksFolder | |
---|---|
static BookmarksFolder |
BookmarksFolderServiceHttp.addFolder(HttpPrincipal httpPrincipal,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal,
long folderId)
|
static BookmarksFolder |
BookmarksFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.bookmarks.service.http that return types with arguments of type BookmarksFolder | |
---|---|
static List<BookmarksFolder> |
BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int start,
int end)
|
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.impl |
---|
Methods in com.liferay.portlet.bookmarks.service.impl that return BookmarksFolder | |
---|---|
BookmarksFolder |
BookmarksFolderLocalServiceImpl.addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderServiceImpl.addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderServiceImpl.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceImpl.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderServiceImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
BookmarksFolder |
BookmarksFolderLocalServiceImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.bookmarks.service.impl that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getCompanyFolders(long companyId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderServiceImpl.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getNoResourceBlockFolders()
|
Methods in com.liferay.portlet.bookmarks.service.impl with parameters of type BookmarksFolder | |
---|---|
void |
BookmarksFolderLocalServiceImpl.deleteFolder(BookmarksFolder folder)
|
protected long |
BookmarksFolderLocalServiceImpl.getParentFolderId(BookmarksFolder folder,
long parentFolderId)
|
protected void |
BookmarksFolderLocalServiceImpl.mergeFolders(BookmarksFolder fromFolder,
long toFolderId)
|
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.permission |
---|
Methods in com.liferay.portlet.bookmarks.service.permission with parameters of type BookmarksFolder | |
---|---|
static void |
BookmarksFolderPermission.check(PermissionChecker permissionChecker,
BookmarksFolder folder,
String actionId)
|
static boolean |
BookmarksFolderPermission.contains(PermissionChecker permissionChecker,
BookmarksFolder folder,
String actionId)
|
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.service.persistence |
---|
Methods in com.liferay.portlet.bookmarks.service.persistence that return BookmarksFolder | |
---|---|
static BookmarksFolder |
BookmarksFolderUtil.create(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderPersistence.create(long folderId)
Creates a new bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.create(long folderId)
Creates a new bookmarks folder with the primary key. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
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.fetchByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the bookmarks folder with the primary key or returns null if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
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)
Returns the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.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,
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_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 |
BookmarksFolderPersistenceImpl.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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator 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_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator 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[] |
BookmarksFolderPersistenceImpl.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator 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.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator 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.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator 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[] |
BookmarksFolderPersistenceImpl.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator 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 = ?. |
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistenceImpl.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistenceImpl.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistenceImpl.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
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.findByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByPrimaryKey(long folderId)
Returns the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the bookmarks folder with the primary key or throws a NoSuchModelException if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByResourceBlockId_First(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByResourceBlockId_Last(long resourceBlockId,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
BookmarksFolder[] |
BookmarksFolderPersistenceImpl.findByResourceBlockId_PrevAndNext(long folderId,
long resourceBlockId,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where resourceBlockId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first bookmarks folder in the ordered set where uuid = ?. |
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_G(String uuid,
long groupId)
Returns the bookmarks folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder[] |
BookmarksFolderPersistenceImpl.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the bookmarks folders before and after the current bookmarks folder in the ordered set where uuid = ?. |
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long resourceBlockId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static BookmarksFolder |
BookmarksFolderUtil.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderPersistence.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.remove(long folderId)
Removes the bookmarks folder with the primary key from the database. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.remove(Serializable primaryKey)
Removes the bookmarks folder with the primary key from the database. |
static BookmarksFolder |
BookmarksFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
BookmarksFolder |
BookmarksFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the bookmarks folder where uuid = ? and groupId = ? from the database. |
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.removeImpl(BookmarksFolder bookmarksFolder)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.toUnwrappedModel(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
boolean merge)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
boolean merge,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder,
boolean merge)
|
BookmarksFolder |
BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder,
boolean merge)
|
BookmarksFolder |
BookmarksFolderPersistenceImpl.updateImpl(BookmarksFolder bookmarksFolder,
boolean merge)
|
Methods in com.liferay.portlet.bookmarks.service.persistence that return types with arguments of type BookmarksFolder | |
---|---|
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)
Returns all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
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)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator 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.filterFindByGroupId(long groupId)
Returns all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId)
Returns all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId)
Returns 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)
Returns a range of all the bookmarks folders that the user has permission to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders that the user has permissions to view where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll()
Returns all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll()
Returns all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findAll()
Returns 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)
Returns a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findAll(int start,
int end)
Returns a range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId)
Returns all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId)
Returns all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByCompanyId(long companyId)
Returns 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)
Returns a range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where companyId = ?. |
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)
Returns all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
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)
Returns a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId)
Returns all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId)
Returns all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByGroupId(long groupId)
Returns 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)
Returns a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderFinderUtil.findByNoResourceBlocks()
|
List<BookmarksFolder> |
BookmarksFolderFinder.findByNoResourceBlocks()
|
List<BookmarksFolder> |
BookmarksFolderFinderImpl.findByNoResourceBlocks()
|
static List<BookmarksFolder> |
BookmarksFolderUtil.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId)
Returns all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByResourceBlockId(long resourceBlockId)
Returns 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)
Returns a range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByResourceBlockId(long resourceBlockId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where resourceBlockId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid)
Returns all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid)
Returns all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByUuid(String uuid)
Returns 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)
Returns a range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.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,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator 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 orderByComparator)
|
Methods in com.liferay.portlet.bookmarks.service.persistence with parameters of type BookmarksFolder | |
---|---|
static void |
BookmarksFolderUtil.cacheResult(BookmarksFolder bookmarksFolder)
Caches the bookmarks folder in the entity cache if it is enabled. |
void |
BookmarksFolderPersistence.cacheResult(BookmarksFolder bookmarksFolder)
Caches the bookmarks folder in the entity cache if it is enabled. |
void |
BookmarksFolderPersistenceImpl.cacheResult(BookmarksFolder bookmarksFolder)
Caches the bookmarks folder in the entity cache if it is enabled. |
protected void |
BookmarksFolderPersistenceImpl.cacheUniqueFindersCache(BookmarksFolder bookmarksFolder)
|
static void |
BookmarksFolderUtil.clearCache(BookmarksFolder bookmarksFolder)
|
void |
BookmarksFolderPersistenceImpl.clearCache(BookmarksFolder bookmarksFolder)
Clears the cache for the bookmarks folder. |
protected void |
BookmarksFolderPersistenceImpl.clearUniqueFindersCache(BookmarksFolder bookmarksFolder)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByResourceBlockId_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
long resourceBlockId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.removeImpl(BookmarksFolder bookmarksFolder)
|
protected BookmarksFolder |
BookmarksFolderPersistenceImpl.toUnwrappedModel(BookmarksFolder bookmarksFolder)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
boolean merge)
|
static BookmarksFolder |
BookmarksFolderUtil.update(BookmarksFolder bookmarksFolder,
boolean merge,
ServiceContext serviceContext)
|
static BookmarksFolder |
BookmarksFolderUtil.updateImpl(BookmarksFolder bookmarksFolder,
boolean merge)
|
BookmarksFolder |
BookmarksFolderPersistence.updateImpl(BookmarksFolder bookmarksFolder,
boolean merge)
|
BookmarksFolder |
BookmarksFolderPersistenceImpl.updateImpl(BookmarksFolder bookmarksFolder,
boolean merge)
|
Method parameters in com.liferay.portlet.bookmarks.service.persistence with type arguments of type BookmarksFolder | |
---|---|
static void |
BookmarksFolderUtil.cacheResult(List<BookmarksFolder> bookmarksFolders)
Caches the bookmarks folders in the entity cache if it is enabled. |
void |
BookmarksFolderPersistence.cacheResult(List<BookmarksFolder> bookmarksFolders)
Caches the bookmarks folders in the entity cache if it is enabled. |
void |
BookmarksFolderPersistenceImpl.cacheResult(List<BookmarksFolder> bookmarksFolders)
Caches the bookmarks folders in the entity cache if it is enabled. |
void |
BookmarksFolderPersistenceImpl.clearCache(List<BookmarksFolder> bookmarksFolders)
|
Uses of BookmarksFolder in com.liferay.portlet.bookmarks.util |
---|
Methods in com.liferay.portlet.bookmarks.util with parameters of type BookmarksFolder | |
---|---|
static void |
BookmarksUtil.addPortletBreadcrumbEntries(BookmarksFolder folder,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |