com.liferay.portlet.documentlibrary.service.impl
Class DLFileVersionServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLFileVersionServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLFileVersionServiceImpl
- All Implemented Interfaces:
- com.liferay.document.library.kernel.service.DLFileVersionService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService
public class DLFileVersionServiceImpl
- extends DLFileVersionServiceBaseImpl
| Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileVersionServiceBaseImpl |
counterLocalService, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryPersistence, dlFileEntryService, dlFileVersionLocalService, dlFileVersionPersistence, dlFileVersionService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService |
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
|
Method Summary |
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)
|
| Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLFileVersionServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryPersistence, getDLFileEntryService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFileVersionService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryPersistence, setDLFileEntryService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFileVersionService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService |
| Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileVersionServiceImpl
public DLFileVersionServiceImpl()
getFileVersion
public com.liferay.document.library.kernel.model.DLFileVersion getFileVersion(long fileVersionId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getFileVersions
public List<com.liferay.document.library.kernel.model.DLFileVersion> getFileVersions(long fileEntryId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getFileVersionsCount
public int getFileVersionsCount(long fileEntryId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getLatestFileVersion
public com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getLatestFileVersion
public com.liferay.document.library.kernel.model.DLFileVersion getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException