Liferay 7.0-ce-b4

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

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

Provides a wrapper for DLFileVersionService.

See Also:
DLFileVersionService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
           
 
Method Summary
 DLFileVersion getFileVersion(long fileVersionId)
           
 List<DLFileVersion> getFileVersions(long fileEntryId, int status)
           
 int getFileVersionsCount(long fileEntryId, int status)
           
 DLFileVersion getLatestFileVersion(long fileEntryId)
           
 DLFileVersion getLatestFileVersion(long fileEntryId, boolean excludeWorkingCopy)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 DLFileVersionService getWrappedService()
           
 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

getFileVersion

public DLFileVersion getFileVersion(long fileVersionId)
                             throws PortalException
Specified by:
getFileVersion in interface DLFileVersionService
Throws:
PortalException

getFileVersions

public List<DLFileVersion> getFileVersions(long fileEntryId,
                                           int status)
                                    throws PortalException
Specified by:
getFileVersions in interface DLFileVersionService
Throws:
PortalException

getFileVersionsCount

public int getFileVersionsCount(long fileEntryId,
                                int status)
                         throws PortalException
Specified by:
getFileVersionsCount in interface DLFileVersionService
Throws:
PortalException

getLatestFileVersion

public DLFileVersion getLatestFileVersion(long fileEntryId)
                                   throws PortalException
Specified by:
getLatestFileVersion in interface DLFileVersionService
Throws:
PortalException

getLatestFileVersion

public DLFileVersion getLatestFileVersion(long fileEntryId,
                                          boolean excludeWorkingCopy)
                                   throws PortalException
Specified by:
getLatestFileVersion in interface DLFileVersionService
Throws:
PortalException

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface DLFileVersionService
Returns:
the OSGi service identifier

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 7.0-ce-b4