@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 |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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) |
DLFileVersionService |
getWrappedDLFileVersionService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLFileVersionService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLFileVersionServicepublic 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 void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFileVersionServicebeanIdentifier - the Spring bean ID for this bean@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>