com.liferay.portlet.documentlibrary.service
Class DLFileVersionLocalServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileVersionLocalServiceWrapper
- All Implemented Interfaces:
- DLFileVersionLocalService
public class DLFileVersionLocalServiceWrapper
- extends java.lang.Object
- implements DLFileVersionLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFileVersionLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileVersionLocalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileVersionLocalServiceWrapper
public DLFileVersionLocalServiceWrapper(DLFileVersionLocalService dlFileVersionLocalService)
addDLFileVersion
public DLFileVersion addDLFileVersion(DLFileVersion dlFileVersion)
throws com.liferay.portal.SystemException
- Specified by:
addDLFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
createDLFileVersion
public DLFileVersion createDLFileVersion(long fileVersionId)
- Specified by:
createDLFileVersion
in interface DLFileVersionLocalService
deleteDLFileVersion
public void deleteDLFileVersion(long fileVersionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteDLFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteDLFileVersion
public void deleteDLFileVersion(DLFileVersion dlFileVersion)
throws com.liferay.portal.SystemException
- Specified by:
deleteDLFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
getDLFileVersion
public DLFileVersion getDLFileVersion(long fileVersionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getDLFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDLFileVersions
public java.util.List<DLFileVersion> getDLFileVersions(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getDLFileVersions
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
getDLFileVersionsCount
public int getDLFileVersionsCount()
throws com.liferay.portal.SystemException
- Specified by:
getDLFileVersionsCount
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
updateDLFileVersion
public DLFileVersion updateDLFileVersion(DLFileVersion dlFileVersion)
throws com.liferay.portal.SystemException
- Specified by:
updateDLFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
updateDLFileVersion
public DLFileVersion updateDLFileVersion(DLFileVersion dlFileVersion,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateDLFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
getFileVersion
public DLFileVersion getFileVersion(long folderId,
java.lang.String name,
double version)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileVersion
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileVersions
public java.util.List<DLFileVersion> getFileVersions(long folderId,
java.lang.String name)
throws com.liferay.portal.SystemException
- Specified by:
getFileVersions
in interface DLFileVersionLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedDLFileVersionLocalService
public DLFileVersionLocalService getWrappedDLFileVersionLocalService()