Class DDLRecordSetVersionServiceUtil
java.lang.Object
com.liferay.dynamic.data.lists.service.DDLRecordSetVersionServiceUtil
Provides the remote service utility for DDLRecordSetVersion. This utility wraps
com.liferay.dynamic.data.lists.service.impl.DDLRecordSetVersionServiceImpl
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 DDLRecordSetVersion
getLatestRecordSetVersion
(long recordSetId) static String
Returns the OSGi service identifier.static DDLRecordSetVersion
getRecordSetVersion
(long recordSetVersionId) static List<DDLRecordSetVersion>
getRecordSetVersions
(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) static int
getRecordSetVersionsCount
(long recordSetId) static DDLRecordSetVersionService
-
Constructor Details
-
DDLRecordSetVersionServiceUtil
public DDLRecordSetVersionServiceUtil()
-
-
Method Details
-
getLatestRecordSetVersion
public static DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) 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
-
getRecordSetVersion
public static DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetVersions
public static List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRecordSetVersionsCount
public static int getRecordSetVersionsCount(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-