public class DDMStructureVersionServiceWrapper extends java.lang.Object implements DDMStructureVersionService, ServiceWrapper<DDMStructureVersionService>
DDMStructureVersionService.DDMStructureVersionService| Constructor and Description |
|---|
DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService) |
| Modifier and Type | Method and Description |
|---|---|
DDMStructureVersion |
getLatestStructureVersion(long structureId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDMStructureVersion |
getStructureVersion(long structureVersionId) |
java.util.List<DDMStructureVersion> |
getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator) |
int |
getStructureVersionsCount(long structureId) |
DDMStructureVersionService |
getWrappedService() |
void |
setWrappedService(DDMStructureVersionService ddmStructureVersionService) |
public DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
public DDMStructureVersion getLatestStructureVersion(long structureId) throws PortalException
getLatestStructureVersion in interface DDMStructureVersionServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMStructureVersionServicepublic DDMStructureVersion getStructureVersion(long structureVersionId) throws PortalException
getStructureVersion in interface DDMStructureVersionServicePortalExceptionpublic java.util.List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator) throws PortalException
getStructureVersions in interface DDMStructureVersionServicePortalExceptionpublic int getStructureVersionsCount(long structureId)
throws PortalException
getStructureVersionsCount in interface DDMStructureVersionServicePortalExceptionpublic DDMStructureVersionService getWrappedService()
getWrappedService in interface ServiceWrapper<DDMStructureVersionService>public void setWrappedService(DDMStructureVersionService ddmStructureVersionService)
setWrappedService in interface ServiceWrapper<DDMStructureVersionService>