|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalFolder | |
|---|---|
| com.liferay.portlet.journal.model | |
| com.liferay.portlet.journal.service | |
| com.liferay.portlet.journal.service.persistence | |
| com.liferay.portlet.journal.util.comparator | |
| Uses of JournalFolder in com.liferay.portlet.journal.model |
|---|
| Classes in com.liferay.portlet.journal.model that implement JournalFolder | |
|---|---|
class |
JournalFolderWrapper
This class is a wrapper for JournalFolder. |
| Fields in com.liferay.portlet.journal.model with type parameters of type JournalFolder | |
|---|---|
static Accessor<JournalFolder,Long> |
JournalFolder.FOLDER_ID_ACCESSOR
|
| Methods in com.liferay.portlet.journal.model that return JournalFolder | |
|---|---|
JournalFolder |
JournalArticle.getFolder()
|
JournalFolder |
JournalArticleWrapper.getFolder()
|
JournalFolder |
JournalFolder.getParentFolder()
|
JournalFolder |
JournalFolderWrapper.getParentFolder()
|
JournalFolder |
JournalFolderWrapper.getWrappedJournalFolder()
Deprecated. As of 6.1.0, replaced by JournalFolderWrapper.getWrappedModel() |
JournalFolder |
JournalFolderWrapper.getWrappedModel()
|
JournalFolder |
JournalFolderModel.toEscapedModel()
|
JournalFolder |
JournalFolderWrapper.toEscapedModel()
|
JournalFolder |
JournalFolderModel.toUnescapedModel()
|
JournalFolder |
JournalFolderWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
JournalFolder.getAncestors()
|
List<JournalFolder> |
JournalFolderWrapper.getAncestors()
|
CacheModel<JournalFolder> |
JournalFolderModel.toCacheModel()
|
CacheModel<JournalFolder> |
JournalFolderWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.journal.model with parameters of type JournalFolder | |
|---|---|
int |
JournalFolderModel.compareTo(JournalFolder journalFolder)
|
int |
JournalFolderWrapper.compareTo(JournalFolder journalFolder)
|
static JournalFolderSoap |
JournalFolderSoap.toSoapModel(JournalFolder model)
|
static JournalFolderSoap[] |
JournalFolderSoap.toSoapModels(JournalFolder[] models)
|
static JournalFolderSoap[][] |
JournalFolderSoap.toSoapModels(JournalFolder[][] models)
|
| Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalFolder | |
|---|---|
static JournalFolderSoap[] |
JournalFolderSoap.toSoapModels(List<JournalFolder> models)
|
| Constructors in com.liferay.portlet.journal.model with parameters of type JournalFolder | |
|---|---|
JournalFolderWrapper(JournalFolder journalFolder)
|
|
| Uses of JournalFolder in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that return JournalFolder | |
|---|---|
static JournalFolder |
JournalFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceWrapper.createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderLocalService.createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderServiceWrapper.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderService.fetchFolder(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long groupId,
long parentFolderId,
String name)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long groupId,
long parentFolderId,
String name)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long groupId,
long parentFolderId,
String name)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long groupId,
String name)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.fetchJournalFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalServiceWrapper.fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalService.fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
static JournalFolder |
JournalFolderLocalServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.getFolder(long folderId)
|
JournalFolder |
JournalFolderServiceWrapper.getFolder(long folderId)
|
JournalFolder |
JournalFolderService.getFolder(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.getFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceWrapper.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalService.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalServiceWrapper.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalService.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolderToTrash(long folderId)
|
JournalFolder |
JournalFolderService.moveFolderToTrash(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolderToTrash(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolderToTrash(long userId,
long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolderToTrash(long userId,
long folderId)
|
JournalFolder |
JournalFolderLocalService.moveFolderToTrash(long userId,
long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long userId,
long groupId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long userId,
long groupId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long userId,
long groupId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long userId,
long groupId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long userId,
long groupId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long userId,
long groupId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long groupId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long groupId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long groupId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long groupId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long groupId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long groupId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalServiceWrapper.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalService.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
static JournalFolder |
JournalFolderLocalServiceUtil.updateStatus(long userId,
JournalFolder folder,
int status)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateStatus(long userId,
JournalFolder folder,
int status)
|
JournalFolder |
JournalFolderLocalService.updateStatus(long userId,
JournalFolder folder,
int status)
|
| Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalFolder | |
|---|---|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId,
int status)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId,
int status)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderLocalService.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalService.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the journal folders matching the UUID and company. |
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalService.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getNoAssetFolders()
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getNoAssetFolders()
|
List<JournalFolder> |
JournalFolderLocalService.getNoAssetFolders()
|
| Methods in com.liferay.portlet.journal.service with parameters of type JournalFolder | |
|---|---|
static JournalFolder |
JournalFolderLocalServiceUtil.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
static void |
JournalFolderLocalServiceUtil.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalFolderLocalServiceWrapper.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalFolderLocalService.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
JournalFolderLocalServiceUtil.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
void |
JournalFolderLocalServiceWrapper.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
void |
JournalFolderLocalService.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalServiceWrapper.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalService.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
static JournalFolder |
JournalFolderLocalServiceUtil.updateStatus(long userId,
JournalFolder folder,
int status)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateStatus(long userId,
JournalFolder folder,
int status)
|
JournalFolder |
JournalFolderLocalService.updateStatus(long userId,
JournalFolder folder,
int status)
|
| Method parameters in com.liferay.portlet.journal.service with type arguments of type JournalFolder | |
|---|---|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalService.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
| Uses of JournalFolder in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that return JournalFolder | |
|---|---|
JournalFolder |
JournalFolderPersistence.create(long folderId)
Creates a new journal folder with the primary key. |
static JournalFolder |
JournalFolderUtil.create(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalFolder |
JournalFolderUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_N(long groupId,
long parentFolderId,
String name,
boolean retrieveFromCache)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByPrimaryKey(long folderId)
Returns the journal folder with the primary key or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByPrimaryKey(long folderId)
Returns the journal folder with the primary key or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalFolder |
JournalFolderUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByG_P_N(long groupId,
long parentFolderId,
String name)
Returns the journal folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.remove(long folderId)
Removes the journal folder with the primary key from the database. |
static JournalFolder |
JournalFolderUtil.remove(long folderId)
Removes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderPersistence.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
JournalFolder |
JournalFolderPersistence.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
JournalFolder |
JournalFolderPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
static JournalFolder |
JournalFolderUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderPersistence.updateImpl(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.updateImpl(JournalFolder journalFolder)
|
| Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalFolder | |
|---|---|
Map<Serializable,JournalFolder> |
JournalFolderPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,JournalFolder> |
JournalFolderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId)
Returns all the journal folders that the user has permission to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId)
Returns all the journal folders that the user has permission to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders that the user has permission to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findAll()
Returns all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findAll()
Returns all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end)
Returns a range of all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findByC_NotS(long companyId,
int status)
Returns all the journal folders where companyId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByC_NotS(long companyId,
int status)
Returns all the journal folders where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the journal folders where companyId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the journal folders where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId)
Returns all the journal folders where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId)
Returns all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal folders where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Returns all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status)
Returns all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId)
Returns all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId)
Returns all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId)
Returns all the journal folders where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId)
Returns all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId)
Returns all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid)
Returns all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid)
Returns all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderFinderUtil.findF_ByNoAssets()
|
List<JournalFolder> |
JournalFolderFinder.findF_ByNoAssets()
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalFolder | |
|---|---|
void |
JournalFolderPersistence.cacheResult(JournalFolder journalFolder)
Caches the journal folder in the entity cache if it is enabled. |
static void |
JournalFolderUtil.cacheResult(JournalFolder journalFolder)
Caches the journal folder in the entity cache if it is enabled. |
static void |
JournalFolderUtil.clearCache(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderPersistence.updateImpl(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.updateImpl(JournalFolder journalFolder)
|
| Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalFolder | |
|---|---|
void |
JournalFolderPersistence.cacheResult(List<JournalFolder> journalFolders)
Caches the journal folders in the entity cache if it is enabled. |
static void |
JournalFolderUtil.cacheResult(List<JournalFolder> journalFolders)
Caches the journal folders in the entity cache if it is enabled. |
JournalFolder |
JournalFolderPersistence.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set of journal folders that the user has permission to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
JournalFolder |
JournalFolderPersistence.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByC_NotS_PrevAndNext(long folderId,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_First(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByF_C_P_NotS_Last(long folderId,
long companyId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByF_C_P_NotS(long folderId,
long companyId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_NotS_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_NotS_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_NotS(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_First(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_S_Last(long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
static JournalFolder[] |
JournalFolderUtil.findByG_P_S_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P_S(long groupId,
long parentFolderId,
int status,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
| Uses of JournalFolder in com.liferay.portlet.journal.util.comparator |
|---|
| Methods in com.liferay.portlet.journal.util.comparator with parameters of type JournalFolder | |
|---|---|
int |
FolderIdComparator.compare(JournalFolder folder1,
JournalFolder folder2)
|
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||