public class CxCmsActionModel extends CxAbstractActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COMPONENTID
Generated constant - Attribute key of
CxCmsAction.componentId attribute defined at extension personalizationcms. |
static String |
CONTAINERID
Generated constant - Attribute key of
CxCmsAction.containerId attribute defined at extension personalizationcms. |
_CXVARIATIONTOACTION, AFFECTEDOBJECTKEY, CATALOGVERSION, VARIATION_BTGSEGMENTTOABSTRACTACTIONSRELATION, CODE, SEGMENT, SEGMENTPOS, TARGET, TYPE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxCmsActionModel()
Generated constructor - Default constructor for generic creation.
|
CxCmsActionModel(CatalogVersionModel _catalogVersion,
String _code,
String _componentId,
String _containerId,
ItemModel _owner,
String _target,
ActionType _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxCmsActionModel(CatalogVersionModel _catalogVersion,
String _code,
String _componentId,
String _containerId,
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 |
|---|---|
String |
getComponentId()
Generated method - Getter of the
CxCmsAction.componentId attribute defined at extension personalizationcms. |
String |
getContainerId()
Generated method - Getter of the
CxCmsAction.containerId attribute defined at extension personalizationcms. |
void |
setComponentId(String value)
Generated method - Setter of
CxCmsAction.componentId attribute defined at extension personalizationcms. |
void |
setContainerId(String value)
Generated method - Setter of
CxCmsAction.containerId attribute defined at extension personalizationcms. |
getAffectedObjectKey, getCatalogVersion, getVariation, setCatalogVersion, setVariationgetCode, getSegment, getTarget, getType, setCode, setSegment, setTarget, setTypegetComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String COMPONENTID
CxCmsAction.componentId attribute defined at extension personalizationcms.public static final 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, String _code, String _componentId, String _containerId, 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, String _code, String _componentId, String _containerId, ItemModel _owner, 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="componentId", type=GETTER) public String getComponentId()
CxCmsAction.componentId attribute defined at extension personalizationcms.@Accessor(qualifier="containerId", type=GETTER) public String getContainerId()
CxCmsAction.containerId attribute defined at extension personalizationcms.@Accessor(qualifier="componentId", type=SETTER) public void setComponentId(String value)
CxCmsAction.componentId attribute defined at extension personalizationcms.value - the componentId - Targeted component idCopyright © 2017 SAP SE. All Rights Reserved.