Liferay 6.0.5

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
           
 
Method Summary
 DLFileVersionService getWrappedDLFileVersionService()
           
 DLFileVersion updateDescription(long fileVersionId, String description)
           
 
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

updateDescription

public DLFileVersion updateDescription(long fileVersionId,
                                       String description)
                                throws PortalException,
                                       SystemException
Specified by:
updateDescription in interface DLFileVersionService
Throws:
PortalException
SystemException

getWrappedDLFileVersionService

public DLFileVersionService getWrappedDLFileVersionService()

Liferay 6.0.5