public class CockpitSavedQueryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_READPRINCIPAL2COCKPITSAVEDQUERYRELATION
Generated relation code constant for relation
ReadPrincipal2CockpitSavedQueryRelation defining source attribute readSavedQueryPrincipals in extension cockpit. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_USER2COCKPITSAVEDQUERYRELATION
Generated relation code constant for relation
User2CockpitSavedQueryRelation defining source attribute user in extension cockpit. |
static String |
COCKPITSAVEDFACETVALUES
Generated constant - Attribute key of
CockpitSavedQuery.cockpitSavedFacetValues attribute defined at extension cockpit. |
static String |
COCKPITSAVEDPARAMETERVALUES
Generated constant - Attribute key of
CockpitSavedQuery.cockpitSavedParameterValues attribute defined at extension cockpit. |
static String |
COCKPITSAVEDSORTCRITERIA
Generated constant - Attribute key of
CockpitSavedQuery.cockpitSavedSortCriteria attribute defined at extension cockpit. |
static String |
CODE
Generated constant - Attribute key of
CockpitSavedQuery.code attribute defined at extension cockpit. |
static String |
DEFAULTVIEWMODE
Generated constant - Attribute key of
CockpitSavedQuery.defaultViewMode attribute defined at extension cockpit. |
static String |
DESCRIPTION
Generated constant - Attribute key of
CockpitSavedQuery.description attribute defined at extension cockpit. |
static String |
LABEL
Generated constant - Attribute key of
CockpitSavedQuery.label attribute defined at extension cockpit. |
static String |
READSAVEDQUERYPRINCIPALS
Generated constant - Attribute key of
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit. |
static String |
SELECTEDTEMPLATECODE
Generated constant - Attribute key of
CockpitSavedQuery.selectedTemplateCode attribute defined at extension cockpit. |
static String |
SELECTEDTYPECODE
Generated constant - Attribute key of
CockpitSavedQuery.selectedTypeCode attribute defined at extension cockpit. |
static String |
SIMPLETEXT
Generated constant - Attribute key of
CockpitSavedQuery.simpleText attribute defined at extension cockpit. |
static String |
USER
Generated constant - Attribute key of
CockpitSavedQuery.user attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitSavedQueryModel()
Generated constructor - Default constructor for generic creation.
|
CockpitSavedQueryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CockpitSavedQueryModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CockpitSavedQueryModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CockpitSavedFacetValueModel> |
getCockpitSavedFacetValues()
Generated method - Getter of the
CockpitSavedQuery.cockpitSavedFacetValues attribute defined at extension cockpit. |
Collection<CockpitSavedParameterValueModel> |
getCockpitSavedParameterValues()
Generated method - Getter of the
CockpitSavedQuery.cockpitSavedParameterValues attribute defined at extension cockpit. |
Collection<CockpitSavedSortCriterionModel> |
getCockpitSavedSortCriteria()
Generated method - Getter of the
CockpitSavedQuery.cockpitSavedSortCriteria attribute defined at extension cockpit. |
String |
getCode()
Generated method - Getter of the
CockpitSavedQuery.code attribute defined at extension cockpit. |
String |
getDefaultViewMode()
Generated method - Getter of the
CockpitSavedQuery.defaultViewMode attribute defined at extension cockpit. |
String |
getDescription()
Generated method - Getter of the
CockpitSavedQuery.description attribute defined at extension cockpit. |
String |
getDescription(Locale loc)
Generated method - Getter of the
CockpitSavedQuery.description attribute defined at extension cockpit. |
String |
getLabel()
Generated method - Getter of the
CockpitSavedQuery.label attribute defined at extension cockpit. |
Collection<PrincipalModel> |
getReadSavedQueryPrincipals()
Generated method - Getter of the
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit. |
String |
getSelectedTemplateCode()
Generated method - Getter of the
CockpitSavedQuery.selectedTemplateCode attribute defined at extension cockpit. |
String |
getSelectedTypeCode()
Generated method - Getter of the
CockpitSavedQuery.selectedTypeCode attribute defined at extension cockpit. |
String |
getSimpleText()
Generated method - Getter of the
CockpitSavedQuery.simpleText attribute defined at extension cockpit. |
UserModel |
getUser()
Generated method - Getter of the
CockpitSavedQuery.user attribute defined at extension cockpit. |
void |
setCockpitSavedFacetValues(Collection<CockpitSavedFacetValueModel> value)
Generated method - Setter of
CockpitSavedQuery.cockpitSavedFacetValues attribute defined at extension cockpit. |
void |
setCockpitSavedParameterValues(Collection<CockpitSavedParameterValueModel> value)
Generated method - Setter of
CockpitSavedQuery.cockpitSavedParameterValues attribute defined at extension cockpit. |
void |
setCockpitSavedSortCriteria(Collection<CockpitSavedSortCriterionModel> value)
Generated method - Setter of
CockpitSavedQuery.cockpitSavedSortCriteria attribute defined at extension cockpit. |
void |
setCode(String value)
Generated method - Setter of
CockpitSavedQuery.code attribute defined at extension cockpit. |
void |
setDefaultViewMode(String value)
Generated method - Setter of
CockpitSavedQuery.defaultViewMode attribute defined at extension cockpit. |
void |
setDescription(String value)
Generated method - Setter of
CockpitSavedQuery.description attribute defined at extension cockpit. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
CockpitSavedQuery.description attribute defined at extension cockpit. |
void |
setLabel(String value)
Generated method - Setter of
CockpitSavedQuery.label attribute defined at extension cockpit. |
void |
setReadSavedQueryPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit. |
void |
setSelectedTemplateCode(String value)
Generated method - Setter of
CockpitSavedQuery.selectedTemplateCode attribute defined at extension cockpit. |
void |
setSelectedTypeCode(String value)
Generated method - Setter of
CockpitSavedQuery.selectedTypeCode attribute defined at extension cockpit. |
void |
setSimpleText(String value)
Generated method - Setter of
CockpitSavedQuery.simpleText attribute defined at extension cockpit. |
void |
setUser(UserModel value)
Generated method - Setter of
CockpitSavedQuery.user attribute defined at extension cockpit. |
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 _USER2COCKPITSAVEDQUERYRELATION
User2CockpitSavedQueryRelation defining source attribute user in extension cockpit.public static final String _READPRINCIPAL2COCKPITSAVEDQUERYRELATION
ReadPrincipal2CockpitSavedQueryRelation defining source attribute readSavedQueryPrincipals in extension cockpit.public static final String LABEL
CockpitSavedQuery.label attribute defined at extension cockpit.public static final String DESCRIPTION
CockpitSavedQuery.description attribute defined at extension cockpit.public static final String SIMPLETEXT
CockpitSavedQuery.simpleText attribute defined at extension cockpit.public static final String SELECTEDTYPECODE
CockpitSavedQuery.selectedTypeCode attribute defined at extension cockpit.public static final String SELECTEDTEMPLATECODE
CockpitSavedQuery.selectedTemplateCode attribute defined at extension cockpit.public static final String CODE
CockpitSavedQuery.code attribute defined at extension cockpit.public static final String DEFAULTVIEWMODE
CockpitSavedQuery.defaultViewMode attribute defined at extension cockpit.public static final String USER
CockpitSavedQuery.user attribute defined at extension cockpit.public static final String COCKPITSAVEDFACETVALUES
CockpitSavedQuery.cockpitSavedFacetValues attribute defined at extension cockpit.public static final String COCKPITSAVEDSORTCRITERIA
CockpitSavedQuery.cockpitSavedSortCriteria attribute defined at extension cockpit.public static final String COCKPITSAVEDPARAMETERVALUES
CockpitSavedQuery.cockpitSavedParameterValues attribute defined at extension cockpit.public static final String READSAVEDQUERYPRINCIPALS
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit.public CockpitSavedQueryModel()
public CockpitSavedQueryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CockpitSavedQueryModel(String _code)
_code - initial attribute declared by type CockpitSavedQuery at extension cockpit@Deprecated public CockpitSavedQueryModel(String _code, ItemModel _owner)
_code - initial attribute declared by type CockpitSavedQuery at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cockpitSavedFacetValues", type=GETTER) public Collection<CockpitSavedFacetValueModel> getCockpitSavedFacetValues()
CockpitSavedQuery.cockpitSavedFacetValues attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cockpitSavedParameterValues", type=GETTER) public Collection<CockpitSavedParameterValueModel> getCockpitSavedParameterValues()
CockpitSavedQuery.cockpitSavedParameterValues attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="cockpitSavedSortCriteria", type=GETTER) public Collection<CockpitSavedSortCriterionModel> getCockpitSavedSortCriteria()
CockpitSavedQuery.cockpitSavedSortCriteria attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
CockpitSavedQuery.code attribute defined at extension cockpit.@Accessor(qualifier="defaultViewMode", type=GETTER) public String getDefaultViewMode()
CockpitSavedQuery.defaultViewMode attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public String getDescription()
CockpitSavedQuery.description attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
CockpitSavedQuery.description attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="label", type=GETTER) public String getLabel()
CockpitSavedQuery.label attribute defined at extension cockpit.@Accessor(qualifier="readSavedQueryPrincipals", type=GETTER) public Collection<PrincipalModel> getReadSavedQueryPrincipals()
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="selectedTemplateCode", type=GETTER) public String getSelectedTemplateCode()
CockpitSavedQuery.selectedTemplateCode attribute defined at extension cockpit.@Accessor(qualifier="selectedTypeCode", type=GETTER) public String getSelectedTypeCode()
CockpitSavedQuery.selectedTypeCode attribute defined at extension cockpit.@Accessor(qualifier="simpleText", type=GETTER) public String getSimpleText()
CockpitSavedQuery.simpleText attribute defined at extension cockpit.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
CockpitSavedQuery.user attribute defined at extension cockpit.@Accessor(qualifier="cockpitSavedFacetValues", type=SETTER) public void setCockpitSavedFacetValues(Collection<CockpitSavedFacetValueModel> value)
CockpitSavedQuery.cockpitSavedFacetValues attribute defined at extension cockpit.value - the cockpitSavedFacetValues@Accessor(qualifier="cockpitSavedParameterValues", type=SETTER) public void setCockpitSavedParameterValues(Collection<CockpitSavedParameterValueModel> value)
CockpitSavedQuery.cockpitSavedParameterValues attribute defined at extension cockpit.value - the cockpitSavedParameterValues@Accessor(qualifier="cockpitSavedSortCriteria", type=SETTER) public void setCockpitSavedSortCriteria(Collection<CockpitSavedSortCriterionModel> value)
CockpitSavedQuery.cockpitSavedSortCriteria attribute defined at extension cockpit.value - the cockpitSavedSortCriteria@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CockpitSavedQuery.code attribute defined at extension cockpit.value - the code - unique identifier of the Cockpit Saved Query; will be generated if not set@Accessor(qualifier="defaultViewMode", type=SETTER) public void setDefaultViewMode(String value)
CockpitSavedQuery.defaultViewMode attribute defined at extension cockpit.value - the defaultViewMode@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
CockpitSavedQuery.description attribute defined at extension cockpit.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
CockpitSavedQuery.description attribute defined at extension cockpit.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="label", type=SETTER) public void setLabel(String value)
CockpitSavedQuery.label attribute defined at extension cockpit.value - the label@Accessor(qualifier="readSavedQueryPrincipals", type=SETTER) public void setReadSavedQueryPrincipals(Collection<PrincipalModel> value)
CockpitSavedQuery.readSavedQueryPrincipals attribute defined at extension cockpit.value - the readSavedQueryPrincipals@Accessor(qualifier="selectedTemplateCode", type=SETTER) public void setSelectedTemplateCode(String value)
CockpitSavedQuery.selectedTemplateCode attribute defined at extension cockpit.value - the selectedTemplateCode@Accessor(qualifier="selectedTypeCode", type=SETTER) public void setSelectedTypeCode(String value)
CockpitSavedQuery.selectedTypeCode attribute defined at extension cockpit.value - the selectedTypeCode@Accessor(qualifier="simpleText", type=SETTER) public void setSimpleText(String value)
CockpitSavedQuery.simpleText attribute defined at extension cockpit.value - the simpleTextCopyright © 2017 SAP SE. All Rights Reserved.