public class DDMStructureVersionServiceUtil
extends java.lang.Object
com.liferay.dynamic.data.mapping.service.impl.DDMStructureVersionServiceImpl 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.DDMStructureVersionService| Constructor and Description |
|---|
DDMStructureVersionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DDMStructureVersion |
getLatestStructureVersion(long structureId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static DDMStructureVersionService |
getService() |
static DDMStructureVersion |
getStructureVersion(long structureVersionId) |
static java.util.List<DDMStructureVersion> |
getStructureVersions(long structureId,
int start,
int end,
OrderByComparator<DDMStructureVersion> orderByComparator) |
static int |
getStructureVersionsCount(long structureId) |
public static DDMStructureVersion getLatestStructureVersion(long structureId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static DDMStructureVersion getStructureVersion(long structureVersionId) throws PortalException
PortalExceptionpublic static java.util.List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, OrderByComparator<DDMStructureVersion> orderByComparator) throws PortalException
PortalExceptionpublic static int getStructureVersionsCount(long structureId)
throws PortalException
PortalExceptionpublic static DDMStructureVersionService getService()