Class DLFileVersionServiceWrapper
Object
com.liferay.document.library.kernel.service.DLFileVersionServiceWrapper
- All Implemented Interfaces:
DLFileVersionService
,BaseService
,ServiceWrapper<DLFileVersionService>
public class DLFileVersionServiceWrapper
extends Object
implements DLFileVersionService, ServiceWrapper<DLFileVersionService>
Provides a wrapper for
DLFileVersionService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFileVersion
(long fileVersionId) getFileVersions
(long fileEntryId, int status) int
getFileVersionsCount
(long fileEntryId, int status) getLatestFileVersion
(long fileEntryId) getLatestFileVersion
(long fileEntryId, boolean excludeWorkingCopy) Returns the OSGi service identifier.void
setWrappedService
(DLFileVersionService dlFileVersionService)
-
Constructor Details
-
DLFileVersionServiceWrapper
public DLFileVersionServiceWrapper() -
DLFileVersionServiceWrapper
-
-
Method Details
-
getFileVersion
- Specified by:
getFileVersion
in interfaceDLFileVersionService
- Throws:
PortalException
-
getFileVersions
- Specified by:
getFileVersions
in interfaceDLFileVersionService
- Throws:
PortalException
-
getFileVersionsCount
- Specified by:
getFileVersionsCount
in interfaceDLFileVersionService
- Throws:
PortalException
-
getLatestFileVersion
- Specified by:
getLatestFileVersion
in interfaceDLFileVersionService
- Throws:
PortalException
-
getLatestFileVersion
public DLFileVersion getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) throws PortalException - Specified by:
getLatestFileVersion
in interfaceDLFileVersionService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDLFileVersionService
- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<DLFileVersionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<DLFileVersionService>
-