|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalFolder | |
|---|---|
| com.liferay.portlet.journal.model | |
| com.liferay.portlet.journal.service | |
| com.liferay.portlet.journal.service.persistence | |
| 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 |
JournalArticleWrapper.getFolder()
|
JournalFolder |
JournalArticle.getFolder()
|
JournalFolder |
JournalFolderWrapper.getParentFolder()
|
JournalFolder |
JournalFolder.getParentFolder()
|
JournalFolder |
JournalFolderWrapper.getWrappedJournalFolder()
Deprecated. Renamed to JournalFolderWrapper.getWrappedModel() |
JournalFolder |
JournalFolderWrapper.getWrappedModel()
|
JournalFolder |
JournalFolderWrapper.toEscapedModel()
|
JournalFolder |
JournalFolderModel.toEscapedModel()
|
JournalFolder |
JournalFolderWrapper.toUnescapedModel()
|
JournalFolder |
JournalFolderModel.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> |
JournalFolderWrapper.toCacheModel()
|
CacheModel<JournalFolder> |
JournalFolderModel.toCacheModel()
|
| Methods in com.liferay.portlet.journal.model with parameters of type JournalFolder | |
|---|---|
int |
JournalFolderWrapper.compareTo(JournalFolder journalFolder)
|
int |
JournalFolderModel.compareTo(JournalFolder journalFolder)
|
static JournalFolderSoap |
JournalFolderSoap.toSoapModel(JournalFolder model)
|
static JournalFolderSoap[] |
JournalFolderSoap.toSoapModels(JournalFolder[] models)
|
static JournalFolderSoap[][] |
JournalFolderSoap.toSoapModels(JournalFolder[][] models)
|
| Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalFolder | |
|---|---|
static JournalFolderSoap[] |
JournalFolderSoap.toSoapModels(List<JournalFolder> models)
|
| Constructors in com.liferay.portlet.journal.model with parameters of type JournalFolder | |
|---|---|
JournalFolderWrapper(JournalFolder journalFolder)
|
|
| Uses of JournalFolder in com.liferay.portlet.journal.service |
|---|
| Methods in com.liferay.portlet.journal.service that return JournalFolder | |
|---|---|
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 |
JournalFolderLocalService.addFolder(long userId,
long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderServiceWrapper.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderService.addFolder(long groupId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
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.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
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.createJournalFolder(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(long folderId)
|
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(JournalFolder journalFolder)
Deletes the journal folder 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.deleteJournalFolder(long folderId)
Deletes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.fetchFolder(long groupId,
String name)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalService.fetchFolder(long groupId,
String name)
|
JournalFolder |
JournalFolderLocalServiceWrapper.fetchJournalFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.fetchJournalFolder(long folderId)
|
JournalFolder |
JournalFolderServiceWrapper.getFolder(long folderId)
|
static JournalFolder |
JournalFolderServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderService.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalServiceWrapper.getFolder(long folderId)
|
static JournalFolder |
JournalFolderLocalServiceUtil.getFolder(long folderId)
|
JournalFolder |
JournalFolderLocalService.getFolder(long folderId)
|
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.getJournalFolder(long folderId)
Returns the journal folder with the primary key. |
JournalFolder |
JournalFolderLocalServiceWrapper.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder with the UUID in the group. |
static JournalFolder |
JournalFolderLocalServiceUtil.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder with the UUID in the group. |
JournalFolder |
JournalFolderLocalService.getJournalFolderByUuidAndGroupId(String uuid,
long groupId)
Returns the journal folder with the UUID in the group. |
JournalFolder |
JournalFolderServiceWrapper.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderServiceUtil.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)
|
static JournalFolder |
JournalFolderLocalServiceUtil.moveFolder(long folderId,
long parentFolderId,
ServiceContext serviceContext)
|
JournalFolder |
JournalFolderLocalService.moveFolder(long folderId,
long parentFolderId,
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,
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,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
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.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 that return types with arguments of type JournalFolder | |
|---|---|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getCompanyFolders(long companyId,
int start,
int end)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalService.getCompanyFolders(long companyId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId)
|
List<JournalFolder> |
JournalFolderServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getFolders(long groupId,
long parentFolderId)
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getFolders(long groupId,
long parentFolderId)
|
List<JournalFolder> |
JournalFolderLocalService.getFolders(long groupId,
long parentFolderId)
|
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)
|
List<JournalFolder> |
JournalFolderService.getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
List<JournalFolder> |
JournalFolderLocalServiceWrapper.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 start,
int end)
|
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.getJournalFolders(int start,
int end)
Returns a range of all the journal folders. |
List<JournalFolder> |
JournalFolderLocalServiceWrapper.getNoAssetFolders()
|
static List<JournalFolder> |
JournalFolderLocalServiceUtil.getNoAssetFolders()
|
List<JournalFolder> |
JournalFolderLocalService.getNoAssetFolders()
|
| Methods in com.liferay.portlet.journal.service with parameters of type JournalFolder | |
|---|---|
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.addJournalFolder(JournalFolder journalFolder)
Adds the journal folder to the database. |
JournalFolder |
JournalFolderLocalServiceWrapper.deleteFolder(JournalFolder folder)
|
static JournalFolder |
JournalFolderLocalServiceUtil.deleteFolder(JournalFolder folder)
|
JournalFolder |
JournalFolderLocalService.deleteFolder(JournalFolder folder)
|
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(JournalFolder journalFolder)
Deletes the journal folder from the database. |
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.updateAsset(long userId,
JournalFolder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
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.updateJournalFolder(JournalFolder journalFolder)
Updates the journal folder in the database or adds it if it does not yet exist. |
| Uses of JournalFolder in com.liferay.portlet.journal.service.persistence |
|---|
| Methods in com.liferay.portlet.journal.service.persistence that return JournalFolder | |
|---|---|
static JournalFolder |
JournalFolderUtil.create(long folderId)
Creates a new journal folder with the primary key. |
JournalFolder |
JournalFolderPersistence.create(long folderId)
Creates a new journal folder with the primary key. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
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)
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,
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_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_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
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)
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,
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_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.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
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.fetchByPrimaryKey(long folderId)
Returns the journal folder with the primary key or returns null if it could not be found. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
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)
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,
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_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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.filterFindByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator 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_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator 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.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator 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.filterFindByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator 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.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByCompanyId_PrevAndNext(long folderId,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where companyId = ?. |
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_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_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_First(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder |
JournalFolderPersistence.findByG_P_Last(long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
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_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_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByG_P_PrevAndNext(long folderId,
long groupId,
long parentFolderId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ? and parentFolderId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where groupId = ?. |
static JournalFolder |
JournalFolderUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
JournalFolder |
JournalFolderPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where groupId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByGroupId_PrevAndNext(long folderId,
long groupId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where groupId = ?. |
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.findByPrimaryKey(long folderId)
Returns the journal folder with the primary key or throws a NoSuchFolderException if it could not be found. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_C_PrevAndNext(long folderId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ? and companyId = ?. |
static JournalFolder |
JournalFolderUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal folder in the ordered set where uuid = ?. |
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_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_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
JournalFolder |
JournalFolderPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal folder in the ordered set where uuid = ?. |
static JournalFolder[] |
JournalFolderUtil.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
JournalFolder[] |
JournalFolderPersistence.findByUuid_PrevAndNext(long folderId,
String uuid,
OrderByComparator orderByComparator)
Returns the journal folders before and after the current journal folder in the ordered set where uuid = ?. |
static JournalFolder |
JournalFolderUtil.remove(long folderId)
Removes the journal folder with the primary key from the database. |
JournalFolder |
JournalFolderPersistence.remove(long folderId)
Removes the journal folder with the primary key 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_N(long groupId,
String name)
Removes the journal folder where groupId = ? 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.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.removeByUUID_G(String uuid,
long groupId)
Removes the journal folder where uuid = ? and groupId = ? 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.update(JournalFolder journalFolder)
|
static JournalFolder |
JournalFolderUtil.update(JournalFolder journalFolder,
ServiceContext serviceContext)
|
static JournalFolder |
JournalFolderUtil.updateImpl(JournalFolder journalFolder)
|
JournalFolder |
JournalFolderPersistence.updateImpl(JournalFolder journalFolder)
|
| Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalFolder | |
|---|---|
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)
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,
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)
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,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator 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.filterFindByGroupId(long groupId)
Returns all the journal folders that the user has permission to view where groupId = ?. |
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,
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)
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,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders that the user has permissions to view where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findAll()
Returns all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll()
Returns 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)
Returns a range of all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders. |
List<JournalFolder> |
JournalFolderPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId)
Returns all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId)
Returns 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)
Returns a range of all the journal folders where companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where companyId = ?. |
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)
Returns 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)
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,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByG_P(long groupId,
long parentFolderId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ? and parentFolderId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId)
Returns all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId)
Returns 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)
Returns a range of all the journal folders where groupId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where groupId = ?. |
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)
Returns 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)
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,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ? and companyId = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid)
Returns all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid)
Returns 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)
Returns a range of all the journal folders where uuid = ?. |
static List<JournalFolder> |
JournalFolderUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal folders where uuid = ?. |
List<JournalFolder> |
JournalFolderPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator 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 orderByComparator)
|
| Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalFolder | |
|---|---|
static void |
JournalFolderUtil.cacheResult(JournalFolder journalFolder)
Caches the journal folder in the entity cache if it is enabled. |
void |
JournalFolderPersistence.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)
|
static JournalFolder |
JournalFolderUtil.updateImpl(JournalFolder journalFolder)
|
JournalFolder |
JournalFolderPersistence.updateImpl(JournalFolder journalFolder)
|
| Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalFolder | |
|---|---|
static void |
JournalFolderUtil.cacheResult(List<JournalFolder> journalFolders)
Caches the journal folders in the entity cache if it is enabled. |
void |
JournalFolderPersistence.cacheResult(List<JournalFolder> journalFolders)
Caches the journal folders in the entity cache if it is enabled. |
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||