Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.service
Class DLFileVersionServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileVersionServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DLFileVersionService>, DLFileVersionService

public class DLFileVersionServiceWrapper
extends Object
implements DLFileVersionService, ServiceWrapper<DLFileVersionService>

This class is a wrapper for DLFileVersionService.

See Also:
DLFileVersionService

Constructor Summary
DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DLFileVersion getFileVersion(long fileVersionId)
           
 DLFileVersion getLatestFileVersion(long fileEntryId)
           
 DLFileVersionService getWrappedDLFileVersionService()
          Deprecated. Renamed to getWrappedService()
 DLFileVersionService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileVersionService)
 void setWrappedService(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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface DLFileVersionService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface DLFileVersionService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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()
Deprecated. Renamed to getWrappedService()


setWrappedDLFileVersionService

public void setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileVersionService)


getWrappedService

public DLFileVersionService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLFileVersionService>

setWrappedService

public void setWrappedService(DLFileVersionService dlFileVersionService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileVersionService>

Liferay 6.1.2-ce-ga3