Class DDMStructureVersionServiceWrapper
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMStructureVersionServiceWrapper
- All Implemented Interfaces:
DDMStructureVersionService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureVersionService>
public class DDMStructureVersionServiceWrapper
extends Object
implements DDMStructureVersionService, com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureVersionService>
Provides a wrapper for
DDMStructureVersionService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDDMStructureVersionServiceWrapper
(DDMStructureVersionService ddmStructureVersionService) -
Method Summary
Modifier and TypeMethodDescriptiongetLatestStructureVersion
(long structureId) Returns the OSGi service identifier.getStructureVersion
(long structureVersionId) getStructureVersions
(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) int
getStructureVersionsCount
(long structureId) void
setWrappedService
(DDMStructureVersionService ddmStructureVersionService)
-
Constructor Details
-
DDMStructureVersionServiceWrapper
public DDMStructureVersionServiceWrapper() -
DDMStructureVersionServiceWrapper
-
-
Method Details
-
getLatestStructureVersion
public DDMStructureVersion getLatestStructureVersion(long structureId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestStructureVersion
in interfaceDDMStructureVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDDMStructureVersionService
- Returns:
- the OSGi service identifier
-
getStructureVersion
public DDMStructureVersion getStructureVersion(long structureVersionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStructureVersion
in interfaceDDMStructureVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureVersions
public List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStructureVersions
in interfaceDDMStructureVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureVersionsCount
public int getStructureVersionsCount(long structureId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStructureVersionsCount
in interfaceDDMStructureVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMStructureVersionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMStructureVersionService>
-