public class SavedQueryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
SavedQuery.code attribute defined at extension core. |
static String |
DESCRIPTION
Generated constant - Attribute key of
SavedQuery.description attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
SavedQuery.name attribute defined at extension core. |
static String |
PARAMS
Generated constant - Attribute key of
SavedQuery.params attribute defined at extension core. |
static String |
PARAMTYPES
Generated constant - Attribute key of
SavedQuery.paramtypes attribute defined at extension core. |
static String |
QUERY
Generated constant - Attribute key of
SavedQuery.query attribute defined at extension core. |
static String |
RESULTTYPE
Generated constant - Attribute key of
SavedQuery.resultType attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SavedQueryModel()
Generated constructor - Default constructor for generic creation.
|
SavedQueryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SavedQueryModel(String _code,
ItemModel _owner,
String _query,
ComposedTypeModel _resultType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SavedQueryModel(String _code,
String _query,
ComposedTypeModel _resultType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
SavedQuery.code attribute defined at extension core. |
String |
getDescription()
Generated method - Getter of the
SavedQuery.description attribute defined at extension core. |
String |
getDescription(Locale loc)
Generated method - Getter of the
SavedQuery.description attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
SavedQuery.name attribute defined at extension core. |
String |
getName(Locale loc)
Generated method - Getter of the
SavedQuery.name attribute defined at extension core. |
Map<String,TypeModel> |
getParams()
Generated method - Getter of the
SavedQuery.params attribute defined at extension core. |
String |
getQuery()
Generated method - Getter of the
SavedQuery.query attribute defined at extension core. |
ComposedTypeModel |
getResultType()
Generated method - Getter of the
SavedQuery.resultType attribute defined at extension core. |
void |
setCode(String value)
Generated method - Setter of
SavedQuery.code attribute defined at extension core. |
void |
setDescription(String value)
Generated method - Setter of
SavedQuery.description attribute defined at extension core. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
SavedQuery.description attribute defined at extension core. |
void |
setName(String value)
Generated method - Setter of
SavedQuery.name attribute defined at extension core. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
SavedQuery.name attribute defined at extension core. |
void |
setParams(Map<String,TypeModel> value)
Generated method - Setter of
SavedQuery.params attribute defined at extension core. |
void |
setQuery(String value)
Generated method - Setter of
SavedQuery.query attribute defined at extension core. |
void |
setResultType(ComposedTypeModel value)
Generated method - Setter of
SavedQuery.resultType attribute defined at extension core. |
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 CODE
SavedQuery.code attribute defined at extension core.public static final String NAME
SavedQuery.name attribute defined at extension core.public static final String DESCRIPTION
SavedQuery.description attribute defined at extension core.public static final String PARAMTYPES
SavedQuery.paramtypes attribute defined at extension core.public static final String PARAMS
SavedQuery.params attribute defined at extension core.public static final String QUERY
SavedQuery.query attribute defined at extension core.public static final String RESULTTYPE
SavedQuery.resultType attribute defined at extension core.public SavedQueryModel()
public SavedQueryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SavedQueryModel(String _code, String _query, ComposedTypeModel _resultType)
_code - initial attribute declared by type SavedQuery at extension core_query - initial attribute declared by type SavedQuery at extension core_resultType - initial attribute declared by type SavedQuery at extension core@Deprecated public SavedQueryModel(String _code, ItemModel _owner, String _query, ComposedTypeModel _resultType)
_code - initial attribute declared by type SavedQuery at extension core_owner - initial attribute declared by type Item at extension core_query - initial attribute declared by type SavedQuery at extension core_resultType - initial attribute declared by type SavedQuery at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
SavedQuery.code attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription()
SavedQuery.description attribute defined at extension core.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
SavedQuery.description attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=GETTER) public String getName()
SavedQuery.name attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
SavedQuery.name attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="params", type=GETTER) public Map<String,TypeModel> getParams()
SavedQuery.params attribute defined at extension core.@Accessor(qualifier="query", type=GETTER) public String getQuery()
SavedQuery.query attribute defined at extension core.@Accessor(qualifier="resultType", type=GETTER) public ComposedTypeModel getResultType()
SavedQuery.resultType attribute defined at extension core.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
SavedQuery.code attribute defined at extension core.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
SavedQuery.description attribute defined at extension core.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
SavedQuery.description attribute defined at extension core.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=SETTER) public void setName(String value)
SavedQuery.name attribute defined at extension core.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
SavedQuery.name attribute defined at extension core.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="params", type=SETTER) public void setParams(Map<String,TypeModel> value)
SavedQuery.params attribute defined at extension core.value - the params@Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
SavedQuery.query attribute defined at extension core.value - the query@Accessor(qualifier="resultType", type=SETTER) public void setResultType(ComposedTypeModel value)
SavedQuery.resultType attribute defined at extension core.value - the resultTypeCopyright © 2017 SAP SE. All Rights Reserved.