public class CxCmsActionModel extends CxAbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COMPONENTCATALOG
Generated constant - Attribute key of
CxCmsAction.componentCatalog attribute defined at extension personalizationcms. |
static java.lang.String |
COMPONENTID
Generated constant - Attribute key of
CxCmsAction.componentId attribute defined at extension personalizationcms. |
static java.lang.String |
CONTAINERID
Generated constant - Attribute key of
CxCmsAction.containerId attribute defined at extension personalizationcms. |
_CXVARIATIONTOACTION, AFFECTEDOBJECTKEY, CATALOGVERSION, RANK, VARIATION, VARIATIONPOSCODE, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and 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.
since 4.1.1 Please use the default constructor without parameters
|
CxCmsActionModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _componentId,
java.lang.String _containerId,
java.lang.String _target,
ActionType _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxCmsActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentCatalog()
Generated method - Getter of the
CxCmsAction.componentCatalog attribute defined at extension personalizationcms. |
java.lang.String |
getComponentId()
Generated method - Getter of the
CxCmsAction.componentId attribute defined at extension personalizationcms. |
java.lang.String |
getContainerId()
Generated method - Getter of the
CxCmsAction.containerId attribute defined at extension personalizationcms. |
void |
setComponentCatalog(java.lang.String value)
Generated method - Setter of
CxCmsAction.componentCatalog attribute defined at extension personalizationcms. |
void |
setComponentId(java.lang.String value)
Generated method - Setter of
CxCmsAction.componentId attribute defined at extension personalizationcms. |
void |
setContainerId(java.lang.String value)
Generated method - Setter of
CxCmsAction.containerId attribute defined at extension personalizationcms. |
getAffectedObjectKey, getCatalogVersion, getRank, getVariation, setCatalogVersion, setVariationgetCode, getTarget, getType, setCode, setTarget, setTypegetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String COMPONENTID
CxCmsAction.componentId attribute defined at extension personalizationcms.public static final java.lang.String COMPONENTCATALOG
CxCmsAction.componentCatalog attribute defined at extension personalizationcms.public static final java.lang.String CONTAINERID
CxCmsAction.containerId attribute defined at extension personalizationcms.public CxCmsActionModel()
public CxCmsActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, java.lang.String _target, ActionType _type)
_catalogVersion - initial attribute declared by type CxAbstractAction at extension personalizationservices_code - initial attribute declared by type AbstractAction at extension processing_componentId - initial attribute declared by type CxCmsAction at extension personalizationcms_containerId - initial attribute declared by type CxCmsAction at extension personalizationcms_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type AbstractAction at extension processing@Deprecated public CxCmsActionModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _componentId, java.lang.String _containerId, ItemModel _owner, java.lang.String _target, ActionType _type)
_catalogVersion - initial attribute declared by type CxAbstractAction at extension personalizationservices_code - initial attribute declared by type AbstractAction at extension processing_componentId - initial attribute declared by type CxCmsAction at extension personalizationcms_containerId - initial attribute declared by type CxCmsAction at extension personalizationcms_owner - initial attribute declared by type Item at extension core_target - initial attribute declared by type AbstractAction at extension processing_type - initial attribute declared by type AbstractAction at extension processing@Accessor(qualifier="componentCatalog", type=GETTER) public java.lang.String getComponentCatalog()
CxCmsAction.componentCatalog attribute defined at extension personalizationcms.@Accessor(qualifier="componentId", type=GETTER) public java.lang.String getComponentId()
CxCmsAction.componentId attribute defined at extension personalizationcms.@Accessor(qualifier="containerId", type=GETTER) public java.lang.String getContainerId()
CxCmsAction.containerId attribute defined at extension personalizationcms.@Accessor(qualifier="componentCatalog", type=SETTER) public void setComponentCatalog(java.lang.String value)
CxCmsAction.componentCatalog attribute defined at extension personalizationcms.value - the componentCatalog - Targeted component catalog@Accessor(qualifier="componentId", type=SETTER) public void setComponentId(java.lang.String value)
CxCmsAction.componentId attribute defined at extension personalizationcms.value - the componentId - Targeted component idCopyright © 2018 SAP SE. All Rights Reserved.