Liferay 6.0.5

Uses of Interface
com.liferay.portlet.documentlibrary.model.DLFileVersion

Packages that use DLFileVersion
com.liferay.portlet.documentlibrary.asset   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.http   
com.liferay.portlet.documentlibrary.service.impl   
com.liferay.portlet.documentlibrary.service.persistence   
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.asset
 

Constructors in com.liferay.portlet.documentlibrary.asset with parameters of type DLFileVersion
DLFileEntryAssetRenderer(DLFileEntry fileEntry, DLFileVersion fileVersion)
           
 

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.getLatestFileVersion()
           
 DLFileVersion DLFileEntry.getLatestFileVersion()
           
 DLFileVersion DLFileVersionWrapper.getWrappedDLFileVersion()
           
 DLFileVersion DLFileVersionWrapper.toEscapedModel()
           
 DLFileVersion DLFileVersionModel.toEscapedModel()
          Gets a copy of this d l file version as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileVersion
 class DLFileVersionImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileVersion
 DLFileVersion DLFileEntryImpl.getFileVersion()
           
 DLFileVersion DLFileEntryImpl.getLatestFileVersion()
           
 DLFileVersion DLFileVersionModelImpl.toEscapedModel()
           
static DLFileVersion DLFileVersionModelImpl.toModel(DLFileVersionSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLFileVersion
static List<DLFileVersion> DLFileVersionModelImpl.toModels(DLFileVersionSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileVersion
 int DLFileVersionModelImpl.compareTo(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)
          Gets the d l file version with the primary key.
static DLFileVersion DLFileVersionLocalServiceUtil.getDLFileVersion(long fileVersionId)
          Gets the d l file version with the primary key.
 DLFileVersion DLFileVersionLocalService.getDLFileVersion(long fileVersionId)
          Gets 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)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getFileVersion(long groupId, long folderId, String name, String version)
           
 DLFileVersion DLFileVersionLocalService.getFileVersion(long groupId, long folderId, String name, String version)
           
 DLFileVersion DLFileVersionLocalServiceWrapper.getLatestFileVersion(long groupId, long folderId, String name)
           
static DLFileVersion DLFileVersionLocalServiceUtil.getLatestFileVersion(long groupId, long folderId, String name)
           
 DLFileVersion DLFileVersionLocalService.getLatestFileVersion(long groupId, long folderId, String name)
           
 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.
static DLFileVersion DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
static DLFileVersion DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileVersionLocalServiceWrapper.getDLFileVersions(int start, int end)
          Gets a range of all the d l file versions.
static List<DLFileVersion> DLFileVersionLocalServiceUtil.getDLFileVersions(int start, int end)
          Gets a range of all the d l file versions.
 List<DLFileVersion> DLFileVersionLocalService.getDLFileVersions(int start, int end)
          Gets a range of all the d l file versions.
 List<DLFileVersion> DLFileVersionLocalServiceWrapper.getFileVersions(long groupId, long folderId, String name, int status)
           
static List<DLFileVersion> DLFileVersionLocalServiceUtil.getFileVersions(long groupId, long folderId, String name, int status)
           
 List<DLFileVersion> DLFileVersionLocalService.getFileVersions(long groupId, long folderId, String name, int status)
           
 

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.
static DLFileVersion DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalServiceWrapper.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
static DLFileVersion DLFileVersionLocalServiceUtil.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalService.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileVersion
 DLFileVersion DLFileVersionLocalServiceBaseImpl.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the d l file version to the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.createDLFileVersion(long fileVersionId)
          Creates a new d l file version with the primary key.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.getDLFileVersion(long fileVersionId)
          Gets the d l file version with the primary key.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileVersionLocalServiceBaseImpl.getDLFileVersions(int start, int end)
          Gets a range of all the d l file versions.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileVersion
 DLFileVersion DLFileVersionLocalServiceBaseImpl.addDLFileVersion(DLFileVersion dlFileVersion)
          Adds the d l file version to the database.
 void DLFileVersionLocalServiceBaseImpl.deleteDLFileVersion(DLFileVersion dlFileVersion)
          Deletes the d l file version from the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion)
          Updates the d l file version in the database.
 DLFileVersion DLFileVersionLocalServiceBaseImpl.updateDLFileVersion(DLFileVersion dlFileVersion, boolean merge)
          Updates the d l file version in the database.
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileVersion
static DLFileVersion DLFileVersionServiceHttp.updateDescription(HttpPrincipal httpPrincipal, long fileVersionId, String description)
           
 

Methods in com.liferay.portlet.documentlibrary.service.http with parameters of type DLFileVersion
static JSONArray DLFileVersionJSONSerializer.toJSONArray(DLFileVersion[] models)
           
static JSONArray DLFileVersionJSONSerializer.toJSONArray(DLFileVersion[][] models)
           
static JSONObject DLFileVersionJSONSerializer.toJSONObject(DLFileVersion model)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type DLFileVersion
static JSONArray DLFileVersionJSONSerializer.toJSONArray(List<DLFileVersion> models)
           
 

Uses of DLFileVersion in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileVersion
protected  DLFileVersion DLFileEntryLocalServiceImpl.addFileVersion(User user, DLFileEntry fileEntry, Date modifiedDate, String extension, String title, String description, String changeLog, String extraSettings, String version, long size, int status, ServiceContext serviceContext)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getFileVersion(long fileVersionId)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getFileVersion(long groupId, long folderId, String name, String version)
           
 DLFileVersion DLFileVersionLocalServiceImpl.getLatestFileVersion(long groupId, long folderId, String name)
           
 DLFileVersion DLFileVersionServiceImpl.updateDescription(long fileVersionId, String description)
           
 DLFileVersion DLFileVersionLocalServiceImpl.updateDescription(long fileVersionId, String description)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileVersion
 List<DLFileVersion> DLFileVersionLocalServiceImpl.getFileVersions(long groupId, long folderId, String name, int status)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileVersion
 void DLFileEntryLocalServiceImpl.updateAsset(long userId, DLFileEntry fileEntry, DLFileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames)
           
protected  void DLFileEntryLocalServiceImpl.updateFileVersion(User user, DLFileVersion fileVersion, String sourceFileName, String extension, String title, String description, String changeLog, String extraSettings, String version, long size, int status, Date statusDate, ServiceContext serviceContext)
           
 

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.
 DLFileVersion DLFileVersionPersistenceImpl.create(long fileVersionId)
          Creates a new d l file version with the primary key.
static DLFileVersion DLFileVersionUtil.fetchByG_F_N_V(long groupId, long folderId, String name, String version)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_N_V(long groupId, long folderId, String name, String version)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByG_F_N_V(long groupId, long folderId, String name, String version)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or returns null if it could not be found.
static DLFileVersion DLFileVersionUtil.fetchByG_F_N_V(long groupId, long folderId, String name, String version, boolean retrieveFromCache)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileVersion DLFileVersionPersistence.fetchByG_F_N_V(long groupId, long folderId, String name, String version, boolean retrieveFromCache)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByG_F_N_V(long groupId, long folderId, String name, String version, boolean retrieveFromCache)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? 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.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByPrimaryKey(long fileVersionId)
          Finds the d l file version with the primary key or returns null if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the d l file version with the primary key or returns null if it could not be found.
static DLFileVersion DLFileVersionUtil.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_N_First(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_N_Last(long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_N_PrevAndNext(long fileVersionId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
 DLFileVersion[] DLFileVersionPersistence.findByG_F_N_PrevAndNext(long fileVersionId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByG_F_N_PrevAndNext(long fileVersionId, long groupId, long folderId, String name, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_N_S_First(long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_N_S_First(long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_N_S_First(long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the first d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_N_S_Last(long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
 DLFileVersion DLFileVersionPersistence.findByG_F_N_S_Last(long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_N_S_Last(long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the last d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
static DLFileVersion[] DLFileVersionUtil.findByG_F_N_S_PrevAndNext(long fileVersionId, long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistence.findByG_F_N_S_PrevAndNext(long fileVersionId, long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
 DLFileVersion[] DLFileVersionPersistenceImpl.findByG_F_N_S_PrevAndNext(long fileVersionId, long groupId, long folderId, String name, int status, OrderByComparator orderByComparator)
          Finds the d l file versions before and after the current d l file version in the ordered set where groupId = ? and folderId = ? and name = ? and status = ?.
static DLFileVersion DLFileVersionUtil.findByG_F_N_V(long groupId, long folderId, String name, String version)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistence.findByG_F_N_V(long groupId, long folderId, String name, String version)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByG_F_N_V(long groupId, long folderId, String name, String version)
          Finds the d l file version where groupId = ? and folderId = ? and name = ? and version = ? or throws a NoSuchFileVersionException if it could not be found.
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.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(long fileVersionId)
          Finds the d l file version with the primary key or throws a NoSuchFileVersionException if it could not be found.
 DLFileVersion DLFileVersionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the d l file version with the primary key or throws a NoSuchModelException if it could not be found.
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_N_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_N_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String name, int status, OrderByComparator orderByComparator, boolean previous)
           
static DLFileVersion DLFileVersionUtil.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.
 DLFileVersion DLFileVersionPersistenceImpl.remove(long fileVersionId)
          Removes the d l file version with the primary key from the database.
 DLFileVersion DLFileVersionPersistenceImpl.remove(Serializable primaryKey)
          Removes the d l file version with the primary key from the database.
protected  DLFileVersion DLFileVersionPersistenceImpl.removeImpl(DLFileVersion dlFileVersion)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.toUnwrappedModel(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)
           
 DLFileVersion DLFileVersionPersistenceImpl.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.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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.
 List<DLFileVersion> DLFileVersionPersistenceImpl.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.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_N_S(long groupId, long folderId, String name, int status)
          Finds all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_N_S(long groupId, long folderId, String name, int status)
          Finds all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_N_S(long groupId, long folderId, String name, int status)
          Finds all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_N_S(long groupId, long folderId, String name, int status, int start, int end)
          Finds a range of all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_N_S(long groupId, long folderId, String name, int status, int start, int end)
          Finds a range of all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_N_S(long groupId, long folderId, String name, int status, int start, int end)
          Finds a range of all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_N_S(long groupId, long folderId, String name, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_N_S(long groupId, long folderId, String name, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_N_S(long groupId, long folderId, String name, int status, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions where groupId = ? and folderId = ? and name = ? and status = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_N(long groupId, long folderId, String name)
          Finds all the d l file versions where groupId = ? and folderId = ? and name = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_N(long groupId, long folderId, String name)
          Finds all the d l file versions where groupId = ? and folderId = ? and name = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_N(long groupId, long folderId, String name)
          Finds all the d l file versions where groupId = ? and folderId = ? and name = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_N(long groupId, long folderId, String name, int start, int end)
          Finds a range of all the d l file versions where groupId = ? and folderId = ? and name = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_N(long groupId, long folderId, String name, int start, int end)
          Finds a range of all the d l file versions where groupId = ? and folderId = ? and name = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_N(long groupId, long folderId, String name, int start, int end)
          Finds a range of all the d l file versions where groupId = ? and folderId = ? and name = ?.
static List<DLFileVersion> DLFileVersionUtil.findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions where groupId = ? and folderId = ? and name = ?.
 List<DLFileVersion> DLFileVersionPersistence.findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions where groupId = ? and folderId = ? and name = ?.
 List<DLFileVersion> DLFileVersionPersistenceImpl.findByG_F_N(long groupId, long folderId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l file versions where groupId = ? and folderId = ? and name = ?.
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.
 void DLFileVersionPersistenceImpl.cacheResult(DLFileVersion dlFileVersion)
          Caches the d l file version in the entity cache if it is enabled.
static void DLFileVersionUtil.clearCache(DLFileVersion dlFileVersion)
           
 void DLFileVersionPersistenceImpl.clearCache(DLFileVersion dlFileVersion)
          Clears the cache for the d l file version.
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_N_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.getByG_F_N_S_PrevAndNext(Session session, DLFileVersion dlFileVersion, long groupId, long folderId, String name, int status, OrderByComparator orderByComparator, boolean previous)
           
static DLFileVersion DLFileVersionUtil.remove(DLFileVersion dlFileVersion)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.removeImpl(DLFileVersion dlFileVersion)
           
protected  DLFileVersion DLFileVersionPersistenceImpl.toUnwrappedModel(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)
           
 DLFileVersion DLFileVersionPersistenceImpl.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.
 void DLFileVersionPersistenceImpl.cacheResult(List<DLFileVersion> dlFileVersions)
          Caches the d l file versions in the entity cache if it is enabled.
 


Liferay 6.0.5