public class CxMapperScriptModel extends ScriptModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
GROUP
Generated constant - Attribute key of
CxMapperScript.group attribute defined at extension personalizationintegration. |
static java.lang.String |
REQUIREDFIELDS
Generated constant - Attribute key of
CxMapperScript.requiredFields attribute defined at extension personalizationyprofile. |
AUTODISABLING, DESCRIPTION, DISABLED, SCRIPTTYPEACTIVE, CHECKSUM, CODE, CONTENT, VERSION_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxMapperScriptModel()
Generated constructor - Default constructor for generic creation.
|
CxMapperScriptModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CxMapperScriptModel(java.lang.String _code,
java.lang.String _content,
java.lang.String _group)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxMapperScriptModel(java.lang.String _code,
java.lang.String _content,
java.lang.String _group,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup()
Generated method - Getter of the
CxMapperScript.group attribute defined at extension personalizationintegration. |
java.util.Collection<java.lang.String> |
getRequiredFields()
Generated method - Getter of the
CxMapperScript.requiredFields attribute defined at extension personalizationyprofile. |
void |
setGroup(java.lang.String value)
Generated method - Setter of
CxMapperScript.group attribute defined at extension personalizationintegration. |
void |
setRequiredFields(java.util.Collection<java.lang.String> value)
Generated method - Setter of
CxMapperScript.requiredFields attribute defined at extension personalizationyprofile. |
getDescription, getDescription, getScriptType, isAutodisabling, isDisabled, setAutodisabling, setDescription, setDescription, setDisabled, setScriptTypegetActive, getChecksum, getCode, getContent, getVersion, setActive, setChecksum, setCode, setContent, setVersiongetComments, 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 GROUP
CxMapperScript.group attribute defined at extension personalizationintegration.public static final java.lang.String REQUIREDFIELDS
CxMapperScript.requiredFields attribute defined at extension personalizationyprofile.public CxMapperScriptModel()
public CxMapperScriptModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CxMapperScriptModel(java.lang.String _code,
java.lang.String _content,
java.lang.String _group)
_code - initial attribute declared by type AbstractDynamicContent at extension core_content - initial attribute declared by type AbstractDynamicContent at extension core_group - initial attribute declared by type CxMapperScript at extension personalizationintegration@Deprecated
public CxMapperScriptModel(java.lang.String _code,
java.lang.String _content,
java.lang.String _group,
ItemModel _owner)
_code - initial attribute declared by type AbstractDynamicContent at extension core_content - initial attribute declared by type AbstractDynamicContent at extension core_group - initial attribute declared by type CxMapperScript at extension personalizationintegration_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="group", type=GETTER) public java.lang.String getGroup()
CxMapperScript.group attribute defined at extension personalizationintegration.@Accessor(qualifier="requiredFields", type=GETTER) public java.util.Collection<java.lang.String> getRequiredFields()
CxMapperScript.requiredFields attribute defined at extension personalizationyprofile.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="group", type=SETTER) public void setGroup(java.lang.String value)
CxMapperScript.group attribute defined at extension personalizationintegration.value - the group@Accessor(qualifier="requiredFields", type=SETTER) public void setRequiredFields(java.util.Collection<java.lang.String> value)
CxMapperScript.requiredFields attribute defined at extension personalizationyprofile.value - the requiredFields - Fields required for mapping data to segmentsCopyright © 2018 SAP SE. All Rights Reserved.