Class FormSimpleApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.formsimple.FormSimpleApp
All Implemented Interfaces:
WebjetComponentInterface

public class FormSimpleApp extends WebjetComponentAbstract
  • Field Details

  • Constructor Details

    • FormSimpleApp

      public FormSimpleApp()
  • Method Details

    • getAppOptions

      public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request)
      Description copied from class: WebjetComponentAbstract
      Returns list of options for app editor in webpage
      Specified by:
      getAppOptions in interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • initAppEditor

      public void initAppEditor(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request)
      Description copied from class: WebjetComponentAbstract
      Initialization method for app editor in webpage
      Specified by:
      initAppEditor in interface WebjetComponentInterface
      Overrides:
      initAppEditor in class WebjetComponentAbstract
    • getFiledTypeVisibility

      public static List<OptionDto> getFiledTypeVisibility(javax.servlet.http.HttpServletRequest request)
    • getFieldTypes

      public static List<LabelValue> getFieldTypes()
    • getFormAttributesRepository

      public FormAttributesRepository getFormAttributesRepository()
    • getFormName

      public String getFormName()
    • getAttribute_recipients

      public String getAttribute_recipients()
    • getRowView

      public Boolean getRowView()
    • getAttribute_emailTextBefore

      public String getAttribute_emailTextBefore()
    • getAttribute_emailTextAfter

      public String getAttribute_emailTextAfter()
    • getAttribute_forceTextPlain

      public Boolean getAttribute_forceTextPlain()
    • getAttribute_addTechInfo

      public Boolean getAttribute_addTechInfo()
    • getAttribute_ccEmails

      public String getAttribute_ccEmails()
    • getAttribute_bccEmails

      public String getAttribute_bccEmails()
    • getAttribute_replyTo

      public String getAttribute_replyTo()
    • getAttribute_subject

      public String getAttribute_subject()
    • getAttribute_forward

      public String getAttribute_forward()
    • getAttribute_forwardFail

      public String getAttribute_forwardFail()
    • getAttribute_forwardType

      public String getAttribute_forwardType()
    • getAttribute_useFormMailDocId

      public DocDetailsDto getAttribute_useFormMailDocId()
    • getAttribute_formmail_sendUserInfoDocId

      public DocDetailsDto getAttribute_formmail_sendUserInfoDocId()
    • getAttribute_afterSendInterceptor

      public String getAttribute_afterSendInterceptor()
    • getAttribute_encryptKey

      public String getAttribute_encryptKey()
    • getEncrypKeyInfo

      public String getEncrypKeyInfo()
    • getEditorData

      public String getEditorData()
    • setFormAttributesRepository

      public void setFormAttributesRepository(FormAttributesRepository formAttributesRepository)
    • setFormName

      public void setFormName(String formName)
    • setAttribute_recipients

      public void setAttribute_recipients(String attribute_recipients)
    • setRowView

      public void setRowView(Boolean rowView)
    • setAttribute_emailTextBefore

      public void setAttribute_emailTextBefore(String attribute_emailTextBefore)
    • setAttribute_emailTextAfter

      public void setAttribute_emailTextAfter(String attribute_emailTextAfter)
    • setAttribute_forceTextPlain

      public void setAttribute_forceTextPlain(Boolean attribute_forceTextPlain)
    • setAttribute_addTechInfo

      public void setAttribute_addTechInfo(Boolean attribute_addTechInfo)
    • setAttribute_ccEmails

      public void setAttribute_ccEmails(String attribute_ccEmails)
    • setAttribute_bccEmails

      public void setAttribute_bccEmails(String attribute_bccEmails)
    • setAttribute_replyTo

      public void setAttribute_replyTo(String attribute_replyTo)
    • setAttribute_subject

      public void setAttribute_subject(String attribute_subject)
    • setAttribute_forward

      public void setAttribute_forward(String attribute_forward)
    • setAttribute_forwardFail

      public void setAttribute_forwardFail(String attribute_forwardFail)
    • setAttribute_forwardType

      public void setAttribute_forwardType(String attribute_forwardType)
    • setAttribute_useFormMailDocId

      public void setAttribute_useFormMailDocId(DocDetailsDto attribute_useFormMailDocId)
    • setAttribute_formmail_sendUserInfoDocId

      public void setAttribute_formmail_sendUserInfoDocId(DocDetailsDto attribute_formmail_sendUserInfoDocId)
    • setAttribute_afterSendInterceptor

      public void setAttribute_afterSendInterceptor(String attribute_afterSendInterceptor)
    • setAttribute_encryptKey

      public void setAttribute_encryptKey(String attribute_encryptKey)
    • setEncrypKeyInfo

      public void setEncrypKeyInfo(String encrypKeyInfo)
    • setEditorData

      public void setEditorData(String editorData)