|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DLFileEntry in com.liferay.portlet.documentlibrary.model |
|---|
| Classes in com.liferay.portlet.documentlibrary.model that implement DLFileEntry | |
|---|---|
class |
DLFileEntryWrapper
This class is a wrapper for DLFileEntry. |
| Methods in com.liferay.portlet.documentlibrary.model that return DLFileEntry | |
|---|---|
DLFileEntry |
DLFileVersionWrapper.getFileEntry()
|
DLFileEntry |
DLFileVersion.getFileEntry()
|
DLFileEntry |
DLFileRankWrapper.getFileEntry()
|
DLFileEntry |
DLFileRank.getFileEntry()
|
DLFileEntry |
DLFileShortcutWrapper.getToFileEntry()
|
DLFileEntry |
DLFileShortcut.getToFileEntry()
|
DLFileEntry |
DLFileEntryWrapper.getWrappedDLFileEntry()
|
DLFileEntry |
DLFileEntryWrapper.toEscapedModel()
|
DLFileEntry |
DLFileEntryModel.toEscapedModel()
|
| Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileEntry | |
|---|---|
CacheModel<DLFileEntry> |
DLFileEntryWrapper.toCacheModel()
|
CacheModel<DLFileEntry> |
DLFileEntryModel.toCacheModel()
|
| Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntry | |
|---|---|
int |
DLFileEntryWrapper.compareTo(DLFileEntry dlFileEntry)
|
int |
DLFileEntryModel.compareTo(DLFileEntry dlFileEntry)
|
static DLFileEntrySoap |
DLFileEntrySoap.toSoapModel(DLFileEntry model)
|
static DLFileEntrySoap[] |
DLFileEntrySoap.toSoapModels(DLFileEntry[] models)
|
static DLFileEntrySoap[][] |
DLFileEntrySoap.toSoapModels(DLFileEntry[][] models)
|
| Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFileEntry | |
|---|---|
static DLFileEntrySoap[] |
DLFileEntrySoap.toSoapModels(List<DLFileEntry> models)
|
| Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntry | |
|---|---|
DLFileEntryWrapper(DLFileEntry dlFileEntry)
|
|
| Uses of DLFileEntry in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntry | |
|---|---|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the d l file entry to the database. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the d l file entry to the database. |
DLFileEntry |
DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the d l file entry to the database. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.addFileEntry(long userId,
long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.addFileEntry(long groupId,
long folderId,
String name,
String title,
String description,
String changeLog,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addOrOverwriteFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceName,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.addOrOverwriteFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceName,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.addOrOverwriteFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceName,
String title,
String description,
String changeLog,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.createDLFileEntry(long fileEntryId)
Creates a new d l file entry with the primary key. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.createDLFileEntry(long fileEntryId)
Creates a new d l file entry with the primary key. |
DLFileEntry |
DLFileEntryLocalService.createDLFileEntry(long fileEntryId)
Creates a new d l file entry with the primary key. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.getDLFileEntry(long fileEntryId)
Returns the d l file entry with the primary key. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getDLFileEntry(long fileEntryId)
Returns the d l file entry with the primary key. |
DLFileEntry |
DLFileEntryLocalService.getDLFileEntry(long fileEntryId)
Returns the d l file entry with the primary key. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the d l file entry with the UUID in the group. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the d l file entry with the UUID in the group. |
DLFileEntry |
DLFileEntryLocalService.getDLFileEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the d l file entry with the UUID in the group. |
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntry(long fileEntryId)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryService.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntry(long fileEntryId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long fileEntryId)
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntry(long groupId,
long folderId,
String name)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntry(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryService.getFileEntry(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntry(long groupId,
long folderId,
String name)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntry(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntry(long groupId,
long folderId,
String name)
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntryByTitle(long groupId,
long folderId,
String titleWithExtension)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntryByTitle(long groupId,
long folderId,
String titleWithExtension)
|
DLFileEntry |
DLFileEntryService.getFileEntryByTitle(long groupId,
long folderId,
String titleWithExtension)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntryByTitle(long groupId,
long folderId,
String title)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntryByTitle(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntryByTitle(long groupId,
long folderId,
String title)
|
DLFileEntry |
DLFileEntryServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
static DLFileEntry |
DLFileEntryServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryLocalService.getFileEntryByUuidAndGroupId(String uuid,
long groupId)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.moveFileEntry(long userId,
long groupId,
long folderId,
long newFolderId,
String name,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.moveFileEntry(long userId,
long groupId,
long folderId,
long newFolderId,
String name,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.moveFileEntry(long userId,
long groupId,
long folderId,
long newFolderId,
String name,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.moveFileEntry(long groupId,
long folderId,
long newFolderId,
String name,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.moveFileEntry(long groupId,
long folderId,
long newFolderId,
String name,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.moveFileEntry(long groupId,
long folderId,
long newFolderId,
String name,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the d l file entry in the database or adds it if it does not yet exist. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
Updates the d l file entry in the database or adds it if it does not yet exist. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
File file,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateFileEntry(long userId,
long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
File file,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
File file,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryServiceWrapper.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryServiceUtil.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryService.updateFileEntry(long groupId,
long folderId,
String name,
String sourceFileName,
String title,
String description,
String changeLog,
boolean majorVersion,
String extraSettings,
InputStream is,
long size,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateStatus(long userId,
long fileVersionId,
int status,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateStatus(long userId,
long fileVersionId,
int status,
ServiceContext serviceContext)
|
DLFileEntry |
DLFileEntryLocalService.updateStatus(long userId,
long fileVersionId,
int status,
ServiceContext serviceContext)
|
| Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileEntry | |
|---|---|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getCompanyFileEntries(long companyId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getCompanyFileEntries(long companyId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getCompanyFileEntries(long companyId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getCompanyFileEntries(long companyId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getCompanyFileEntries(long companyId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getCompanyFileEntries(long companyId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getDLFileEntries(int start,
int end)
Returns a range of all the d l file entries. |
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getDLFileEntries(int start,
int end)
Returns a range of all the d l file entries. |
List<DLFileEntry> |
DLFileEntryLocalService.getDLFileEntries(int start,
int end)
Returns a range of all the d l file entries. |
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getExtraSettingsFileEntries(int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getExtraSettingsFileEntries(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getExtraSettingsFileEntries(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getFileEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalService.getGroupFileEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end)
|
List<DLFileEntry> |
DLFileEntryServiceWrapper.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
static List<DLFileEntry> |
DLFileEntryServiceUtil.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryService.getGroupFileEntries(long groupId,
long userId,
long rootFolderId,
int start,
int end,
OrderByComparator obc)
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getNoAssetFileEntries()
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getNoAssetFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalService.getNoAssetFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalServiceWrapper.getOrphanedFileEntries()
|
static List<DLFileEntry> |
DLFileEntryLocalServiceUtil.getOrphanedFileEntries()
|
List<DLFileEntry> |
DLFileEntryLocalService.getOrphanedFileEntries()
|
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntry | |
|---|---|
DLFileEntry |
DLFileEntryLocalServiceWrapper.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the d l file entry to the database. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the d l file entry to the database. |
DLFileEntry |
DLFileEntryLocalService.addDLFileEntry(DLFileEntry dlFileEntry)
Adds the d l file entry to the database. |
void |
DLFileEntryLocalServiceWrapper.addFileEntryResources(DLFileEntry fileEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
DLFileEntryLocalServiceUtil.addFileEntryResources(DLFileEntry fileEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
DLFileEntryLocalService.addFileEntryResources(DLFileEntry fileEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
DLFileEntryLocalServiceWrapper.addFileEntryResources(DLFileEntry fileEntry,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
DLFileEntryLocalServiceUtil.addFileEntryResources(DLFileEntry fileEntry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
DLFileEntryLocalService.addFileEntryResources(DLFileEntry fileEntry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
DLFileEntryLocalServiceWrapper.deleteDLFileEntry(DLFileEntry dlFileEntry)
Deletes the d l file entry from the database. |
static void |
DLFileEntryLocalServiceUtil.deleteDLFileEntry(DLFileEntry dlFileEntry)
Deletes the d l file entry from the database. |
void |
DLFileEntryLocalService.deleteDLFileEntry(DLFileEntry dlFileEntry)
Deletes the d l file entry from the database. |
void |
DLFileEntryLocalServiceWrapper.deleteFileEntry(DLFileEntry fileEntry)
|
static void |
DLFileEntryLocalServiceUtil.deleteFileEntry(DLFileEntry fileEntry)
|
void |
DLFileEntryLocalService.deleteFileEntry(DLFileEntry fileEntry)
|
void |
DLFileEntryLocalServiceWrapper.updateAsset(long userId,
DLFileEntry fileEntry,
DLFileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames)
|
static void |
DLFileEntryLocalServiceUtil.updateAsset(long userId,
DLFileEntry fileEntry,
DLFileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames)
|
void |
DLFileEntryLocalService.updateAsset(long userId,
DLFileEntry fileEntry,
DLFileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames)
|
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the d l file entry in the database or adds it if it does not yet exist. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalServiceWrapper.updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
Updates the d l file entry in the database or adds it if it does not yet exist. |
static DLFileEntry |
DLFileEntryLocalServiceUtil.updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
Updates the d l file entry in the database or adds it if it does not yet exist. |
DLFileEntry |
DLFileEntryLocalService.updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
Updates the d l file entry in the database or adds it if it does not yet exist. |
| Uses of DLFileEntry in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileEntry | |
|---|---|
static DLFileEntry |
DLFileEntryUtil.create(long fileEntryId)
Creates a new d l file entry with the primary key. |
DLFileEntry |
DLFileEntryPersistence.create(long fileEntryId)
Creates a new d l file entry with the primary key. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_N(long groupId,
long folderId,
String name,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
DLFileEntryPersistence.fetchByG_F_T(long groupId,
long folderId,
String title,
boolean retrieveFromCache)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry |
DLFileEntryUtil.fetchByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileEntry |
DLFileEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the d l file entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.filterFindByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Filters the d l file entries before and after the current d l file entry in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where companyId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where companyId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where companyId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_First(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_Last(long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_N(long groupId,
long folderId,
String name)
Finds the d l file entry where groupId = ? and folderId = ? and name = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByG_F_T(long groupId,
long folderId,
String title)
Finds the d l file entry where groupId = ? and folderId = ? and title = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_F_First(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_F_Last(long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_U_F_PrevAndNext(long fileEntryId,
long groupId,
long userId,
long folderId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ? and folderId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ? and userId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ?. |
DLFileEntry |
DLFileEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where groupId = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where groupId = ?. |
static DLFileEntry |
DLFileEntryUtil.findByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByPrimaryKey(long fileEntryId)
Finds the d l file entry with the primary key or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first d l file entry in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.findByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
DLFileEntry |
DLFileEntryPersistence.findByUUID_G(String uuid,
long groupId)
Finds the d l file entry where uuid = ? and groupId = ? or throws a NoSuchFileEntryException if it could not be found. |
static DLFileEntry |
DLFileEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where uuid = ?. |
DLFileEntry |
DLFileEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last d l file entry in the ordered set where uuid = ?. |
static DLFileEntry[] |
DLFileEntryUtil.findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?. |
DLFileEntry[] |
DLFileEntryPersistence.findByUuid_PrevAndNext(long fileEntryId,
String uuid,
OrderByComparator orderByComparator)
Finds the d l file entries before and after the current d l file entry in the ordered set where uuid = ?. |
static DLFileEntry |
DLFileEntryUtil.remove(DLFileEntry dlFileEntry)
|
DLFileEntry |
DLFileEntryPersistence.remove(DLFileEntry dlFileEntry)
|
static DLFileEntry |
DLFileEntryUtil.remove(long fileEntryId)
Removes the d l file entry with the primary key from the database. |
DLFileEntry |
DLFileEntryPersistence.remove(long fileEntryId)
Removes the d l file entry with the primary key from the database. |
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry,
boolean merge)
|
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry,
boolean merge,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
DLFileEntry |
DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileEntry | |
|---|---|
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId)
Filters by the user's permissions and finds all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the d l file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll()
Finds all the d l file entries. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll()
Finds all the d l file entries. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll(int start,
int end)
Finds a range of all the d l file entries. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll(int start,
int end)
Finds a range of all the d l file entries. |
static List<DLFileEntry> |
DLFileEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries. |
List<DLFileEntry> |
DLFileEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId)
Finds all the d l file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId)
Finds all the d l file entries where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the d l file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the d l file entries where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where companyId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where companyId = ?. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByExtraSettings(int start,
int end)
|
List<DLFileEntry> |
DLFileEntryFinder.findByExtraSettings(int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId)
Finds all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId)
Finds all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_F(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds)
Finds all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long[] folderIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = any ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U_F(long groupId,
long userId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ? and folderId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId)
Finds all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId)
Finds all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ? and userId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId)
Finds all the d l file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId)
Finds all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where groupId = ?. |
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByNoAssets()
|
List<DLFileEntry> |
DLFileEntryFinder.findByNoAssets()
|
static List<DLFileEntry> |
DLFileEntryFinderUtil.findByOrphanedFileEntries()
|
List<DLFileEntry> |
DLFileEntryFinder.findByOrphanedFileEntries()
|
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid)
Finds all the d l file entries where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid)
Finds all the d l file entries where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the d l file entries where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the d l file entries where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where uuid = ?. |
List<DLFileEntry> |
DLFileEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file entries where uuid = ?. |
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileEntry> |
DLFileEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileEntry | |
|---|---|
static void |
DLFileEntryUtil.cacheResult(DLFileEntry dlFileEntry)
Caches the d l file entry in the entity cache if it is enabled. |
void |
DLFileEntryPersistence.cacheResult(DLFileEntry dlFileEntry)
Caches the d l file entry in the entity cache if it is enabled. |
static void |
DLFileEntryUtil.clearCache(DLFileEntry dlFileEntry)
|
static DLFileEntry |
DLFileEntryUtil.remove(DLFileEntry dlFileEntry)
|
DLFileEntry |
DLFileEntryPersistence.remove(DLFileEntry dlFileEntry)
|
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry,
boolean merge)
|
static DLFileEntry |
DLFileEntryUtil.update(DLFileEntry dlFileEntry,
boolean merge,
ServiceContext serviceContext)
|
static DLFileEntry |
DLFileEntryUtil.updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
DLFileEntry |
DLFileEntryPersistence.updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
| Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileEntry | |
|---|---|
static void |
DLFileEntryUtil.cacheResult(List<DLFileEntry> dlFileEntries)
Caches the d l file entries in the entity cache if it is enabled. |
void |
DLFileEntryPersistence.cacheResult(List<DLFileEntry> dlFileEntries)
Caches the d l file entries in the entity cache if it is enabled. |
| Uses of DLFileEntry in com.liferay.portlet.documentlibrary.util |
|---|
| Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFileEntry | |
|---|---|
static void |
DLUtil.addPortletBreadcrumbEntries(DLFileEntry fileEntry,
javax.servlet.http.HttpServletRequest request,
RenderResponse renderResponse)
|
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||