@ProviderType
public class DDMStructureVersionServiceUtil
extends java.lang.Object
com.liferay.dynamic.data.mapping.service.impl.DDMStructureVersionServiceImpl
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.DDMStructureVersionService
,
com.liferay.dynamic.data.mapping.service.base.DDMStructureVersionServiceBaseImpl
,
com.liferay.dynamic.data.mapping.service.impl.DDMStructureVersionServiceImpl
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,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) |
static int |
getStructureVersionsCount(long structureId) |
public static DDMStructureVersion getLatestStructureVersion(long structureId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static DDMStructureVersion getStructureVersion(long structureVersionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getStructureVersionsCount(long structureId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static DDMStructureVersionService getService()