@ProviderType public class DDMStructureVersionServiceWrapper extends java.lang.Object implements DDMStructureVersionService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) |
int |
getStructureVersionsCount(long structureId) |
DDMStructureVersionService |
getWrappedService() |
void |
setWrappedService(DDMStructureVersionService ddmStructureVersionService) |
public DDMStructureVersionServiceWrapper(DDMStructureVersionService ddmStructureVersionService)
public DDMStructureVersion getLatestStructureVersion(long structureId) throws com.liferay.portal.kernel.exception.PortalException
getLatestStructureVersion in interface DDMStructureVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMStructureVersionServicepublic DDMStructureVersion getStructureVersion(long structureVersionId) throws com.liferay.portal.kernel.exception.PortalException
getStructureVersion in interface DDMStructureVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getStructureVersions in interface DDMStructureVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getStructureVersionsCount(long structureId)
throws com.liferay.portal.kernel.exception.PortalException
getStructureVersionsCount in interface DDMStructureVersionServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DDMStructureVersionService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureVersionService>public void setWrappedService(DDMStructureVersionService ddmStructureVersionService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureVersionService>