@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) |
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 void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFileVersionServicebeanIdentifier - the Spring bean ID for this beanpublic DLFileVersion getFileVersion(long fileVersionId) throws PortalException, SystemException
getFileVersion in interface DLFileVersionServicePortalExceptionSystemExceptionpublic java.util.List<DLFileVersion> getFileVersions(long fileEntryId, int status) throws PortalException, SystemException
getFileVersions in interface DLFileVersionServicePortalExceptionSystemExceptionpublic int getFileVersionsCount(long fileEntryId,
int status)
throws PortalException,
SystemException
getFileVersionsCount in interface DLFileVersionServicePortalExceptionSystemExceptionpublic DLFileVersion getLatestFileVersion(long fileEntryId) throws PortalException, SystemException
getLatestFileVersion in interface DLFileVersionServicePortalExceptionSystemExceptionpublic DLFileVersionService getWrappedDLFileVersionService()
getWrappedService()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>