Class DDLRecordSetVersionServiceUtil

java.lang.Object
com.liferay.dynamic.data.lists.service.DDLRecordSetVersionServiceUtil

public class DDLRecordSetVersionServiceUtil extends Object
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 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

      public static String 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

      public static DDLRecordSetVersionService getService()