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,
com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) |
static int |
getRecordSetVersionsCount(long recordSetId) |
static DDLRecordSetVersionService |
getService() |
static void |
setService(DDLRecordSetVersionService service) |
public static DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static DDLRecordSetVersion getRecordSetVersion(long recordSetVersionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<DDLRecordSetVersion> getRecordSetVersions(long recordSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDLRecordSetVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getRecordSetVersionsCount(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static DDLRecordSetVersionService getService()
public static void setService(DDLRecordSetVersionService service)