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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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() |
public static DDLRecordSetVersion getLatestRecordSetVersion(long recordSetId) throws com.liferay.portal.kernel.exception.PortalException
DDLRecordSetVersionServiceUtil
to access the ddl record set version remote service. Add custom service methods to com.liferay.dynamic.data.lists.service.impl.DDLRecordSetVersionServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.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()