public class BackofficeSavedQueryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONDITIONS
Generated constant - Attribute key of
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice. |
static java.lang.String |
GLOBALOPERATORCODE
Generated constant - Attribute key of
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice. |
static java.lang.String |
INCLUDESUBTYPES
Generated constant - Attribute key of
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice. |
static java.lang.String |
NAME
Generated constant - Attribute key of
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
static java.lang.String |
QUERYOWNER
Generated constant - Attribute key of
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice. |
static java.lang.String |
SEARCHMODE
Generated constant - Attribute key of
BackofficeSavedQuery.searchMode attribute defined at extension platformbackoffice. |
static java.lang.String |
SORTASC
Generated constant - Attribute key of
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice. |
static java.lang.String |
SORTATTRIBUTE
Generated constant - Attribute key of
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice. |
static java.lang.String |
TOKENIZABLE
Generated constant - Attribute key of
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice. |
static java.lang.String |
TYPECODE
Generated constant - Attribute key of
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice. |
static java.lang.String |
USERGROUPS
Generated constant - Attribute key of
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.lang.String _typeCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
BackofficeSavedQueryModel(UserModel _queryOwner,
java.lang.String _typeCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BackofficeSearchConditionModel> |
getConditions()
Generated method - Getter of the
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice. |
java.lang.String |
getGlobalOperatorCode()
Generated method - Getter of the
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice. |
java.lang.Boolean |
getIncludeSubtypes()
Generated method - Getter of the
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice. |
java.lang.String |
getName()
Generated method - Getter of the
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
java.lang.String |
getName(java.util.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. |
java.lang.String |
getSearchMode()
Generated method - Getter of the
BackofficeSavedQuery.searchMode attribute defined at extension platformbackoffice. |
java.lang.Boolean |
getSortAsc()
Generated method - Getter of the
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice. |
java.lang.String |
getSortAttribute()
Generated method - Getter of the
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice. |
java.lang.Boolean |
getTokenizable()
Generated method - Getter of the
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice. |
java.lang.String |
getTypeCode()
Generated method - Getter of the
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice. |
java.util.Collection<UserGroupModel> |
getUserGroups()
Generated method - Getter of the
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice. |
void |
setConditions(java.util.Collection<BackofficeSearchConditionModel> value)
Generated method - Setter of
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice. |
void |
setGlobalOperatorCode(java.lang.String value)
Generated method - Setter of
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice. |
void |
setIncludeSubtypes(java.lang.Boolean value)
Generated method - Setter of
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice. |
void |
setName(java.lang.String value)
Generated method - Setter of
BackofficeSavedQuery.name attribute defined at extension platformbackoffice. |
void |
setName(java.lang.String value,
java.util.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 |
setSearchMode(java.lang.String value)
Generated method - Setter of
BackofficeSavedQuery.searchMode attribute defined at extension platformbackoffice. |
void |
setSortAsc(java.lang.Boolean value)
Generated method - Setter of
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice. |
void |
setSortAttribute(java.lang.String value)
Generated method - Setter of
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice. |
void |
setTokenizable(java.lang.Boolean value)
Generated method - Setter of
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice. |
void |
setTypeCode(java.lang.String value)
Generated method - Setter of
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice. |
void |
setUserGroups(java.util.Collection<UserGroupModel> value)
Generated method - Setter of
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice. |
getComments, 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 NAME
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.public static final java.lang.String QUERYOWNER
BackofficeSavedQuery.queryOwner attribute defined at extension platformbackoffice.public static final java.lang.String TYPECODE
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice.public static final java.lang.String INCLUDESUBTYPES
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice.public static final java.lang.String GLOBALOPERATORCODE
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice.public static final java.lang.String SORTATTRIBUTE
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice.public static final java.lang.String SORTASC
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice.public static final java.lang.String TOKENIZABLE
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice.public static final java.lang.String SEARCHMODE
BackofficeSavedQuery.searchMode attribute defined at extension platformbackoffice.public static final java.lang.String CONDITIONS
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice.public static final java.lang.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, java.lang.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, java.lang.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 java.util.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 java.lang.String getGlobalOperatorCode()
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice.@Accessor(qualifier="includeSubtypes", type=GETTER) public java.lang.Boolean getIncludeSubtypes()
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.loc - the value localization keyjava.lang.IllegalArgumentException - 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="searchMode", type=GETTER) public java.lang.String getSearchMode()
BackofficeSavedQuery.searchMode attribute defined at extension platformbackoffice.@Accessor(qualifier="sortAsc", type=GETTER) public java.lang.Boolean getSortAsc()
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice.@Accessor(qualifier="sortAttribute", type=GETTER) public java.lang.String getSortAttribute()
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice.@Accessor(qualifier="tokenizable", type=GETTER) public java.lang.Boolean getTokenizable()
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice.@Accessor(qualifier="typeCode", type=GETTER) public java.lang.String getTypeCode()
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice.@Accessor(qualifier="userGroups", type=GETTER) public java.util.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(java.util.Collection<BackofficeSearchConditionModel> value)
BackofficeSavedQuery.conditions attribute defined at extension platformbackoffice.value - the conditions@Accessor(qualifier="globalOperatorCode", type=SETTER) public void setGlobalOperatorCode(java.lang.String value)
BackofficeSavedQuery.globalOperatorCode attribute defined at extension platformbackoffice.value - the globalOperatorCode@Accessor(qualifier="includeSubtypes", type=SETTER) public void setIncludeSubtypes(java.lang.Boolean value)
BackofficeSavedQuery.includeSubtypes attribute defined at extension platformbackoffice.value - the includeSubtypes@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
BackofficeSavedQuery.name attribute defined at extension platformbackoffice.value - the nameloc - the value localization keyjava.lang.IllegalArgumentException - 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="searchMode", type=SETTER) public void setSearchMode(java.lang.String value)
BackofficeSavedQuery.searchMode attribute defined at extension platformbackoffice.value - the searchMode@Accessor(qualifier="sortAsc", type=SETTER) public void setSortAsc(java.lang.Boolean value)
BackofficeSavedQuery.sortAsc attribute defined at extension platformbackoffice.value - the sortAsc@Accessor(qualifier="sortAttribute", type=SETTER) public void setSortAttribute(java.lang.String value)
BackofficeSavedQuery.sortAttribute attribute defined at extension platformbackoffice.value - the sortAttribute@Accessor(qualifier="tokenizable", type=SETTER) public void setTokenizable(java.lang.Boolean value)
BackofficeSavedQuery.tokenizable attribute defined at extension platformbackoffice.value - the tokenizable@Accessor(qualifier="typeCode", type=SETTER) public void setTypeCode(java.lang.String value)
BackofficeSavedQuery.typeCode attribute defined at extension platformbackoffice.value - the typeCode@Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(java.util.Collection<UserGroupModel> value)
BackofficeSavedQuery.userGroups attribute defined at extension platformbackoffice.value - the userGroupsCopyright © 2018 SAP SE. All Rights Reserved.