@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 DDMStructureVersionService
com.liferay.portal.kernel.exception.PortalException
public DDMStructureVersion getStructureVersion(long structureVersionId) throws com.liferay.portal.kernel.exception.PortalException
getStructureVersion
in interface DDMStructureVersionService
com.liferay.portal.kernel.exception.PortalException
public int getStructureVersionsCount(long structureId) throws com.liferay.portal.kernel.exception.PortalException
getStructureVersionsCount
in interface DDMStructureVersionService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DDMStructureVersionService
public 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 DDMStructureVersionService
com.liferay.portal.kernel.exception.PortalException
public 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>