Class CxCmsActionModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.servicelayer.model.action.AbstractActionModel
-
- de.hybris.platform.personalizationservices.model.CxAbstractActionModel
-
- de.hybris.platform.personalizationcms.model.CxCmsActionModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CxCmsActionModel extends CxAbstractActionModel
Generated model class for type CxCmsAction first defined at extension personalizationcms.- 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.StringCOMPONENTCATALOGGenerated constant - Attribute key ofCxCmsAction.componentCatalogattribute defined at extensionpersonalizationcms.static java.lang.StringCOMPONENTIDGenerated constant - Attribute key ofCxCmsAction.componentIdattribute defined at extensionpersonalizationcms.static java.lang.StringCONTAINERIDGenerated constant - Attribute key ofCxCmsAction.containerIdattribute defined at extensionpersonalizationcms.-
Fields inherited from class de.hybris.platform.personalizationservices.model.CxAbstractActionModel
_CXVARIATIONTOACTION, AFFECTEDOBJECTKEY, CATALOGVERSION, RANK, VARIATION, VARIATIONPOS
-
Fields inherited from class de.hybris.platform.servicelayer.model.action.AbstractActionModel
CODE, TARGET, TYPE
-
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 CxCmsActionModel()Generated constructor - Default constructor for generic creation.CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, ItemModel _owner, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, java.lang.String _target, ActionType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCxCmsActionModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentCatalog()Generated method - Getter of theCxCmsAction.componentCatalogattribute defined at extensionpersonalizationcms.java.lang.StringgetComponentId()Generated method - Getter of theCxCmsAction.componentIdattribute defined at extensionpersonalizationcms.java.lang.StringgetContainerId()Generated method - Getter of theCxCmsAction.containerIdattribute defined at extensionpersonalizationcms.voidsetComponentCatalog(java.lang.String value)Generated method - Setter ofCxCmsAction.componentCatalogattribute defined at extensionpersonalizationcms.voidsetComponentId(java.lang.String value)Generated method - Setter ofCxCmsAction.componentIdattribute defined at extensionpersonalizationcms.voidsetContainerId(java.lang.String value)Generated method - Setter ofCxCmsAction.containerIdattribute defined at extensionpersonalizationcms.-
Methods inherited from class de.hybris.platform.personalizationservices.model.CxAbstractActionModel
getAffectedObjectKey, getCatalogVersion, getRank, getVariation, setCatalogVersion, setVariation
-
Methods inherited from class de.hybris.platform.servicelayer.model.action.AbstractActionModel
getCode, getTarget, getType, setCode, setTarget, setType
-
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
-
COMPONENTID
public static final java.lang.String COMPONENTID
Generated constant - Attribute key ofCxCmsAction.componentIdattribute defined at extensionpersonalizationcms.- See Also:
- Constant Field Values
-
COMPONENTCATALOG
public static final java.lang.String COMPONENTCATALOG
Generated constant - Attribute key ofCxCmsAction.componentCatalogattribute defined at extensionpersonalizationcms.- See Also:
- Constant Field Values
-
CONTAINERID
public static final java.lang.String CONTAINERID
Generated constant - Attribute key ofCxCmsAction.containerIdattribute defined at extensionpersonalizationcms.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CxCmsActionModel
public CxCmsActionModel()
Generated constructor - Default constructor for generic creation.
-
CxCmsActionModel
public CxCmsActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CxCmsActionModel
@Deprecated(since="4.1.1", forRemoval=true) public CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, java.lang.String _target, ActionType _type)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:
_catalogVersion- initial attribute declared by typeCxAbstractActionat extensionpersonalizationservices_code- initial attribute declared by typeAbstractActionat extensionprocessing_componentId- initial attribute declared by typeCxCmsActionat extensionpersonalizationcms_containerId- initial attribute declared by typeCxCmsActionat extensionpersonalizationcms_target- initial attribute declared by typeAbstractActionat extensionprocessing_type- initial attribute declared by typeAbstractActionat extensionprocessing
-
CxCmsActionModel
@Deprecated(since="4.1.1", forRemoval=true) public CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, ItemModel _owner, java.lang.String _target, ActionType _type)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:
_catalogVersion- initial attribute declared by typeCxAbstractActionat extensionpersonalizationservices_code- initial attribute declared by typeAbstractActionat extensionprocessing_componentId- initial attribute declared by typeCxCmsActionat extensionpersonalizationcms_containerId- initial attribute declared by typeCxCmsActionat extensionpersonalizationcms_owner- initial attribute declared by typeItemat extensioncore_target- initial attribute declared by typeAbstractActionat extensionprocessing_type- initial attribute declared by typeAbstractActionat extensionprocessing
-
-
Method Detail
-
getComponentCatalog
@Accessor(qualifier="componentCatalog", type=GETTER) public java.lang.String getComponentCatalog()
Generated method - Getter of theCxCmsAction.componentCatalogattribute defined at extensionpersonalizationcms.- Returns:
- the componentCatalog - Targeted component catalog
-
getComponentId
@Accessor(qualifier="componentId", type=GETTER) public java.lang.String getComponentId()
Generated method - Getter of theCxCmsAction.componentIdattribute defined at extensionpersonalizationcms.- Returns:
- the componentId - Targeted component id
-
getContainerId
@Accessor(qualifier="containerId", type=GETTER) public java.lang.String getContainerId()
Generated method - Getter of theCxCmsAction.containerIdattribute defined at extensionpersonalizationcms.- Returns:
- the containerId - Targeted container id
-
setComponentCatalog
@Accessor(qualifier="componentCatalog", type=SETTER) public void setComponentCatalog(java.lang.String value)
Generated method - Setter ofCxCmsAction.componentCatalogattribute defined at extensionpersonalizationcms.- Parameters:
value- the componentCatalog - Targeted component catalog
-
setComponentId
@Accessor(qualifier="componentId", type=SETTER) public void setComponentId(java.lang.String value)
Generated method - Setter ofCxCmsAction.componentIdattribute defined at extensionpersonalizationcms.- Parameters:
value- the componentId - Targeted component id
-
-