public class DDMFormInstanceRecordServiceWrapper extends java.lang.Object implements DDMFormInstanceRecordService, ServiceWrapper<DDMFormInstanceRecordService>
DDMFormInstanceRecordService.DDMFormInstanceRecordService| Constructor and Description |
|---|
DDMFormInstanceRecordServiceWrapper(DDMFormInstanceRecordService ddmFormInstanceRecordService) |
| Modifier and Type | Method and Description |
|---|---|
DDMFormInstanceRecord |
addFormInstanceRecord(long groupId,
long ddmFormInstanceId,
DDMFormValues ddmFormValues,
ServiceContext serviceContext) |
void |
deleteFormInstanceRecord(long ddmFormInstanceRecordId) |
DDMFormInstanceRecord |
getFormInstanceRecord(long ddmFormInstanceRecordId) |
java.util.List<DDMFormInstanceRecord> |
getFormInstanceRecords(long ddmFormInstanceId) |
java.util.List<DDMFormInstanceRecord> |
getFormInstanceRecords(long ddmFormInstanceId,
int status,
int start,
int end,
OrderByComparator<DDMFormInstanceRecord> orderByComparator) |
int |
getFormInstanceRecordsCount(long ddmFormInstanceId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DDMFormInstanceRecordService |
getWrappedService() |
void |
revertFormInstanceRecord(long ddmFormInstanceRecordId,
java.lang.String version,
ServiceContext serviceContext) |
BaseModelSearchResult<DDMFormInstanceRecord> |
searchFormInstanceRecords(long ddmFormInstanceId,
java.lang.String[] notEmptyFields,
int status,
int start,
int end,
Sort sort) |
void |
setWrappedService(DDMFormInstanceRecordService ddmFormInstanceRecordService) |
DDMFormInstanceRecord |
updateFormInstanceRecord(long ddmFormInstanceRecordId,
boolean majorVersion,
DDMFormValues ddmFormValues,
ServiceContext serviceContext) |
public DDMFormInstanceRecordServiceWrapper(DDMFormInstanceRecordService ddmFormInstanceRecordService)
public DDMFormInstanceRecord addFormInstanceRecord(long groupId, long ddmFormInstanceId, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException
addFormInstanceRecord in interface DDMFormInstanceRecordServicePortalExceptionpublic void deleteFormInstanceRecord(long ddmFormInstanceRecordId)
throws PortalException
deleteFormInstanceRecord in interface DDMFormInstanceRecordServicePortalExceptionpublic DDMFormInstanceRecord getFormInstanceRecord(long ddmFormInstanceRecordId) throws PortalException
getFormInstanceRecord in interface DDMFormInstanceRecordServicePortalExceptionpublic java.util.List<DDMFormInstanceRecord> getFormInstanceRecords(long ddmFormInstanceId) throws PortalException
getFormInstanceRecords in interface DDMFormInstanceRecordServicePortalExceptionpublic java.util.List<DDMFormInstanceRecord> getFormInstanceRecords(long ddmFormInstanceId, int status, int start, int end, OrderByComparator<DDMFormInstanceRecord> orderByComparator) throws PortalException
getFormInstanceRecords in interface DDMFormInstanceRecordServicePortalExceptionpublic int getFormInstanceRecordsCount(long ddmFormInstanceId)
throws PortalException
getFormInstanceRecordsCount in interface DDMFormInstanceRecordServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMFormInstanceRecordServicepublic void revertFormInstanceRecord(long ddmFormInstanceRecordId,
java.lang.String version,
ServiceContext serviceContext)
throws PortalException
revertFormInstanceRecord in interface DDMFormInstanceRecordServicePortalExceptionpublic BaseModelSearchResult<DDMFormInstanceRecord> searchFormInstanceRecords(long ddmFormInstanceId, java.lang.String[] notEmptyFields, int status, int start, int end, Sort sort) throws PortalException
searchFormInstanceRecords in interface DDMFormInstanceRecordServicePortalExceptionpublic DDMFormInstanceRecord updateFormInstanceRecord(long ddmFormInstanceRecordId, boolean majorVersion, DDMFormValues ddmFormValues, ServiceContext serviceContext) throws PortalException
updateFormInstanceRecord in interface DDMFormInstanceRecordServicePortalExceptionpublic DDMFormInstanceRecordService getWrappedService()
getWrappedService in interface ServiceWrapper<DDMFormInstanceRecordService>public void setWrappedService(DDMFormInstanceRecordService ddmFormInstanceRecordService)
setWrappedService in interface ServiceWrapper<DDMFormInstanceRecordService>