Class YFormCMSComponentModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cms2.model.contents.CMSItemModel
-
- de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
-
- de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel
-
- de.hybris.platform.xyformsservices.model.component.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringACTIONGenerated constant - Attribute key ofYFormCMSComponent.actionattribute defined at extensionxyformsservices.static java.lang.StringAPPLICATIONIDGenerated constant - Attribute key ofYFormCMSComponent.applicationIdattribute defined at extensionxyformsservices.static java.lang.StringFORMDATAIDGenerated constant - Attribute key ofYFormCMSComponent.formDataIdattribute defined at extensionxyformsservices.static java.lang.StringFORMIDGenerated constant - Attribute key ofYFormCMSComponent.formIdattribute defined at extensionxyformsservices.-
Fields inherited from class de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel
_ELEMENTSFORCONTAINER, CONTAINERS
-
Fields inherited from class de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLE
-
Fields inherited from class de.hybris.platform.cms2.model.contents.CMSItemModel
CATALOGVERSION, NAME, UID
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description YFormCMSComponentModel()Generated constructor - Default constructor for generic creation.YFormCMSComponentModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextYFormCMSComponentModel(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 parametersYFormCMSComponentModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YFormDataActionEnumgetAction()Generated method - Getter of theYFormCMSComponent.actionattribute defined at extensionxyformsservices.java.lang.StringgetApplicationId()Generated method - Getter of theYFormCMSComponent.applicationIdattribute defined at extensionxyformsservices.java.lang.StringgetFormDataId()Generated method - Getter of theYFormCMSComponent.formDataIdattribute defined at extensionxyformsservices.java.lang.StringgetFormId()Generated method - Getter of theYFormCMSComponent.formIdattribute defined at extensionxyformsservices.voidsetAction(YFormDataActionEnum value)Generated method - Setter ofYFormCMSComponent.actionattribute defined at extensionxyformsservices.voidsetApplicationId(java.lang.String value)Generated method - Setter ofYFormCMSComponent.applicationIdattribute defined at extensionxyformsservices.voidsetFormDataId(java.lang.String value)Generated method - Setter ofYFormCMSComponent.formDataIdattribute defined at extensionxyformsservices.voidsetFormId(java.lang.String value)Generated method - Setter ofYFormCMSComponent.formIdattribute defined at extensionxyformsservices.-
Methods inherited from class de.hybris.platform.cms2.model.contents.components.SimpleCMSComponentModel
getContainers, setContainers
-
Methods inherited from class de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
getActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisible
-
Methods inherited from class de.hybris.platform.cms2.model.contents.CMSItemModel
getCatalogVersion, getName, getUid, setCatalogVersion, setName, setUid
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
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 ofYFormCMSComponent.applicationIdattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
FORMID
public static final java.lang.String FORMID
Generated constant - Attribute key ofYFormCMSComponent.formIdattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
FORMDATAID
public static final java.lang.String FORMDATAID
Generated constant - Attribute key ofYFormCMSComponent.formDataIdattribute defined at extensionxyformsservices.- See Also:
- Constant Field Values
-
ACTION
public static final java.lang.String ACTION
Generated constant - Attribute key ofYFormCMSComponent.actionattribute defined at extensionxyformsservices.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_applicationId- initial attribute declared by typeYFormCMSComponentat extensionxyformsservices_catalogVersion- initial attribute declared by typeCMSItemat extensioncms2_formId- initial attribute declared by typeYFormCMSComponentat extensionxyformsservices_uid- initial attribute declared by typeCMSItemat extensioncms2
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_applicationId- initial attribute declared by typeYFormCMSComponentat extensionxyformsservices_catalogVersion- initial attribute declared by typeCMSItemat extensioncms2_formId- initial attribute declared by typeYFormCMSComponentat extensionxyformsservices_owner- initial attribute declared by typeItemat extensioncore_uid- initial attribute declared by typeCMSItemat extensioncms2
-
-
Method Detail
-
getAction
@Accessor(qualifier="action", type=GETTER) public YFormDataActionEnum getAction()
Generated method - Getter of theYFormCMSComponent.actionattribute defined at extensionxyformsservices.- Returns:
- the action
-
getApplicationId
@Accessor(qualifier="applicationId", type=GETTER) public java.lang.String getApplicationId()
Generated method - Getter of theYFormCMSComponent.applicationIdattribute defined at extensionxyformsservices.- Returns:
- the applicationId
-
getFormDataId
@Accessor(qualifier="formDataId", type=GETTER) public java.lang.String getFormDataId()
Generated method - Getter of theYFormCMSComponent.formDataIdattribute defined at extensionxyformsservices.- Returns:
- the formDataId
-
getFormId
@Accessor(qualifier="formId", type=GETTER) public java.lang.String getFormId()
Generated method - Getter of theYFormCMSComponent.formIdattribute defined at extensionxyformsservices.- Returns:
- the formId
-
setAction
@Accessor(qualifier="action", type=SETTER) public void setAction(YFormDataActionEnum value)
Generated method - Setter ofYFormCMSComponent.actionattribute defined at extensionxyformsservices.- Parameters:
value- the action
-
setApplicationId
@Accessor(qualifier="applicationId", type=SETTER) public void setApplicationId(java.lang.String value)
Generated method - Setter ofYFormCMSComponent.applicationIdattribute defined at extensionxyformsservices.- Parameters:
value- the applicationId
-
setFormDataId
@Accessor(qualifier="formDataId", type=SETTER) public void setFormDataId(java.lang.String value)
Generated method - Setter ofYFormCMSComponent.formDataIdattribute defined at extensionxyformsservices.- Parameters:
value- the formDataId
-
-