Class YFormCMSComponentModel

All Implemented Interfaces:
Serializable

public class YFormCMSComponentModel extends SimpleCMSComponentModel
Generated model class for type YFormCMSComponent first defined at extension xyformsservices.

This is used to renderer the Orbeon forms by the given parameters.

See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • APPLICATIONID

      public static final String APPLICATIONID
      Generated constant - Attribute key of YFormCMSComponent.applicationId attribute defined at extension xyformsservices.
      See Also:
    • FORMID

      public static final String FORMID
      Generated constant - Attribute key of YFormCMSComponent.formId attribute defined at extension xyformsservices.
      See Also:
    • FORMDATAID

      public static final String FORMDATAID
      Generated constant - Attribute key of YFormCMSComponent.formDataId attribute defined at extension xyformsservices.
      See Also:
    • ACTION

      public static final String ACTION
      Generated constant - Attribute key of YFormCMSComponent.action attribute defined at extension xyformsservices.
      See Also:
  • Constructor Details

    • YFormCMSComponentModel

      public YFormCMSComponentModel()
      Generated constructor - Default constructor for generic creation.
    • YFormCMSComponentModel

      public YFormCMSComponentModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • YFormCMSComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public YFormCMSComponentModel(String _applicationId, CatalogVersionModel _catalogVersion, String _formId, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _applicationId - initial attribute declared by type YFormCMSComponent at extension xyformsservices
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _formId - initial attribute declared by type YFormCMSComponent at extension xyformsservices
      _uid - initial attribute declared by type CMSItem at extension cms2
    • YFormCMSComponentModel

      @Deprecated(since="4.1.1", forRemoval=true) public YFormCMSComponentModel(String _applicationId, CatalogVersionModel _catalogVersion, String _formId, ItemModel _owner, String _uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _applicationId - initial attribute declared by type YFormCMSComponent at extension xyformsservices
      _catalogVersion - initial attribute declared by type CMSItem at extension cms2
      _formId - initial attribute declared by type YFormCMSComponent at extension xyformsservices
      _owner - initial attribute declared by type Item at extension core
      _uid - initial attribute declared by type CMSItem at extension cms2
  • Method Details

    • getAction

      @Accessor(qualifier="action", type=GETTER) public YFormDataActionEnum getAction()
      Generated method - Getter of the YFormCMSComponent.action attribute defined at extension xyformsservices.
      Returns:
      the action
    • getApplicationId

      @Accessor(qualifier="applicationId", type=GETTER) public String getApplicationId()
      Generated method - Getter of the YFormCMSComponent.applicationId attribute defined at extension xyformsservices.
      Returns:
      the applicationId
    • getFormDataId

      @Accessor(qualifier="formDataId", type=GETTER) public String getFormDataId()
      Generated method - Getter of the YFormCMSComponent.formDataId attribute defined at extension xyformsservices.
      Returns:
      the formDataId
    • getFormId

      @Accessor(qualifier="formId", type=GETTER) public String getFormId()
      Generated method - Getter of the YFormCMSComponent.formId attribute defined at extension xyformsservices.
      Returns:
      the formId
    • setAction

      @Accessor(qualifier="action", type=SETTER) public void setAction(YFormDataActionEnum value)
      Generated method - Setter of YFormCMSComponent.action attribute defined at extension xyformsservices.
      Parameters:
      value - the action
    • setApplicationId

      @Accessor(qualifier="applicationId", type=SETTER) public void setApplicationId(String value)
      Generated method - Setter of YFormCMSComponent.applicationId attribute defined at extension xyformsservices.
      Parameters:
      value - the applicationId
    • setFormDataId

      @Accessor(qualifier="formDataId", type=SETTER) public void setFormDataId(String value)
      Generated method - Setter of YFormCMSComponent.formDataId attribute defined at extension xyformsservices.
      Parameters:
      value - the formDataId
    • setFormId

      @Accessor(qualifier="formId", type=SETTER) public void setFormId(String value)
      Generated method - Setter of YFormCMSComponent.formId attribute defined at extension xyformsservices.
      Parameters:
      value - the formId