|
Liferay 7.0-ce-a2 | |||||||||
| 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 | |
|---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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)
|
DLFileVersionService |
getWrappedDLFileVersionService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
DLFileVersionService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 String getBeanIdentifier()
getBeanIdentifier in interface DLFileVersionService
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 void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFileVersionServicebeanIdentifier - the Spring bean ID for this bean@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-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||