Class YFormCMSComponentModel

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • APPLICATIONID

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

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

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

        public static final java.lang.String ACTION
        Generated constant - Attribute key of YFormCMSComponent.action attribute defined at extension xyformsservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _applicationId,
                                      CatalogVersionModel _catalogVersion,
                                      java.lang.String _formId,
                                      java.lang.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​(java.lang.String _applicationId,
                                      CatalogVersionModel _catalogVersion,
                                      java.lang.String _formId,
                                      ItemModel _owner,
                                      java.lang.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 Detail

      • getApplicationId

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

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

        @Accessor(qualifier="formId",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of YFormCMSComponent.formId attribute defined at extension xyformsservices.
        Parameters:
        value - the formId