public class CxExpressionTriggerModel extends CxAbstractTriggerModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
EXPRESSION
Generated constant - Attribute key of
CxExpressionTrigger.expression attribute defined at extension personalizationservices. |
static java.lang.String |
SEGMENTS
Generated constant - Attribute key of
CxExpressionTrigger.segments attribute defined at extension personalizationservices. |
_CXTRIGGERTOVARIATION, CATALOGVERSION, CODE, VARIATION_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxExpressionTriggerModel()
Generated constructor - Default constructor for generic creation.
|
CxExpressionTriggerModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _expression,
CxVariationModel _variation)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxExpressionTriggerModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _expression,
ItemModel _owner,
CxVariationModel _variation)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxExpressionTriggerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Generated method - Getter of the
CxExpressionTrigger.expression attribute defined at extension personalizationservices. |
java.util.Collection<CxSegmentModel> |
getSegments()
Generated method - Getter of the
CxExpressionTrigger.segments attribute defined at extension personalizationservices. |
void |
setExpression(java.lang.String value)
Generated method - Setter of
CxExpressionTrigger.expression attribute defined at extension personalizationservices. |
void |
setSegments(java.util.Collection<CxSegmentModel> value)
Generated method - Setter of
CxExpressionTrigger.segments attribute defined at extension personalizationservices. |
getCatalogVersion, getCode, getVariation, setCatalogVersion, setCode, setVariationgetComments, 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 EXPRESSION
CxExpressionTrigger.expression attribute defined at extension personalizationservices.public static final java.lang.String SEGMENTS
CxExpressionTrigger.segments attribute defined at extension personalizationservices.public CxExpressionTriggerModel()
public CxExpressionTriggerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CxExpressionTriggerModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _expression, CxVariationModel _variation)
_catalogVersion - initial attribute declared by type CxAbstractTrigger at extension personalizationservices_code - initial attribute declared by type CxAbstractTrigger at extension personalizationservices_expression - initial attribute declared by type CxExpressionTrigger at extension personalizationservices_variation - initial attribute declared by type CxAbstractTrigger at extension personalizationservices@Deprecated public CxExpressionTriggerModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _expression, ItemModel _owner, CxVariationModel _variation)
_catalogVersion - initial attribute declared by type CxAbstractTrigger at extension personalizationservices_code - initial attribute declared by type CxAbstractTrigger at extension personalizationservices_expression - initial attribute declared by type CxExpressionTrigger at extension personalizationservices_owner - initial attribute declared by type Item at extension core_variation - initial attribute declared by type CxAbstractTrigger at extension personalizationservices@Accessor(qualifier="expression", type=GETTER) public java.lang.String getExpression()
CxExpressionTrigger.expression attribute defined at extension personalizationservices.@Accessor(qualifier="segments", type=GETTER) public java.util.Collection<CxSegmentModel> getSegments()
CxExpressionTrigger.segments attribute defined at extension personalizationservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="expression", type=SETTER) public void setExpression(java.lang.String value)
CxExpressionTrigger.expression attribute defined at extension personalizationservices.value - the expression - How segments are grouped@Accessor(qualifier="segments", type=SETTER) public void setSegments(java.util.Collection<CxSegmentModel> value)
CxExpressionTrigger.segments attribute defined at extension personalizationservices.value - the segmentsCopyright © 2018 SAP SE. All Rights Reserved.