Class DDMTemplateVersionServiceUtil
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMTemplateVersionServiceUtil
Provides the remote service utility for DDMTemplateVersion. This utility wraps
com.liferay.dynamic.data.mapping.service.impl.DDMTemplateVersionServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DDMTemplateVersiongetLatestTemplateVersion(long templateId) static StringReturns the OSGi service identifier.static DDMTemplateVersionServicestatic DDMTemplateVersiongetTemplateVersion(long templateVersionId) static List<DDMTemplateVersion>getTemplateVersions(long templateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplateVersion> orderByComparator) static intgetTemplateVersionsCount(long templateId)
-
Constructor Details
-
DDMTemplateVersionServiceUtil
public DDMTemplateVersionServiceUtil()
-
-
Method Details
-
getLatestTemplateVersion
public static DDMTemplateVersion getLatestTemplateVersion(long templateId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getTemplateVersion
public static DDMTemplateVersion getTemplateVersion(long templateVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTemplateVersions
public static List<DDMTemplateVersion> getTemplateVersions(long templateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplateVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTemplateVersionsCount
public static int getTemplateVersionsCount(long templateId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-