Class DDMFormInstanceVersionServiceUtil

java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMFormInstanceVersionServiceUtil

public class DDMFormInstanceVersionServiceUtil extends Object
Provides the remote service utility for DDMFormInstanceVersion. This utility wraps com.liferay.dynamic.data.mapping.service.impl.DDMFormInstanceVersionServiceImpl 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

    • DDMFormInstanceVersionServiceUtil

      public DDMFormInstanceVersionServiceUtil()
  • Method Details

    • getFormInstanceVersion

      public static DDMFormInstanceVersion getFormInstanceVersion(long ddmFormInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstanceVersions

      public static List<DDMFormInstanceVersion> getFormInstanceVersions(long ddmFormInstanceId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstanceVersionsCount

      public static int getFormInstanceVersionsCount(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLatestFormInstanceVersion

      public static DDMFormInstanceVersion getLatestFormInstanceVersion(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLatestFormInstanceVersion

      public static DDMFormInstanceVersion getLatestFormInstanceVersion(long ddmFormInstanceId, int status) 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
    • getService

      public static DDMFormInstanceVersionService getService()