@ProviderType public class DLFileVersionServiceWrapper extends java.lang.Object implements DLFileVersionService, ServiceWrapper<DLFileVersionService>
DLFileVersionService.DLFileVersionService| Constructor and Description |
|---|
DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileVersion |
getFileVersion(long fileVersionId) |
java.util.List<DLFileVersion> |
getFileVersions(long fileEntryId,
int status) |
int |
getFileVersionsCount(long fileEntryId,
int status) |
DLFileVersion |
getLatestFileVersion(long fileEntryId) |
DLFileVersion |
getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLFileVersionService |
getWrappedDLFileVersionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLFileVersionService |
getWrappedService() |
void |
setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileVersionService) |
void |
setWrappedService(DLFileVersionService dlFileVersionService) |
public DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
public DLFileVersion getFileVersion(long fileVersionId) throws PortalException
getFileVersion in interface DLFileVersionServicePortalExceptionpublic java.util.List<DLFileVersion> getFileVersions(long fileEntryId, int status) throws PortalException
getFileVersions in interface DLFileVersionServicePortalExceptionpublic int getFileVersionsCount(long fileEntryId,
int status)
throws PortalException
getFileVersionsCount in interface DLFileVersionServicePortalExceptionpublic DLFileVersion getLatestFileVersion(long fileEntryId) throws PortalException
getLatestFileVersion in interface DLFileVersionServicePortalExceptionpublic DLFileVersion getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy) throws PortalException
getLatestFileVersion in interface DLFileVersionServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFileVersionService@Deprecated public DLFileVersionService getWrappedDLFileVersionService()
getWrappedService()@Deprecated public void setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileVersionService)public DLFileVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileVersionService>public void setWrappedService(DLFileVersionService dlFileVersionService)
setWrappedService in interface ServiceWrapper<DLFileVersionService>