public class DDLRecordSetVersionServiceUtil
extends java.lang.Object
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.DDLRecordSetVersionService| Constructor and Description |
|---|
DDLRecordSetVersionServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DDLRecordSetVersion |
getLatestRecordSetVersion(long recordSetId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static DDLRecordSetVersion |
getRecordSetVersion(long recordSetVersionId) |
static java.util.List<DDLRecordSetVersion> |
getRecordSetVersions(long recordSetId,
int start,
int end,
OrderByComparator<DDLRecordSetVersion> orderByComparator) |
static int |
getRecordSetVersionsCount(long recordSetId) |
static DDLRecordSetVersionService |
getService() |
public static DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws PortalException
PortalExceptionpublic static java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, OrderByComparator<DDLRecordSetVersion> orderByComparator) throws PortalException
PortalExceptionpublic static int getRecordSetVersionsCount(long recordSetId)
throws PortalException
PortalExceptionpublic static DDLRecordSetVersionService getService()