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) intgetRecordSetVersionsCount(long recordSetId) voidsetWrappedService(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:
getLatestRecordSetVersionin interfaceDDLRecordSetVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDDLRecordSetVersionService- Returns:
- the OSGi service identifier
-
getRecordSetVersion
public DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRecordSetVersionin 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:
getRecordSetVersionsin interfaceDDLRecordSetVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetVersionsCount
public int getRecordSetVersionsCount(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getRecordSetVersionsCountin interfaceDDLRecordSetVersionService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
-