public class CxUrlVoterConfigModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CXCONFIGTOCXURLVOTERCONFIG
Generated relation code constant for relation
CxConfigToCxUrlVoterConfig defining source attribute cxConfig in extension personalizationservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIONS
Generated constant - Attribute key of
CxUrlVoterConfig.actions attribute defined at extension personalizationservices. |
static String |
CODE
Generated constant - Attribute key of
CxUrlVoterConfig.code attribute defined at extension personalizationservices. |
static String |
CXCONFIG
Generated constant - Attribute key of
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices. |
static String |
CXCONFIGPOS
Generated constant - Attribute key of
CxUrlVoterConfig.cxConfigPOS attribute defined at extension personalizationservices. |
static String |
URLREGEXP
Generated constant - Attribute key of
CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxUrlVoterConfigModel()
Generated constructor - Default constructor for generic creation.
|
CxUrlVoterConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CxUrlVoterConfigModel(Set<String> _actions,
String _code,
CxConfigModel _cxConfig,
ItemModel _owner,
String _urlRegexp)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxUrlVoterConfigModel(Set<String> _actions,
String _code,
CxConfigModel _cxConfig,
String _urlRegexp)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getActions()
Generated method - Getter of the
CxUrlVoterConfig.actions attribute defined at extension personalizationservices. |
String |
getCode()
Generated method - Getter of the
CxUrlVoterConfig.code attribute defined at extension personalizationservices. |
CxConfigModel |
getCxConfig()
Generated method - Getter of the
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices. |
String |
getUrlRegexp()
Generated method - Getter of the
CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices. |
void |
setActions(Set<String> value)
Generated method - Setter of
CxUrlVoterConfig.actions attribute defined at extension personalizationservices. |
void |
setCode(String value)
Generated method - Initial setter of
CxUrlVoterConfig.code attribute defined at extension personalizationservices. |
void |
setCxConfig(CxConfigModel value)
Generated method - Setter of
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices. |
void |
setUrlRegexp(String value)
Generated method - Setter of
CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices. |
getComments, 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 _CXCONFIGTOCXURLVOTERCONFIG
CxConfigToCxUrlVoterConfig defining source attribute cxConfig in extension personalizationservices.public static final String CODE
CxUrlVoterConfig.code attribute defined at extension personalizationservices.public static final String URLREGEXP
CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.public static final String ACTIONS
CxUrlVoterConfig.actions attribute defined at extension personalizationservices.public static final String CXCONFIGPOS
CxUrlVoterConfig.cxConfigPOS attribute defined at extension personalizationservices.public static final String CXCONFIG
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.public CxUrlVoterConfigModel()
public CxUrlVoterConfigModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CxUrlVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, String _urlRegexp)
_actions - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices_code - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices_cxConfig - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices_urlRegexp - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices@Deprecated public CxUrlVoterConfigModel(Set<String> _actions, String _code, CxConfigModel _cxConfig, ItemModel _owner, String _urlRegexp)
_actions - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices_code - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices_cxConfig - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices_owner - initial attribute declared by type Item at extension core_urlRegexp - initial attribute declared by type CxUrlVoterConfig at extension personalizationservices@Accessor(qualifier="actions", type=GETTER) public Set<String> getActions()
CxUrlVoterConfig.actions attribute defined at extension personalizationservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
CxUrlVoterConfig.code attribute defined at extension personalizationservices.@Accessor(qualifier="cxConfig", type=GETTER) public CxConfigModel getCxConfig()
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.@Accessor(qualifier="urlRegexp", type=GETTER) public String getUrlRegexp()
CxUrlVoterConfig.urlRegexp attribute defined at extension personalizationservices.@Accessor(qualifier="actions", type=SETTER) public void setActions(Set<String> value)
CxUrlVoterConfig.actions attribute defined at extension personalizationservices.value - the actions - Collection of recalculate actions string representations@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CxUrlVoterConfig.code attribute defined at extension personalizationservices. Can only be used at creation of model - before first save.value - the code - Unique identifier@Accessor(qualifier="cxConfig", type=SETTER) public void setCxConfig(CxConfigModel value)
CxUrlVoterConfig.cxConfig attribute defined at extension personalizationservices.value - the cxConfigCopyright © 2017 SAP SE. All Rights Reserved.