|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JournalFolder in com.liferay.portlet.dynamicdatamapping.service.persistence |
|---|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
DDMStructurePersistence.getJournalFolders(long pk)
Returns all the journal folders associated with the d d m structure. |
static List<JournalFolder> |
DDMStructureUtil.getJournalFolders(long pk)
Returns all the journal folders associated with the d d m structure. |
List<JournalFolder> |
DDMStructurePersistence.getJournalFolders(long pk,
int start,
int end)
Returns a range of all the journal folders associated with the d d m structure. |
static List<JournalFolder> |
DDMStructureUtil.getJournalFolders(long pk,
int start,
int end)
Returns a range of all the journal folders associated with the d d m structure. |
List<JournalFolder> |
DDMStructurePersistence.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
static List<JournalFolder> |
DDMStructureUtil.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type JournalFolder | |
|---|---|
void |
DDMStructurePersistence.addJournalFolder(long pk,
JournalFolder journalFolder)
Adds an association between the d d m structure and the journal folder. |
static void |
DDMStructureUtil.addJournalFolder(long pk,
JournalFolder journalFolder)
Adds an association between the d d m structure and the journal folder. |
void |
DDMStructurePersistence.removeJournalFolder(long pk,
JournalFolder journalFolder)
Removes the association between the d d m structure and the journal folder. |
static void |
DDMStructureUtil.removeJournalFolder(long pk,
JournalFolder journalFolder)
Removes the association between the d d m structure and the journal folder. |
| Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type JournalFolder | |
|---|---|
void |
DDMStructurePersistence.addJournalFolders(long pk,
List<JournalFolder> journalFolders)
Adds an association between the d d m structure and the journal folders. |
static void |
DDMStructureUtil.addJournalFolders(long pk,
List<JournalFolder> journalFolders)
Adds an association between the d d m structure and the journal folders. |
List<JournalFolder> |
DDMStructurePersistence.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
static List<JournalFolder> |
DDMStructureUtil.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
void |
DDMStructurePersistence.removeJournalFolders(long pk,
List<JournalFolder> journalFolders)
Removes the association between the d d m structure and the journal folders. |
static void |
DDMStructureUtil.removeJournalFolders(long pk,
List<JournalFolder> journalFolders)
Removes the association between the d d m structure and the journal folders. |
void |
DDMStructurePersistence.setJournalFolders(long pk,
List<JournalFolder> journalFolders)
Sets the journal folders associated with the d d m structure, removing and adding associations as necessary. |
static void |
DDMStructureUtil.setJournalFolders(long pk,
List<JournalFolder> journalFolders)
Sets the journal folders associated with the d d m structure, removing and adding associations as necessary. |
| Uses of JournalFolder in com.liferay.portlet.dynamicdatamapping.service.persistence.impl |
|---|
| Fields in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with type parameters of type JournalFolder | |
|---|---|
protected TableMapper<DDMStructure,JournalFolder> |
DDMStructurePersistenceImpl.ddmStructureToJournalFolderTableMapper
|
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
DDMStructurePersistenceImpl.getJournalFolders(long pk)
Returns all the journal folders associated with the d d m structure. |
List<JournalFolder> |
DDMStructurePersistenceImpl.getJournalFolders(long pk,
int start,
int end)
Returns a range of all the journal folders associated with the d d m structure. |
List<JournalFolder> |
DDMStructurePersistenceImpl.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
| Methods in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with parameters of type JournalFolder | |
|---|---|
void |
DDMStructurePersistenceImpl.addJournalFolder(long pk,
JournalFolder journalFolder)
Adds an association between the d d m structure and the journal folder. |
void |
DDMStructurePersistenceImpl.removeJournalFolder(long pk,
JournalFolder journalFolder)
Removes the association between the d d m structure and the journal folder. |
| Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence.impl with type arguments of type JournalFolder | |
|---|---|
void |
DDMStructurePersistenceImpl.addJournalFolders(long pk,
List<JournalFolder> journalFolders)
Adds an association between the d d m structure and the journal folders. |
List<JournalFolder> |
DDMStructurePersistenceImpl.getJournalFolders(long pk,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders associated with the d d m structure. |
void |
DDMStructurePersistenceImpl.removeJournalFolders(long pk,
List<JournalFolder> journalFolders)
Removes the association between the d d m structure and the journal folders. |
void |
DDMStructurePersistenceImpl.setJournalFolders(long pk,
List<JournalFolder> journalFolders)
Sets the journal folders associated with the d d m structure, removing and adding associations as necessary. |
| Uses of JournalFolder in com.liferay.portlet.journal.asset |
|---|
| Constructors in com.liferay.portlet.journal.asset with parameters of type JournalFolder | |
|---|---|
JournalFolderAssetRenderer(JournalFolder folder)
|
|
| Uses of JournalFolder in com.liferay.portlet.journal.lar |
|---|
| Methods in com.liferay.portlet.journal.lar that return JournalFolder | |
|---|---|
JournalFolder |
JournalFolderStagedModelDataHandler.fetchStagedModelByUuidAndCompanyId(String uuid,
long companyId)
|
JournalFolder |
JournalFolderStagedModelDataHandler.fetchStagedModelByUuidAndGroupId(String uuid,
long groupId)
|
| Methods in com.liferay.portlet.journal.lar with parameters of type JournalFolder | |
|---|---|
protected void |
JournalFolderStagedModelDataHandler.doExportStagedModel(PortletDataContext portletDataContext,
JournalFolder folder)
|
protected void |
JournalFolderStagedModelDataHandler.doImportStagedModel(PortletDataContext portletDataContext,
JournalFolder folder)
|
protected void |
JournalFolderStagedModelDataHandler.doRestoreStagedModel(PortletDataContext portletDataContext,
JournalFolder folder)
|
String |
JournalFolderStagedModelDataHandler.getDisplayName(JournalFolder folder)
|
| 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 |
JournalFolderWrapper.getParentFolder()
|
JournalFolder |
JournalFolder.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> |
JournalFolderWrapper.getAncestors()
|
List<JournalFolder> |
JournalFolder.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.model.impl |
|---|
| Classes in com.liferay.portlet.journal.model.impl that implement JournalFolder | |
|---|---|
class |
JournalFolderBaseImpl
The extended model base implementation for the JournalFolder service. |
class |
JournalFolderImpl
|
| Methods in com.liferay.portlet.journal.model.impl that return JournalFolder | |
|---|---|
JournalFolder |
JournalArticleImpl.getFolder()
|
JournalFolder |
JournalFolderImpl.getParentFolder()
|
JournalFolder |
JournalFolderCacheModel.toEntityModel()
|
JournalFolder |
JournalFolderModelImpl.toEscapedModel()
|
static JournalFolder |
JournalFolderModelImpl.toModel(JournalFolderSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
JournalFolderImpl.getAncestors()
|
CacheModel<JournalFolder> |
JournalFolderModelImpl.toCacheModel()
|
static List<JournalFolder> |
JournalFolderModelImpl.toModels(JournalFolderSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalFolder | |
|---|---|
int |
JournalFolderModelImpl.compareTo(JournalFolder journalFolder)
|
| Uses of JournalFolder in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that return JournalFolder | |
|---|---|
JournalFolder |
JournalFolderLocalService.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)
|
static JournalFolder |
JournalFolderLocalServiceUtil.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.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)
|
JournalFolder |
JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalService.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. |
static JournalFolder |
JournalFolderLocalServiceUtil.createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalService.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. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderLocalService.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderService.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderServiceWrapper.fetchFolder(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.fetchFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long groupId,
long parentFolderId,
String name)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long groupId,
long parentFolderId,
String name)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long groupId,
long parentFolderId,
String name)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long groupId,
String name)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalService.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchJournalFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.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. |
static JournalFolder |
JournalFolderLocalServiceUtil.fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalService.getFolder(long folderId)
|
JournalFolder |
JournalFolderService.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.getFolder(long folderId)
|
JournalFolder |
JournalFolderServiceWrapper.getFolder(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.getFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceWrapper.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalService.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. |
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalService.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.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)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.moveFolderToTrash(long folderId)
|
JournalFolder |
JournalFolderServiceWrapper.moveFolderToTrash(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.moveFolderToTrash(long folderId)
|
JournalFolder |
JournalFolderLocalService.moveFolderToTrash(long userId,
long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.moveFolderToTrash(long userId,
long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolderToTrash(long userId,
long folderId)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.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. |
static JournalFolder |
JournalFolderLocalServiceUtil.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalService.updateStatus(long userId,
JournalFolder folder,
int status)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateStatus(long userId,
JournalFolder folder,
int status)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateStatus(long userId,
JournalFolder folder,
int status)
|
| Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
JournalFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getDDMStructureJournalFolders(long structureId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getDDMStructureJournalFolders(long structureId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getDDMStructureJournalFolders(long structureId)
|
List<JournalFolder> |
JournalFolderLocalService.getDDMStructureJournalFolders(long structureId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getDDMStructureJournalFolders(long structureId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getDDMStructureJournalFolders(long structureId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderService.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)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderService.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)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.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)
|
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)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.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. |
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderLocalService.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. |
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the 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. |
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. |
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> |
JournalFolderLocalService.getNoAssetFolders()
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getNoAssetFolders()
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getNoAssetFolders()
|
| Methods in com.liferay.portlet.journal.service with parameters of type JournalFolder | |
|---|---|
void |
JournalFolderLocalService.addDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
void |
JournalFolderLocalServiceWrapper.addDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
static void |
JournalFolderLocalServiceUtil.addDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
JournalFolder |
JournalFolderLocalService.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
void |
JournalFolderLocalService.deleteDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
void |
JournalFolderLocalServiceWrapper.deleteDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
static void |
JournalFolderLocalServiceUtil.deleteDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalService.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
static JournalFolder |
JournalFolderLocalServiceUtil.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
void |
JournalFolderLocalService.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalFolderLocalServiceWrapper.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static void |
JournalFolderLocalServiceUtil.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalFolderLocalService.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
void |
JournalFolderLocalServiceWrapper.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
static void |
JournalFolderLocalServiceUtil.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
JournalFolder |
JournalFolderLocalService.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. |
static JournalFolder |
JournalFolderLocalServiceUtil.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
JournalFolder |
JournalFolderLocalService.updateStatus(long userId,
JournalFolder folder,
int status)
|
JournalFolder |
JournalFolderLocalServiceWrapper.updateStatus(long userId,
JournalFolder folder,
int status)
|
static JournalFolder |
JournalFolderLocalServiceUtil.updateStatus(long userId,
JournalFolder folder,
int status)
|
| Method parameters in com.liferay.portlet.journal.service with type arguments of type JournalFolder | |
|---|---|
void |
JournalFolderLocalService.addDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
void |
JournalFolderLocalServiceWrapper.addDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
static void |
JournalFolderLocalServiceUtil.addDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
void |
JournalFolderLocalService.deleteDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
void |
JournalFolderLocalServiceWrapper.deleteDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
static void |
JournalFolderLocalServiceUtil.deleteDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
List<JournalFolder> |
JournalFolderLocalService.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
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. |
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. |
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. |
| Uses of JournalFolder in com.liferay.portlet.journal.service.base |
|---|
| Methods in com.liferay.portlet.journal.service.base that return JournalFolder | |
|---|---|
JournalFolder |
JournalFolderLocalServiceBaseImpl.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceBaseImpl.fetchJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder matching the UUID and group. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getDDMStructureJournalFolders(long structureId)
|
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getDDMStructureJournalFolders(long structureId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId)
Returns all the journal folders matching the UUID and company. |
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getJournalFoldersByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns a range of journal folders matching the UUID and company. |
| Methods in com.liferay.portlet.journal.service.base with parameters of type JournalFolder | |
|---|---|
void |
JournalFolderLocalServiceBaseImpl.addDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
JournalFolder |
JournalFolderLocalServiceBaseImpl.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
void |
JournalFolderLocalServiceBaseImpl.deleteDDMStructureJournalFolder(long structureId,
JournalFolder journalFolder)
|
JournalFolder |
JournalFolderLocalServiceBaseImpl.deleteJournalFolder(JournalFolder journalFolder)
Deletes the journal folder from the database. |
JournalFolder |
JournalFolderLocalServiceBaseImpl.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portlet.journal.service.base with type arguments of type JournalFolder | |
|---|---|
void |
JournalFolderLocalServiceBaseImpl.addDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
void |
JournalFolderLocalServiceBaseImpl.deleteDDMStructureJournalFolders(long structureId,
List<JournalFolder> JournalFolders)
|
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.getDDMStructureJournalFolders(long structureId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
|
List<JournalFolder> |
JournalFolderLocalServiceBaseImpl.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.http |
|---|
| Methods in com.liferay.portlet.journal.service.http that return JournalFolder | |
|---|---|
static JournalFolder |
JournalFolderServiceHttp.addFolder(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceHttp.fetchFolder(HttpPrincipal httpPrincipal,
long folderId)
|
static JournalFolder |
JournalFolderServiceHttp.getFolder(HttpPrincipal httpPrincipal,
long folderId)
|
static JournalFolder |
JournalFolderServiceHttp.moveFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceHttp.moveFolderFromTrash(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceHttp.moveFolderToTrash(HttpPrincipal httpPrincipal,
long folderId)
|
static JournalFolder |
JournalFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceHttp.updateFolder(HttpPrincipal httpPrincipal,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.journal.service.http that return types with arguments of type JournalFolder | |
|---|---|
static List<JournalFolder> |
JournalFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId)
|
static List<JournalFolder> |
JournalFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int status)
|
static List<JournalFolder> |
JournalFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderServiceHttp.getFolders(HttpPrincipal httpPrincipal,
long groupId,
long parentFolderId,
int status,
int start,
int end)
|
| Uses of JournalFolder in com.liferay.portlet.journal.service.impl |
|---|
| Methods in com.liferay.portlet.journal.service.impl that return JournalFolder | |
|---|---|
JournalFolder |
JournalFolderLocalServiceImpl.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceImpl.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
JournalFolder |
JournalFolderLocalServiceImpl.deleteFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceImpl.deleteFolder(long folderId,
boolean includeTrashedEntries)
|
protected JournalFolder |
JournalFolderLocalServiceImpl.doUpdateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceImpl.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderServiceImpl.fetchFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceImpl.fetchFolder(long groupId,
long parentFolderId,
String name)
|
JournalFolder |
JournalFolderLocalServiceImpl.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalServiceImpl.getFolder(long folderId)
|
JournalFolder |
JournalFolderServiceImpl.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceImpl.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceImpl.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceImpl.moveFolderFromTrash(long userId,
long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceImpl.moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceImpl.moveFolderToTrash(long folderId)
|
JournalFolder |
JournalFolderLocalServiceImpl.moveFolderToTrash(long userId,
long folderId)
|
JournalFolder |
JournalFolderLocalServiceImpl.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceImpl.updateFolder(long userId,
long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceImpl.updateFolder(long folderId,
long parentFolderId,
String name,
String description,
long[] ddmStructureIds,
int restrictionType,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalServiceImpl.updateStatus(long userId,
JournalFolder folder,
int status)
|
| Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderServiceImpl.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderServiceImpl.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderServiceImpl.getFolders(long groupId,
long parentFolderId,
int status)
|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderServiceImpl.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderServiceImpl.getFolders(long groupId,
long parentFolderId,
int status,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceImpl.getNoAssetFolders()
|
| Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalFolder | |
|---|---|
JournalFolder |
JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceImpl.deleteFolder(JournalFolder folder,
boolean includeTrashedEntries)
|
protected void |
JournalFolderLocalServiceImpl.deleteWorkflowDefinitionLink(JournalFolder folder)
|
protected long |
JournalFolderLocalServiceImpl.getParentFolderId(JournalFolder folder,
long parentFolderId)
|
protected void |
JournalFolderLocalServiceImpl.mergeFolders(JournalFolder fromFolder,
long toFolderId)
|
void |
JournalFolderLocalServiceImpl.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalFolderLocalServiceImpl.updateFolderDDMStructures(JournalFolder folder,
long[] ddmStructureIdsArray)
|
JournalFolder |
JournalFolderLocalServiceImpl.updateStatus(long userId,
JournalFolder folder,
int status)
|
| Uses of JournalFolder in com.liferay.portlet.journal.service.permission |
|---|
| Methods in com.liferay.portlet.journal.service.permission with parameters of type JournalFolder | |
|---|---|
static void |
JournalFolderPermission.check(PermissionChecker permissionChecker,
JournalFolder folder,
String actionId)
|
static boolean |
JournalFolderPermission.contains(PermissionChecker permissionChecker,
JournalFolder folder,
String actionId)
|
| 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.service.persistence.impl |
|---|
| Fields in com.liferay.portlet.journal.service.persistence.impl with type parameters of type JournalFolder | |
|---|---|
protected TableMapper<JournalFolder,DDMStructure> |
JournalFolderPersistenceImpl.journalFolderToDDMStructureTableMapper
|
| Methods in com.liferay.portlet.journal.service.persistence.impl that return JournalFolder | |
|---|---|
JournalFolder |
JournalFolderPersistenceImpl.create(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.fetchByG_N(long groupId,
String name)
Returns the journal folder where groupId = ? and name = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByPrimaryKey(long folderId)
Returns the journal folder with the primary key or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the journal folder with the primary key or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the journal folder where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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 = ?. |
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
JournalFolder |
JournalFolderPersistenceImpl.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
JournalFolder |
JournalFolderPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the journal folder with the primary key or throws a NoSuchModelException if it could not be found. |
JournalFolder |
JournalFolderPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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 = ?. |
protected JournalFolder |
JournalFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
JournalFolder journalFolder,
long companyId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_S_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
JournalFolder journalFolder,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalFolder journalFolder,
String uuid,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
JournalFolder |
JournalFolderPersistenceImpl.remove(long folderId)
Removes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderPersistenceImpl.remove(Serializable primaryKey)
Removes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderPersistenceImpl.removeByG_N(long groupId,
String name)
Removes the journal folder where groupId = ? and name = ? from the database. |
JournalFolder |
JournalFolderPersistenceImpl.removeByG_P_N(long groupId,
long parentFolderId,
String name)
Removes the journal folder where groupId = ? and parentFolderId = ? and name = ? from the database. |
JournalFolder |
JournalFolderPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? from the database. |
protected JournalFolder |
JournalFolderPersistenceImpl.removeImpl(JournalFolder journalFolder)
|
protected JournalFolder |
JournalFolderPersistenceImpl.toUnwrappedModel(JournalFolder journalFolder)
|
JournalFolder |
JournalFolderPersistenceImpl.updateImpl(JournalFolder journalFolder)
|
| Methods in com.liferay.portlet.journal.service.persistence.impl that return types with arguments of type JournalFolder | |
|---|---|
Map<Serializable,JournalFolder> |
JournalFolderPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.filterFindByG_P(long groupId,
long parentFolderId)
Returns all the journal folders that the user has permission to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.filterFindByGroupId(long groupId)
Returns all the journal folders that the user has permission to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findAll()
Returns all the journal folders. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findAll(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByC_NotS(long companyId,
int status)
Returns all the journal folders where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the journal folders where companyId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByCompanyId(long companyId)
Returns all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByG_P_NotS(long groupId,
long parentFolderId,
int status)
Returns all the journal folders where groupId = ? and parentFolderId = ? and status ≠ ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByG_P_S(long groupId,
long parentFolderId,
int status)
Returns all the journal folders where groupId = ? and parentFolderId = ? and status = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId)
Returns all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByG_P(long groupId,
long parentFolderId,
int start,
int end)
Returns a range of all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByGroupId(long groupId)
Returns all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByUuid(String uuid)
Returns all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderFinderImpl.findF_ByNoAssets()
|
| Methods in com.liferay.portlet.journal.service.persistence.impl with parameters of type JournalFolder | |
|---|---|
void |
JournalFolderPersistenceImpl.cacheResult(JournalFolder journalFolder)
Caches the journal folder in the entity cache if it is enabled. |
protected void |
JournalFolderPersistenceImpl.cacheUniqueFindersCache(JournalFolder journalFolder)
|
void |
JournalFolderPersistenceImpl.clearCache(JournalFolder journalFolder)
Clears the cache for the journal folder. |
protected void |
JournalFolderPersistenceImpl.clearUniqueFindersCache(JournalFolder journalFolder)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
JournalFolder journalFolder,
long companyId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_S_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
JournalFolder journalFolder,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalFolder journalFolder,
String uuid,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.removeImpl(JournalFolder journalFolder)
|
protected JournalFolder |
JournalFolderPersistenceImpl.toUnwrappedModel(JournalFolder journalFolder)
|
JournalFolder |
JournalFolderPersistenceImpl.updateImpl(JournalFolder journalFolder)
|
| Method parameters in com.liferay.portlet.journal.service.persistence.impl with type arguments of type JournalFolder | |
|---|---|
void |
JournalFolderPersistenceImpl.cacheResult(List<JournalFolder> journalFolders)
Caches the journal folders in the entity cache if it is enabled. |
void |
JournalFolderPersistenceImpl.clearCache(List<JournalFolder> journalFolders)
|
JournalFolder |
JournalFolderPersistenceImpl.fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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 = ?. |
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByG_P_S_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
List<JournalFolder> |
JournalFolderPersistenceImpl.findAll(int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders. |
JournalFolder |
JournalFolderPersistenceImpl.findByC_NotS_First(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByC_NotS_Last(long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ? and status ≠ ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.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[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.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 |
JournalFolderPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<JournalFolder> orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistenceImpl.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> |
JournalFolderPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<JournalFolder> orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
protected JournalFolder |
JournalFolderPersistenceImpl.getByC_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long companyId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
JournalFolder journalFolder,
long companyId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_NotS_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByG_P_S_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
long parentFolderId,
int status,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByGroupId_PrevAndNext(Session session,
JournalFolder journalFolder,
long groupId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
JournalFolder journalFolder,
String uuid,
long companyId,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
protected JournalFolder |
JournalFolderPersistenceImpl.getByUuid_PrevAndNext(Session session,
JournalFolder journalFolder,
String uuid,
OrderByComparator<JournalFolder> orderByComparator,
boolean previous)
|
| Uses of JournalFolder in com.liferay.portlet.journal.trash |
|---|
| Methods in com.liferay.portlet.journal.trash that return JournalFolder | |
|---|---|
protected JournalFolder |
JournalFolderTrashHandler.getJournalFolder(long classPK)
|
| Uses of JournalFolder in com.liferay.portlet.journal.util |
|---|
| Methods in com.liferay.portlet.journal.util with parameters of type JournalFolder | |
|---|---|
static void |
JournalUtil.addPortletBreadcrumbEntries(JournalFolder folder,
javax.servlet.http.HttpServletRequest request,
LiferayPortletResponse liferayPortletResponse)
|
static void |
JournalUtil.addPortletBreadcrumbEntries(JournalFolder folder,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
| 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)
|
| Uses of JournalFolder in com.liferay.portlet.journal.util.test |
|---|
| Methods in com.liferay.portlet.journal.util.test that return JournalFolder | |
|---|---|
static JournalFolder |
JournalTestUtil.addFolder(long groupId,
long parentFolderId,
String name)
|
static JournalFolder |
JournalTestUtil.addFolder(long groupId,
String name)
|
static JournalFolder |
JournalTestUtil.addFolder(long parentFolderId,
String name,
ServiceContext serviceContext)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||