Class DDLRecordSetVersionServiceWrapper
java.lang.Object
com.liferay.dynamic.data.lists.service.DDLRecordSetVersionServiceWrapper
- All Implemented Interfaces:
DDLRecordSetVersionService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
public class DDLRecordSetVersionServiceWrapper
extends Object
implements DDLRecordSetVersionService, com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
Provides a wrapper for
DDLRecordSetVersionService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDDLRecordSetVersionServiceWrapper
(DDLRecordSetVersionService ddlRecordSetVersionService) -
Method Summary
Modifier and TypeMethodDescriptiongetLatestRecordSetVersion
(long recordSetId) Returns the OSGi service identifier.getRecordSetVersion
(long recordSetVersionId) getRecordSetVersions
(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) int
getRecordSetVersionsCount
(long recordSetId) void
setWrappedService
(DDLRecordSetVersionService ddlRecordSetVersionService)
-
Constructor Details
-
DDLRecordSetVersionServiceWrapper
public DDLRecordSetVersionServiceWrapper() -
DDLRecordSetVersionServiceWrapper
-
-
Method Details
-
getLatestRecordSetVersion
public DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestRecordSetVersion
in interfaceDDLRecordSetVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDDLRecordSetVersionService
- Returns:
- the OSGi service identifier
-
getRecordSetVersion
public DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRecordSetVersion
in interfaceDDLRecordSetVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetVersions
public List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRecordSetVersions
in interfaceDDLRecordSetVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetVersionsCount
public int getRecordSetVersionsCount(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRecordSetVersionsCount
in interfaceDDLRecordSetVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
-