|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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)
|
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 void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DLFileVersionService
beanIdentifier
- the Spring bean ID for this beanpublic DLFileVersion getFileVersion(long fileVersionId) throws PortalException, SystemException
getFileVersion
in interface DLFileVersionService
PortalException
SystemException
public List<DLFileVersion> getFileVersions(long fileEntryId, int status) throws PortalException, SystemException
getFileVersions
in interface DLFileVersionService
PortalException
SystemException
public int getFileVersionsCount(long fileEntryId, int status) throws PortalException, SystemException
getFileVersionsCount
in interface DLFileVersionService
PortalException
SystemException
public DLFileVersion getLatestFileVersion(long fileEntryId) throws PortalException, SystemException
getLatestFileVersion
in interface DLFileVersionService
PortalException
SystemException
public 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-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |