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 java.lang.Object
implements DLFileVersionService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for DLFileVersionService.

Author:
Brian Wing Shun Chan
See Also:
DLFileVersionService
Generated:

Constructor Summary
DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
           
 
Method Summary
 DLFileVersionService getWrappedDLFileVersionService()
           
 DLFileVersion updateDescription(long fileVersionId, java.lang.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,
                                       java.lang.String description)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Specified by:
updateDescription in interface DLFileVersionService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedDLFileVersionService

public DLFileVersionService getWrappedDLFileVersionService()