@ProviderType
public class DDMTemplateVersionServiceUtil
extends java.lang.Object
com.liferay.dynamic.data.mapping.service.impl.DDMTemplateVersionServiceImpl
and is the
primary 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.DDMTemplateVersionService
,
com.liferay.dynamic.data.mapping.service.base.DDMTemplateVersionServiceBaseImpl
,
com.liferay.dynamic.data.mapping.service.impl.DDMTemplateVersionServiceImpl
Constructor and Description |
---|
DDMTemplateVersionServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static DDMTemplateVersion |
getLatestTemplateVersion(long templateId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static DDMTemplateVersionService |
getService() |
static DDMTemplateVersion |
getTemplateVersion(long templateVersionId) |
static java.util.List<DDMTemplateVersion> |
getTemplateVersions(long templateId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMTemplateVersion> orderByComparator) |
static int |
getTemplateVersionsCount(long templateId) |
public static DDMTemplateVersion getLatestTemplateVersion(long templateId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static DDMTemplateVersion getTemplateVersion(long templateVersionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getTemplateVersionsCount(long templateId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<DDMTemplateVersion> getTemplateVersions(long templateId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMTemplateVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static DDMTemplateVersionService getService()