public class DDMTemplateVersionServiceUtil
extends java.lang.Object
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.DDMTemplateVersionService| 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,
OrderByComparator<DDMTemplateVersion> orderByComparator) |
static int |
getTemplateVersionsCount(long templateId) |
public static DDMTemplateVersion getLatestTemplateVersion(long templateId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static DDMTemplateVersion getTemplateVersion(long templateVersionId) throws PortalException
PortalExceptionpublic static java.util.List<DDMTemplateVersion> getTemplateVersions(long templateId, int start, int end, OrderByComparator<DDMTemplateVersion> orderByComparator) throws PortalException
PortalExceptionpublic static int getTemplateVersionsCount(long templateId)
throws PortalException
PortalExceptionpublic static DDMTemplateVersionService getService()