Class DDMTemplateVersionServiceWrapper
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMTemplateVersionServiceWrapper
- All Implemented Interfaces:
DDMTemplateVersionService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateVersionService>
public class DDMTemplateVersionServiceWrapper
extends Object
implements DDMTemplateVersionService, com.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateVersionService>
Provides a wrapper for
DDMTemplateVersionService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDDMTemplateVersionServiceWrapper
(DDMTemplateVersionService ddmTemplateVersionService) -
Method Summary
Modifier and TypeMethodDescriptiongetLatestTemplateVersion
(long templateId) Returns the OSGi service identifier.getTemplateVersion
(long templateVersionId) getTemplateVersions
(long templateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplateVersion> orderByComparator) int
getTemplateVersionsCount
(long templateId) void
setWrappedService
(DDMTemplateVersionService ddmTemplateVersionService)
-
Constructor Details
-
DDMTemplateVersionServiceWrapper
public DDMTemplateVersionServiceWrapper() -
DDMTemplateVersionServiceWrapper
-
-
Method Details
-
getLatestTemplateVersion
public DDMTemplateVersion getLatestTemplateVersion(long templateId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestTemplateVersion
in interfaceDDMTemplateVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceDDMTemplateVersionService
- Returns:
- the OSGi service identifier
-
getTemplateVersion
public DDMTemplateVersion getTemplateVersion(long templateVersionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTemplateVersion
in interfaceDDMTemplateVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTemplateVersions
public List<DDMTemplateVersion> getTemplateVersions(long templateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplateVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTemplateVersions
in interfaceDDMTemplateVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTemplateVersionsCount
public int getTemplateVersionsCount(long templateId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTemplateVersionsCount
in interfaceDDMTemplateVersionService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateVersionService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMTemplateVersionService>
-