Class FormPersistRequest

java.lang.Object
de.xima.fc.mdl.form.FormPersistRequest
All Implemented Interfaces:
Serializable

public class FormPersistRequest extends Object implements Serializable
Class with request-data for a form persist request
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getRequestContext

      public IFormRequestContext getRequestContext()
    • setRequestContext

      public void setRequestContext(IFormRequestContext requestContext)
    • setCorrection

      public void setCorrection(boolean correction)
    • isCorrection

      public boolean isCorrection()
    • getUploadMetaDataMap

      public Map<String,Map<String,List<AttachmentPersistMetaData>>> getUploadMetaDataMap()
    • getAppointmentTemplateUuidMap

      public Map<String,UUID> getAppointmentTemplateUuidMap()
      Returns:
      A map between the name of an appointment form field and the UUID of the AppointmentTemplate currently selected for that form field.
    • setAppointmentTemplateUuidMap

      public void setAppointmentTemplateUuidMap(Map<String,UUID> appointmentTemplateUuidMap)
      Parameters:
      appointmentTemplateUuidMap - A map between the name of an appointment form field and the UUID of the AppointmentTemplate currently selected for that form field.