Class DDMFormInstanceRecordServiceUtil
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMFormInstanceRecordServiceUtil
Provides the remote service utility for DDMFormInstanceRecord. This utility wraps
com.liferay.dynamic.data.mapping.service.impl.DDMFormInstanceRecordServiceImpl
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DDMFormInstanceRecord
addFormInstanceRecord
(long groupId, long ddmFormInstanceId, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) static void
deleteFormInstanceRecord
(long ddmFormInstanceRecordId) static DDMFormInstanceRecord
getFormInstanceRecord
(long ddmFormInstanceRecordId) static List<DDMFormInstanceRecord>
getFormInstanceRecords
(long ddmFormInstanceId) static List<DDMFormInstanceRecord>
getFormInstanceRecords
(long ddmFormInstanceId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) static int
getFormInstanceRecordsCount
(long ddmFormInstanceId) static String
Returns the OSGi service identifier.static DDMFormInstanceRecordService
static void
revertFormInstanceRecord
(long ddmFormInstanceRecordId, String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) static com.liferay.portal.kernel.search.BaseModelSearchResult<DDMFormInstanceRecord>
searchFormInstanceRecords
(long ddmFormInstanceId, String[] notEmptyFields, int status, int start, int end, com.liferay.portal.kernel.search.Sort sort) static DDMFormInstanceRecord
updateFormInstanceRecord
(long ddmFormInstanceRecordId, boolean majorVersion, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
DDMFormInstanceRecordServiceUtil
public DDMFormInstanceRecordServiceUtil()
-
-
Method Details
-
addFormInstanceRecord
public static DDMFormInstanceRecord addFormInstanceRecord(long groupId, long ddmFormInstanceId, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFormInstanceRecord
public static void deleteFormInstanceRecord(long ddmFormInstanceRecordId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceRecord
public static DDMFormInstanceRecord getFormInstanceRecord(long ddmFormInstanceRecordId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceRecords
public static List<DDMFormInstanceRecord> getFormInstanceRecords(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceRecords
public static List<DDMFormInstanceRecord> getFormInstanceRecords(long ddmFormInstanceId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFormInstanceRecordsCount
public static int getFormInstanceRecordsCount(long ddmFormInstanceId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
revertFormInstanceRecord
public static void revertFormInstanceRecord(long ddmFormInstanceRecordId, String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchFormInstanceRecords
public static com.liferay.portal.kernel.search.BaseModelSearchResult<DDMFormInstanceRecord> searchFormInstanceRecords(long ddmFormInstanceId, String[] notEmptyFields, int status, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFormInstanceRecord
public static DDMFormInstanceRecord updateFormInstanceRecord(long ddmFormInstanceRecordId, boolean majorVersion, DDMFormValues ddmFormValues, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-