public class BackofficeSavedQueryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONDITIONS
Generated constant - Attribute key of
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice. |
static String |
GLOBALOPERATORCODE
Generated constant - Attribute key of
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice. |
static String |
INCLUDESUBTYPES
Generated constant - Attribute key of
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice. |
static String |
NAME
Generated constant - Attribute key of
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
static String |
QUERYOWNER
Generated constant - Attribute key of
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice. |
static String |
SORTASC
Generated constant - Attribute key of
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice. |
static String |
SORTATTRIBUTE
Generated constant - Attribute key of
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice. |
static String |
TOKENIZABLE
Generated constant - Attribute key of
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice. |
static String |
TYPECODE
Generated constant - Attribute key of
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice. |
static String |
USERGROUPS
Generated constant - Attribute key of
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
BackofficeSavedQueryModel()
Generated constructor - Default constructor for generic creation.
|
BackofficeSavedQueryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
BackofficeSavedQueryModel(ItemModel _owner,
UserModel _queryOwner,
String _typeCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
BackofficeSavedQueryModel(UserModel _queryOwner,
String _typeCode)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BackofficeSearchConditionModel> |
getConditions()
Generated method - Getter of the
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice. |
String |
getGlobalOperatorCode()
Generated method - Getter of the
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice. |
Boolean |
getIncludeSubtypes()
Generated method - Getter of the
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice. |
String |
getName()
Generated method - Getter of the
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
String |
getName(Locale loc)
Generated method - Getter of the
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
UserModel |
getQueryOwner()
Generated method - Getter of the
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice. |
Boolean |
getSortAsc()
Generated method - Getter of the
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice. |
String |
getSortAttribute()
Generated method - Getter of the
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice. |
Boolean |
getTokenizable()
Generated method - Getter of the
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice. |
String |
getTypeCode()
Generated method - Getter of the
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice. |
Collection<UserGroupModel> |
getUserGroups()
Generated method - Getter of the
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice. |
void |
setConditions(Collection<BackofficeSearchConditionModel> value)
Generated method - Setter of
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice. |
void |
setGlobalOperatorCode(String value)
Generated method - Setter of
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice. |
void |
setIncludeSubtypes(Boolean value)
Generated method - Setter of
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice. |
void |
setName(String value)
Generated method - Setter of
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
void |
setQueryOwner(UserModel value)
Generated method - Setter of
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice. |
void |
setSortAsc(Boolean value)
Generated method - Setter of
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice. |
void |
setSortAttribute(String value)
Generated method - Setter of
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice. |
void |
setTokenizable(Boolean value)
Generated method - Setter of
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice. |
void |
setTypeCode(String value)
Generated method - Setter of
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice. |
void |
setUserGroups(Collection<UserGroupModel> value)
Generated method - Setter of
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice. |
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 NAME
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.public static final String QUERYOWNER
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice.public static final String TYPECODE
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice.public static final String INCLUDESUBTYPES
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice.public static final String GLOBALOPERATORCODE
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice.public static final String SORTATTRIBUTE
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice.public static final String SORTASC
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice.public static final String TOKENIZABLE
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice.public static final String CONDITIONS
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice.public static final String USERGROUPS
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice.public BackofficeSavedQueryModel()
public BackofficeSavedQueryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public BackofficeSavedQueryModel(UserModel _queryOwner, String _typeCode)
_queryOwner - initial attribute declared by type BackofficeSavedQuery at extension platformbackoffice_typeCode - initial attribute declared by type BackofficeSavedQuery at extension platformbackoffice@Deprecated public BackofficeSavedQueryModel(ItemModel _owner, UserModel _queryOwner, String _typeCode)
_owner - initial attribute declared by type Item at extension core_queryOwner - initial attribute declared by type BackofficeSavedQuery at extension platformbackoffice_typeCode - initial attribute declared by type BackofficeSavedQuery at extension platformbackoffice@Accessor(qualifier="conditions", type=GETTER) public Collection<BackofficeSearchConditionModel> getConditions()
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="globalOperatorCode", type=GETTER) public String getGlobalOperatorCode()
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice.@Accessor(qualifier="includeSubtypes", type=GETTER) public Boolean getIncludeSubtypes()
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice.@Accessor(qualifier="name", type=GETTER) public String getName()
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="queryOwner", type=GETTER) public UserModel getQueryOwner()
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice.@Accessor(qualifier="sortAsc", type=GETTER) public Boolean getSortAsc()
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice.@Accessor(qualifier="sortAttribute", type=GETTER) public String getSortAttribute()
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice.@Accessor(qualifier="tokenizable", type=GETTER) public Boolean getTokenizable()
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice.@Accessor(qualifier="typeCode", type=GETTER) public String getTypeCode()
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice.@Accessor(qualifier="userGroups", type=GETTER) public Collection<UserGroupModel> getUserGroups()
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="conditions", type=SETTER) public void setConditions(Collection<BackofficeSearchConditionModel> value)
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice.value - the conditions@Accessor(qualifier="globalOperatorCode", type=SETTER) public void setGlobalOperatorCode(String value)
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice.value - the globalOperatorCode@Accessor(qualifier="includeSubtypes", type=SETTER) public void setIncludeSubtypes(Boolean value)
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice.value - the includeSubtypes@Accessor(qualifier="name", type=SETTER) public void setName(String value)
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="queryOwner", type=SETTER) public void setQueryOwner(UserModel value)
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice.value - the queryOwner@Accessor(qualifier="sortAsc", type=SETTER) public void setSortAsc(Boolean value)
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice.value - the sortAsc@Accessor(qualifier="sortAttribute", type=SETTER) public void setSortAttribute(String value)
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice.value - the sortAttribute@Accessor(qualifier="tokenizable", type=SETTER) public void setTokenizable(Boolean value)
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice.value - the tokenizable@Accessor(qualifier="typeCode", type=SETTER) public void setTypeCode(String value)
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice.value - the typeCode@Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(Collection<UserGroupModel> value)
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice.value - the userGroupsCopyright © 2017 SAP SE. All Rights Reserved.