|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileVersionServiceWrapper
@ProviderType public class DLFileVersionServiceWrapper
Provides a wrapper for DLFileVersionService.
DLFileVersionService| 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 |
getWrappedDLFileVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DLFileVersionService |
getWrappedService()
|
void |
setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
Deprecated. As of 6.1.0, replaced by 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 |
|---|
public DLFileVersionServiceWrapper(DLFileVersionService dlFileVersionService)
| Method Detail |
|---|
public DLFileVersion getFileVersion(long fileVersionId)
throws PortalException
getFileVersion in interface DLFileVersionServicePortalException
public List<DLFileVersion> getFileVersions(long fileEntryId,
int status)
throws PortalException
getFileVersions in interface DLFileVersionServicePortalException
public int getFileVersionsCount(long fileEntryId,
int status)
throws PortalException
getFileVersionsCount in interface DLFileVersionServicePortalException
public DLFileVersion getLatestFileVersion(long fileEntryId)
throws PortalException
getLatestFileVersion in interface DLFileVersionServicePortalException
public DLFileVersion getLatestFileVersion(long fileEntryId,
boolean excludeWorkingCopy)
throws PortalException
getLatestFileVersion in interface DLFileVersionServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFileVersionService@Deprecated public DLFileVersionService getWrappedDLFileVersionService()
getWrappedService()
@Deprecated public void setWrappedDLFileVersionService(DLFileVersionService dlFileVersionService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileVersionService)
public DLFileVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileVersionService>public void setWrappedService(DLFileVersionService dlFileVersionService)
setWrappedService in interface ServiceWrapper<DLFileVersionService>
|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||