public class DDLRecordSetVersionServiceWrapper extends java.lang.Object implements DDLRecordSetVersionService, ServiceWrapper<DDLRecordSetVersionService>
DDLRecordSetVersionService.DDLRecordSetVersionService| Constructor and Description |
|---|
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,
OrderByComparator<DDLRecordSetVersion> orderByComparator) |
int |
getRecordSetVersionsCount(long recordSetId) |
DDLRecordSetVersionService |
getWrappedService() |
void |
setWrappedService(DDLRecordSetVersionService ddlRecordSetVersionService) |
public DDLRecordSetVersionServiceWrapper(DDLRecordSetVersionService ddlRecordSetVersionService)
public DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws PortalException
getLatestRecordSetVersion in interface DDLRecordSetVersionServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDLRecordSetVersionServicepublic DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws PortalException
getRecordSetVersion in interface DDLRecordSetVersionServicePortalExceptionpublic java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, OrderByComparator<DDLRecordSetVersion> orderByComparator) throws PortalException
getRecordSetVersions in interface DDLRecordSetVersionServicePortalExceptionpublic int getRecordSetVersionsCount(long recordSetId)
throws PortalException
getRecordSetVersionsCount in interface DDLRecordSetVersionServicePortalExceptionpublic DDLRecordSetVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<DDLRecordSetVersionService>public void setWrappedService(DDLRecordSetVersionService ddlRecordSetVersionService)
setWrappedService in interface ServiceWrapper<DDLRecordSetVersionService>