public class DLFileVersionLocalServiceImpl extends DLFileVersionLocalServiceBaseImpl
counterLocalService, dlFileVersionLocalService, dlFileVersionPersistence, persistedModelLocalServiceRegistry| Constructor and Description |
|---|
DLFileVersionLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.document.library.kernel.model.DLFileVersion |
fetchLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
com.liferay.document.library.kernel.model.DLFileVersion |
getFileVersion(long fileVersionId) |
com.liferay.document.library.kernel.model.DLFileVersion |
getFileVersion(long fileEntryId,
String version) |
com.liferay.document.library.kernel.model.DLFileVersion |
getFileVersionByUuidAndGroupId(String uuid,
long groupId) |
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,
boolean excludeWorkingCopy) |
com.liferay.document.library.kernel.model.DLFileVersion |
getLatestFileVersion(long userId,
long fileEntryId) |
void |
rebuildTree(long companyId) |
void |
setTreePaths(long folderId,
String treePath) |
addDLFileVersion, afterPropertiesSet, createDLFileVersion, createPersistedModel, deleteDLFileVersion, deleteDLFileVersion, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchDLFileVersion, fetchDLFileVersionByUuidAndGroupId, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getDLFileVersion, getDLFileVersionByUuidAndGroupId, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFileVersions, getDLFileVersionsByUuidAndCompanyId, getDLFileVersionsByUuidAndCompanyId, getDLFileVersionsCount, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setDLFileVersionLocalService, setDLFileVersionPersistence, updateDLFileVersion, updateWithUnsafeFunctionpublic com.liferay.document.library.kernel.model.DLFileVersion fetchLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
public com.liferay.document.library.kernel.model.DLFileVersion getFileVersion(long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileVersion getFileVersion(long fileEntryId,
String version)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileVersion getFileVersionByUuidAndGroupId(String uuid,
long groupId)
public List<com.liferay.document.library.kernel.model.DLFileVersion> getFileVersions(long fileEntryId,
int status)
public int getFileVersionsCount(long fileEntryId,
int status)
public com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long userId,
long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void rebuildTree(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void setTreePaths(long folderId,
String treePath)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException