Interface DDMFormInstanceVersionService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
DDMFormInstanceVersionServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface DDMFormInstanceVersionService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for DDMFormInstanceVersion. 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:
  • Method Details

    • getFormInstanceVersion

      @Transactional(propagation=SUPPORTS, readOnly=true) DDMFormInstanceVersion getFormInstanceVersion(long ddmFormInstanceVersionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFormInstanceVersions

      @Transactional(propagation=SUPPORTS, readOnly=true) 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

      @Transactional(propagation=SUPPORTS, readOnly=true) int getFormInstanceVersionsCount(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLatestFormInstanceVersion

      @Transactional(propagation=SUPPORTS, readOnly=true) DDMFormInstanceVersion getLatestFormInstanceVersion(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getLatestFormInstanceVersion

      @Transactional(propagation=SUPPORTS, readOnly=true) DDMFormInstanceVersion getLatestFormInstanceVersion(long ddmFormInstanceId, int status) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier