public class DLFileVersionServiceImpl extends DLFileVersionServiceBaseImpl
counterLocalService, dlFileVersionLocalService, dlFileVersionPersistence, dlFileVersionService| Constructor and Description |
|---|
DLFileVersionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.document.library.kernel.model.DLFileVersion |
getFileVersion(long fileVersionId) |
List<com.liferay.document.library.kernel.model.DLFileVersion> |
getFileVersions(long fileEntryId,
int status) |
int |
getFileVersionsCount(long fileEntryId,
int status) |
com.liferay.document.library.kernel.model.DLFileVersion |
getLatestFileVersion(long fileEntryId) |
com.liferay.document.library.kernel.model.DLFileVersion |
getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
afterPropertiesSet, destroy, getCounterLocalService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFileVersionService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFileVersionServicepublic com.liferay.document.library.kernel.model.DLFileVersion getFileVersion(long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.document.library.kernel.model.DLFileVersion> getFileVersions(long fileEntryId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic int getFileVersionsCount(long fileEntryId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException