Class DDMStructureVersionServiceUtil
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMStructureVersionServiceUtil
Provides the remote service utility for DDMStructureVersion. This utility wraps
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.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DDMStructureVersiongetLatestStructureVersion(long structureId) static StringReturns the OSGi service identifier.static DDMStructureVersionServicestatic DDMStructureVersiongetStructureVersion(long structureVersionId) static List<DDMStructureVersion>getStructureVersions(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) static intgetStructureVersionsCount(long structureId)
-
Constructor Details
-
DDMStructureVersionServiceUtil
public DDMStructureVersionServiceUtil()
-
-
Method Details
-
getLatestStructureVersion
public static DDMStructureVersion getLatestStructureVersion(long structureId) 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
-
getStructureVersion
public static DDMStructureVersion getStructureVersion(long structureVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureVersions
public static List<DDMStructureVersion> getStructureVersions(long structureId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureVersionsCount
public static int getStructureVersionsCount(long structureId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-