com.liferay.portlet.documentlibrary.service
Class DLFileVersionServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileVersionServiceWrapper
- All Implemented Interfaces:
- DLFileVersionService
public class DLFileVersionServiceWrapper
- extends Object
- implements DLFileVersionService
This class is a wrapper for DLFileVersionService.
- See Also:
DLFileVersionService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileVersionServiceWrapper
public DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
getFileVersion
public DLFileVersion getFileVersion(long fileVersionId)
throws PortalException,
SystemException
- Specified by:
getFileVersion in interface DLFileVersionService
- Throws:
PortalException
SystemException
getLatestFileVersion
public DLFileVersion getLatestFileVersion(long fileEntryId)
throws PortalException,
SystemException
- Specified by:
getLatestFileVersion in interface DLFileVersionService
- Throws:
PortalException
SystemException
getWrappedDLFileVersionService
public DLFileVersionService getWrappedDLFileVersionService()
setWrappedDLFileVersionService
public void setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)