|
Liferay 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLFileVersionServiceWrapper
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)
|
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 DLFileVersionServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLFileVersionServicebeanIdentifier - the Spring bean ID for this bean
public DLFileVersion getFileVersion(long fileVersionId)
throws PortalException,
SystemException
getFileVersion in interface DLFileVersionServicePortalException
SystemException
public List<DLFileVersion> getFileVersions(long fileEntryId,
int status)
throws PortalException,
SystemException
getFileVersions in interface DLFileVersionServicePortalException
SystemException
public int getFileVersionsCount(long fileEntryId,
int status)
throws PortalException,
SystemException
getFileVersionsCount in interface DLFileVersionServicePortalException
SystemException
public DLFileVersion getLatestFileVersion(long fileEntryId)
throws PortalException,
SystemException
getLatestFileVersion in interface DLFileVersionServicePortalException
SystemExceptionpublic DLFileVersionService getWrappedDLFileVersionService()
getWrappedService()
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 6.2.0-ce-rc2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||