|
Liferay 6.0.5 | |||||||||
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 context,
Element foldersElement,
Element entriesElement,
BookmarksFolder folder)
|
protected String |
BookmarksPortletDataHandlerImpl.getFolderPath(PortletDataContext context,
BookmarksFolder folder)
|
protected void |
BookmarksPortletDataHandlerImpl.importFolder(PortletDataContext context,
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()
|
BookmarksFolder |
BookmarksFolderWrapper.toEscapedModel()
|
BookmarksFolder |
BookmarksFolderModel.toEscapedModel()
Gets a copy of this bookmarks folder as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.bookmarks.model that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderWrapper.getAncestors()
|
List<BookmarksFolder> |
BookmarksFolder.getAncestors()
|
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 |
BookmarksFolderImpl
|
Methods in com.liferay.portlet.bookmarks.model.impl that return BookmarksFolder | |
---|---|
BookmarksFolder |
BookmarksEntryImpl.getFolder()
|
BookmarksFolder |
BookmarksFolderImpl.getParentFolder()
|
BookmarksFolder |
BookmarksFolderModelImpl.toEscapedModel()
|
static BookmarksFolder |
BookmarksFolderModelImpl.toModel(BookmarksFolderSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portlet.bookmarks.model.impl that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderImpl.getAncestors()
|
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. |
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)
|
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. |
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.getBookmarksFolder(long folderId)
Gets the bookmarks folder with the primary key. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolder(long folderId)
Gets the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolder(long folderId)
Gets the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the bookmarks folder with the UUID and group id. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the bookmarks folder with the UUID and group id. |
BookmarksFolder |
BookmarksFolderLocalService.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the bookmarks folder with the UUID and group id. |
BookmarksFolder |
BookmarksFolderServiceWrapper.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderService.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.getFolder(long folderId)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalService.getFolder(long folderId)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
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 |
BookmarksFolderService.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)
|
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.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)
|
Methods in com.liferay.portlet.bookmarks.service that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getBookmarksFolders(int start,
int end)
Gets a range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getBookmarksFolders(int start,
int end)
Gets a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderLocalService.getBookmarksFolders(int start,
int end)
Gets a range of all the bookmarks folders. |
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> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<BookmarksFolder> |
BookmarksFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
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)
|
List<BookmarksFolder> |
BookmarksFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
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. |
void |
BookmarksFolderLocalServiceWrapper.addFolderResources(BookmarksFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
BookmarksFolderLocalServiceUtil.addFolderResources(BookmarksFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
BookmarksFolderLocalService.addFolderResources(BookmarksFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
BookmarksFolderLocalServiceWrapper.addFolderResources(BookmarksFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
BookmarksFolderLocalServiceUtil.addFolderResources(BookmarksFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
void |
BookmarksFolderLocalService.addFolderResources(BookmarksFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
void |
BookmarksFolderLocalServiceWrapper.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
static void |
BookmarksFolderLocalServiceUtil.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
void |
BookmarksFolderLocalService.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
void |
BookmarksFolderLocalServiceWrapper.deleteFolder(BookmarksFolder folder)
|
static void |
BookmarksFolderLocalServiceUtil.deleteFolder(BookmarksFolder folder)
|
void |
BookmarksFolderLocalService.deleteFolder(BookmarksFolder folder)
|
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalServiceWrapper.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
static BookmarksFolder |
BookmarksFolderLocalServiceUtil.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalService.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
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.getBookmarksFolder(long folderId)
Gets the bookmarks folder with the primary key. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.getBookmarksFolderByUuidAndGroupId(String uuid,
long groupId)
Gets the bookmarks folder with the UUID and group id. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
Methods in com.liferay.portlet.bookmarks.service.base that return types with arguments of type BookmarksFolder | |
---|---|
List<BookmarksFolder> |
BookmarksFolderLocalServiceBaseImpl.getBookmarksFolders(int start,
int end)
Gets 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. |
void |
BookmarksFolderLocalServiceBaseImpl.deleteBookmarksFolder(BookmarksFolder bookmarksFolder)
Deletes the bookmarks folder from the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder)
Updates the bookmarks folder in the database. |
BookmarksFolder |
BookmarksFolderLocalServiceBaseImpl.updateBookmarksFolder(BookmarksFolder bookmarksFolder,
boolean merge)
Updates the bookmarks folder in the database. |
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 with parameters of type BookmarksFolder | |
---|---|
static JSONArray |
BookmarksFolderJSONSerializer.toJSONArray(BookmarksFolder[] models)
|
static JSONArray |
BookmarksFolderJSONSerializer.toJSONArray(BookmarksFolder[][] models)
|
static JSONObject |
BookmarksFolderJSONSerializer.toJSONObject(BookmarksFolder model)
|
Method parameters in com.liferay.portlet.bookmarks.service.http with type arguments of type BookmarksFolder | |
---|---|
static JSONArray |
BookmarksFolderJSONSerializer.toJSONArray(List<BookmarksFolder> models)
|
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> |
BookmarksFolderLocalServiceImpl.getFolders(long groupId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<BookmarksFolder> |
BookmarksFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
Methods in com.liferay.portlet.bookmarks.service.impl with parameters of type BookmarksFolder | |
---|---|
void |
BookmarksFolderLocalServiceImpl.addFolderResources(BookmarksFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
BookmarksFolderLocalServiceImpl.addFolderResources(BookmarksFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
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.fetchByPrimaryKey(long folderId)
Finds the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByPrimaryKey(long folderId)
Finds the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByPrimaryKey(long folderId)
Finds the bookmarks folder with the primary key or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the bookmarks folder with the primary key or returns null if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Finds 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)
Finds 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)
Finds 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)
Finds the bookmarks folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where companyId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where companyId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds 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)
Finds the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where groupId = ? and parentFolderId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds 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)
Finds 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)
Finds the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where groupId = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the bookmarks folders before and after the current bookmarks folder in the ordered set where groupId = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByPrimaryKey(long folderId)
Finds the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistence.findByPrimaryKey(long folderId)
Finds the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByPrimaryKey(long folderId)
Finds the bookmarks folder with the primary key or throws a NoSuchFolderException if it could not be found. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the bookmarks folder with the primary key or throws a NoSuchModelException if it could not be found. |
static BookmarksFolder |
BookmarksFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder |
BookmarksFolderUtil.findByUUID_G(String uuid,
long groupId)
Finds 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)
Finds 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)
Finds 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)
Finds the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where uuid = ?. |
BookmarksFolder |
BookmarksFolderPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last bookmarks folder in the ordered set where uuid = ?. |
static BookmarksFolder[] |
BookmarksFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds 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.getByUuid_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static BookmarksFolder |
BookmarksFolderUtil.remove(BookmarksFolder bookmarksFolder)
|
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. |
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)
Filters by the user's permissions and finds all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Filters by the user's permissions and finds all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId)
Filters by the user's permissions and finds all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll()
Finds all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll()
Finds all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findAll()
Finds all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end)
Finds a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end)
Finds a range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findAll(int start,
int end)
Finds a range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId)
Finds all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId)
Finds all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByCompanyId(long companyId)
Finds all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where companyId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where companyId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId)
Finds all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Finds all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId)
Finds all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Finds a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Finds a range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Finds 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)
Finds 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)
Finds 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)
Finds an ordered range of all the bookmarks folders where groupId = ? and parentFolderId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId)
Finds all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId)
Finds all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByGroupId(long groupId)
Finds all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where groupId = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where groupId = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid)
Finds all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid)
Finds all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByUuid(String uuid)
Finds all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the bookmarks folders where uuid = ?. |
static List<BookmarksFolder> |
BookmarksFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the bookmarks folders where uuid = ?. |
List<BookmarksFolder> |
BookmarksFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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. |
static void |
BookmarksFolderUtil.clearCache(BookmarksFolder bookmarksFolder)
|
void |
BookmarksFolderPersistenceImpl.clearCache(BookmarksFolder bookmarksFolder)
Clears the cache for the bookmarks folder. |
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.getByUuid_PrevAndNext(Session session,
BookmarksFolder bookmarksFolder,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static BookmarksFolder |
BookmarksFolderUtil.remove(BookmarksFolder bookmarksFolder)
|
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. |
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.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |