public class DDLRecordSetVersionServiceWrapper extends java.lang.Object implements DDLRecordSetVersionService, com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>
DDLRecordSetVersionService.DDLRecordSetVersionService| Constructor and Description |
|---|
DDLRecordSetVersionServiceWrapper() |
DDLRecordSetVersionServiceWrapper(DDLRecordSetVersionService ddlRecordSetVersionService) |
| Modifier and Type | Method and Description |
|---|---|
DDLRecordSetVersion |
getLatestRecordSetVersion(long recordSetId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDLRecordSetVersion |
getRecordSetVersion(long recordSetVersionId) |
java.util.List<DDLRecordSetVersion> |
getRecordSetVersions(long recordSetId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) |
int |
getRecordSetVersionsCount(long recordSetId) |
DDLRecordSetVersionService |
getWrappedService() |
void |
setWrappedService(DDLRecordSetVersionService ddlRecordSetVersionService) |
public DDLRecordSetVersionServiceWrapper()
public DDLRecordSetVersionServiceWrapper(DDLRecordSetVersionService ddlRecordSetVersionService)
public DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
getLatestRecordSetVersion in interface DDLRecordSetVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDLRecordSetVersionServicepublic DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersion in interface DDLRecordSetVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersions in interface DDLRecordSetVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getRecordSetVersionsCount(long recordSetId)
throws com.liferay.portal.kernel.exception.PortalException
getRecordSetVersionsCount in interface DDLRecordSetVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDLRecordSetVersionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>public void setWrappedService(DDLRecordSetVersionService ddlRecordSetVersionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDLRecordSetVersionService>