|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DLFileVersion in com.liferay.portlet.documentlibrary.model |
|---|
| Classes in com.liferay.portlet.documentlibrary.model that implement DLFileVersion | |
|---|---|
class |
DLFileVersionWrapper
This class is a wrapper for DLFileVersion. |
| Methods in com.liferay.portlet.documentlibrary.model that return DLFileVersion | |
|---|---|
DLFileVersion |
DLFileEntryWrapper.getFileVersion()
|
DLFileVersion |
DLFileEntry.getFileVersion()
|
DLFileVersion |
DLFileEntryWrapper.getFileVersion(String version)
|
DLFileVersion |
DLFileEntry.getFileVersion(String version)
|
DLFileVersion |
DLFileEntryWrapper.getLatestFileVersion()
|
DLFileVersion |
DLFileEntry.getLatestFileVersion()
|
DLFileVersion |
DLFileVersionWrapper.getWrappedDLFileVersion()
|
DLFileVersion |
DLFileVersionWrapper.toEscapedModel()
|
DLFileVersion |
DLFileVersionModel.toEscapedModel()
|
| Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileVersion | |
|---|---|
List<DLFileVersion> |
DLFileEntryWrapper.getFileVersions(int status)
|
List<DLFileVersion> |
DLFileEntry.getFileVersions(int status)
|
CacheModel<DLFileVersion> |
DLFileVersionWrapper.toCacheModel()
|
CacheModel<DLFileVersion> |
DLFileVersionModel.toCacheModel()
|
| Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileVersion | |
|---|---|
int |
DLFileVersionWrapper.compareTo(DLFileVersion dlFileVersion)
|
int |
DLFileVersionModel.compareTo(DLFileVersion dlFileVersion)
|
static DLFileVersionSoap |
DLFileVersionSoap.toSoapModel(DLFileVersion model)
|
static DLFileVersionSoap[] |
DLFileVersionSoap.toSoapModels(DLFileVersion[] models)
|
static DLFileVersionSoap[][] |
DLFileVersionSoap.toSoapModels(DLFileVersion[][] models)
|
| Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFileVersion | |
|---|---|
static DLFileVersionSoap[] |
DLFileVersionSoap.toSoapModels(List<DLFileVersion> models)
|
| Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileVersion | |
|---|---|
DLFileVersionWrapper(DLFileVersion dlFileVersion)
|
|
| Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service |
|---|
| Methods in com.liferay.portlet.documentlibrary.service that return DLFileVersion | |
|---|---|
DLFileVersion |
DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
DLFileVersion |
DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.createDLFileVersion(long fileVersionId)
Creates a new d l file version with the primary key. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.createDLFileVersion(long fileVersionId)
Creates a new d l file version with the primary key. |
DLFileVersion |
DLFileVersionLocalService.createDLFileVersion(long fileVersionId)
Creates a new d l file version with the primary key. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getDLFileVersion(long fileVersionId)
Returns the d l file version with the primary key. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId)
Returns the d l file version with the primary key. |
DLFileVersion |
DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
Returns the d l file version with the primary key. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileVersionId)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileVersionId)
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileVersionId)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long groupId,
long folderId,
String name,
String version)
Deprecated. DLFileVersionLocalServiceWrapper.getFileVersion(long, String) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long groupId,
long folderId,
String name,
String version)
Deprecated. DLFileVersionLocalServiceUtil.getFileVersion(long, String) |
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long groupId,
long folderId,
String name,
String version)
Deprecated. DLFileVersionLocalService.getFileVersion(long, String) |
DLFileVersion |
DLFileVersionLocalServiceWrapper.getFileVersion(long fileEntryId,
String version)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getFileVersion(long fileEntryId,
String version)
|
DLFileVersion |
DLFileVersionLocalService.getFileVersion(long fileEntryId,
String version)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getLatestFileVersion(long fileEntryId)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.getLatestFileVersion(long fileEntryId)
|
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long fileEntryId)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.getLatestFileVersion(long groupId,
long folderId,
String name)
Deprecated. DLFileVersionLocalServiceWrapper.getLatestFileVersion(long) |
static DLFileVersion |
DLFileVersionLocalServiceUtil.getLatestFileVersion(long groupId,
long folderId,
String name)
Deprecated. DLFileVersionLocalServiceUtil.getLatestFileVersion(long) |
DLFileVersion |
DLFileVersionLocalService.getLatestFileVersion(long groupId,
long folderId,
String name)
Deprecated. DLFileVersionLocalService.getLatestFileVersion(long) |
DLFileVersion |
DLFileVersionServiceWrapper.updateDescription(long fileVersionId,
String description)
|
static DLFileVersion |
DLFileVersionServiceUtil.updateDescription(long fileVersionId,
String description)
|
DLFileVersion |
DLFileVersionService.updateDescription(long fileVersionId,
String description)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDescription(long fileVersionId,
String description)
|
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDescription(long fileVersionId,
String description)
|
DLFileVersion |
DLFileVersionLocalService.updateDescription(long fileVersionId,
String description)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database or adds it if it does not yet exist. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version in the database or adds it if it does not yet exist. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileVersion | |
|---|---|
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getDLFileVersions(int start,
int end)
Returns a range of all the d l file versions. |
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getDLFileVersions(int start,
int end)
Returns a range of all the d l file versions. |
List<DLFileVersion> |
DLFileVersionLocalService.getDLFileVersions(int start,
int end)
Returns a range of all the d l file versions. |
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getFileVersions(long fileEntryId,
int status)
|
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getFileVersions(long fileEntryId,
int status)
|
List<DLFileVersion> |
DLFileVersionLocalService.getFileVersions(long fileEntryId,
int status)
|
List<DLFileVersion> |
DLFileVersionLocalServiceWrapper.getFileVersions(long groupId,
long folderId,
String name,
int status)
Deprecated. DLFileVersionLocalServiceWrapper.getFileVersions(long, int) |
static List<DLFileVersion> |
DLFileVersionLocalServiceUtil.getFileVersions(long groupId,
long folderId,
String name,
int status)
Deprecated. DLFileVersionLocalServiceUtil.getFileVersions(long, int) |
List<DLFileVersion> |
DLFileVersionLocalService.getFileVersions(long groupId,
long folderId,
String name,
int status)
Deprecated. DLFileVersionLocalService.getFileVersions(long, int) |
| Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileVersion | |
|---|---|
DLFileVersion |
DLFileVersionLocalServiceWrapper.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
DLFileVersion |
DLFileVersionLocalService.addDLFileVersion(DLFileVersion dlFileVersion)
Adds the d l file version to the database. |
void |
DLFileVersionLocalServiceWrapper.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the d l file version from the database. |
static void |
DLFileVersionLocalServiceUtil.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the d l file version from the database. |
void |
DLFileVersionLocalService.deleteDLFileVersion(DLFileVersion dlFileVersion)
Deletes the d l file version from the database. |
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)
|
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database or adds it if it does not yet exist. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
Updates the d l file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version in the database or adds it if it does not yet exist. |
static DLFileVersion |
DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version in the database or adds it if it does not yet exist. |
DLFileVersion |
DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
Updates the d l file version in the database or adds it if it does not yet exist. |
| Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.persistence |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileVersion | |
|---|---|
static DLFileVersion |
DLFileVersionUtil.create(long fileVersionId)
Creates a new d l file version with the primary key. |
DLFileVersion |
DLFileVersionPersistence.create(long fileVersionId)
Creates a new d l file version with the primary key. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_V(long fileEntryId,
String version)
Finds the d l file version where fileEntryId = ? and version = ? or returns null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_V(long fileEntryId,
String version)
Finds the d l file version where fileEntryId = ? and version = ? or returns null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.fetchByF_V(long fileEntryId,
String version,
boolean retrieveFromCache)
Finds the d l file version where fileEntryId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
DLFileVersion |
DLFileVersionPersistence.fetchByF_V(long fileEntryId,
String version,
boolean retrieveFromCache)
Finds the d l file version where fileEntryId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static DLFileVersion |
DLFileVersionUtil.fetchByPrimaryKey(long fileVersionId)
Finds the d l file version with the primary key or returns null if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.fetchByPrimaryKey(long fileVersionId)
Finds the d l file version with the primary key or returns null if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByF_S_First(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByF_S_First(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_S_Last(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion |
DLFileVersionPersistence.findByF_S_Last(long fileEntryId,
int status,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByF_S_PrevAndNext(long fileVersionId,
long fileEntryId,
int status,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ? and status = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByF_S_PrevAndNext(long fileVersionId,
long fileEntryId,
int status,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ? and status = ?. |
static DLFileVersion |
DLFileVersionUtil.findByF_V(long fileEntryId,
String version)
Finds the d l file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByF_V(long fileEntryId,
String version)
Finds the d l file version where fileEntryId = ? and version = ? or throws a NoSuchFileVersionException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Finds the first d l file version in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where fileEntryId = ?. |
DLFileVersion |
DLFileVersionPersistence.findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Finds the last d l file version in the ordered set where fileEntryId = ?. |
static DLFileVersion[] |
DLFileVersionUtil.findByFileEntryId_PrevAndNext(long fileVersionId,
long fileEntryId,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ?. |
DLFileVersion[] |
DLFileVersionPersistence.findByFileEntryId_PrevAndNext(long fileVersionId,
long fileEntryId,
OrderByComparator orderByComparator)
Finds the d l file versions before and after the current d l file version in the ordered set where fileEntryId = ?. |
static DLFileVersion |
DLFileVersionUtil.findByPrimaryKey(long fileVersionId)
Finds the d l file version with the primary key or throws a NoSuchFileVersionException if it could not be found. |
DLFileVersion |
DLFileVersionPersistence.findByPrimaryKey(long fileVersionId)
Finds the d l file version with the primary key or throws a NoSuchFileVersionException if it could not be found. |
static DLFileVersion |
DLFileVersionUtil.remove(DLFileVersion dlFileVersion)
|
DLFileVersion |
DLFileVersionPersistence.remove(DLFileVersion dlFileVersion)
|
static DLFileVersion |
DLFileVersionUtil.remove(long fileVersionId)
Removes the d l file version with the primary key from the database. |
DLFileVersion |
DLFileVersionPersistence.remove(long fileVersionId)
Removes the d l file version with the primary key from the database. |
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
boolean merge)
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
boolean merge,
ServiceContext serviceContext)
|
static DLFileVersion |
DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion,
boolean merge)
|
DLFileVersion |
DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion,
boolean merge)
|
| Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileVersion | |
|---|---|
static List<DLFileVersion> |
DLFileVersionUtil.findAll()
Finds all the d l file versions. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll()
Finds all the d l file versions. |
static List<DLFileVersion> |
DLFileVersionUtil.findAll(int start,
int end)
Finds a range of all the d l file versions. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll(int start,
int end)
Finds a range of all the d l file versions. |
static List<DLFileVersion> |
DLFileVersionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file versions. |
List<DLFileVersion> |
DLFileVersionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file versions. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status)
Finds all the d l file versions where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status)
Finds all the d l file versions where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status,
int start,
int end)
Finds a range of all the d l file versions where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status,
int start,
int end)
Finds a range of all the d l file versions where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByF_S(long fileEntryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file versions where fileEntryId = ? and status = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByF_S(long fileEntryId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file versions where fileEntryId = ? and status = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId)
Finds all the d l file versions where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId)
Finds all the d l file versions where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId,
int start,
int end)
Finds a range of all the d l file versions where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId,
int start,
int end)
Finds a range of all the d l file versions where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file versions where fileEntryId = ?. |
List<DLFileVersion> |
DLFileVersionPersistence.findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the d l file versions where fileEntryId = ?. |
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<DLFileVersion> |
DLFileVersionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileVersion | |
|---|---|
static void |
DLFileVersionUtil.cacheResult(DLFileVersion dlFileVersion)
Caches the d l file version in the entity cache if it is enabled. |
void |
DLFileVersionPersistence.cacheResult(DLFileVersion dlFileVersion)
Caches the d l file version in the entity cache if it is enabled. |
static void |
DLFileVersionUtil.clearCache(DLFileVersion dlFileVersion)
|
static DLFileVersion |
DLFileVersionUtil.remove(DLFileVersion dlFileVersion)
|
DLFileVersion |
DLFileVersionPersistence.remove(DLFileVersion dlFileVersion)
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
boolean merge)
|
static DLFileVersion |
DLFileVersionUtil.update(DLFileVersion dlFileVersion,
boolean merge,
ServiceContext serviceContext)
|
static DLFileVersion |
DLFileVersionUtil.updateImpl(DLFileVersion dlFileVersion,
boolean merge)
|
DLFileVersion |
DLFileVersionPersistence.updateImpl(DLFileVersion dlFileVersion,
boolean merge)
|
| Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileVersion | |
|---|---|
static void |
DLFileVersionUtil.cacheResult(List<DLFileVersion> dlFileVersions)
Caches the d l file versions in the entity cache if it is enabled. |
void |
DLFileVersionPersistence.cacheResult(List<DLFileVersion> dlFileVersions)
Caches the d l file versions in the entity cache if it is enabled. |
| Uses of DLFileVersion in com.liferay.portlet.documentlibrary.util.comparator |
|---|
| Methods in com.liferay.portlet.documentlibrary.util.comparator with parameters of type DLFileVersion | |
|---|---|
int |
FileVersionVersionComparator.compare(DLFileVersion fileVersion1,
DLFileVersion fileVersion2)
|
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||