com.liferay.portlet.documentlibrary.service
Class DLFileVersionServiceWrapper
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileVersionServiceWrapper
public DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
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>