Liferay 6.1.0

com.liferay.portlet.documentlibrary.service
Class DLFileVersionServiceWrapper

java.lang.Object
  extended by 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

Constructor Summary
DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
           
 
Method Summary
 DLFileVersion getFileVersion(long fileVersionId)
           
 DLFileVersion getLatestFileVersion(long fileEntryId)
           
 DLFileVersionService getWrappedDLFileVersionService()
           
 void setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileVersionServiceWrapper

public DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
Method Detail

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)

Liferay 6.1.0