SAP ABAP Class CL_ESH_TOS_SEARCH_QUERY (Represents search query)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_TST_AUT_OPEN_SEARCH_CLNT (Package) Open Search Client (ABAP)
⤷
⤷
Properties
| Class | CL_ESH_TOS_SEARCH_QUERY | |
| Short Description | Represents search query | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_TST_AUT_OPEN_SEARCH_CLNT | Open Search Client (ABAP) |
| Created | 20100129 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_TOS_SEARCH_QUERY has no forward declaration.
Interfaces
Class CL_ESH_TOS_SEARCH_QUERY has no interface implemented.
Friends
Class CL_ESH_TOS_SEARCH_QUERY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'AND' | 20100129 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | ')' | 20100129 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | '(' | 20100129 | |||
| 4 | Constant | Private | Type reference (TYPE) | STRING | 'NOT' | 20100129 | |||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'OR' | 20100129 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | ES_T_STR_TABLE | 20100129 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds attribute condition | 20100129 | |
| 2 | Instance method | Public | Method | Adds attribute range | 20100129 | |
| 3 | Instance method | Public | Method | Adds operator | 20100129 | |
| 4 | Instance method | Public | Constructor | Constructor | 20100129 | |
| 5 | Instance method | Public | Method | Serializes internal string representation and returns it | 20100129 | |
| 6 | Instance method | Public | Method | Sets search terms | 20100129 |
Events
Class CL_ESH_TOS_SEARCH_QUERY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ES_S_STR | Public | See coding | 20100129 | |
||
| 2 | ES_T_STR_TABLE | Public | See coding | 20100129 | |
Method Signatures
Method ADD_ATTRIBUTE_CONDITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | STRING | 20100129 | ||||
| 2 | IV_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20100129 |
Method ADD_ATTRIBUTE_CONDITION on class CL_ESH_TOS_SEARCH_QUERY has no exception.
Method ADD_ATTRIBUTE_RANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | STRING | 20100129 | ||||
| 2 | IV_ATTRIBUTE_VALUE1 | Call by reference | Type reference (TYPE) | STRING | 20100129 | ||||
| 3 | IV_ATTRIBUTE_VALUE2 | Call by reference | Type reference (TYPE) | STRING | 20100129 |
Method ADD_ATTRIBUTE_RANGE on class CL_ESH_TOS_SEARCH_QUERY has no exception.
Method ADD_OPERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPERATOR | Call by reference | Type reference (TYPE) | STRING | 20100129 |
Method ADD_OPERATOR on class CL_ESH_TOS_SEARCH_QUERY has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ESH_TOS_SEARCH_QUERY has no parameter.
Method CONSTRUCTOR on class CL_ESH_TOS_SEARCH_QUERY has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20100129 |
Method SERIALIZE on class CL_ESH_TOS_SEARCH_QUERY has no exception.
Method SET_SEARCH_TERMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEARCH_TERMS | Call by reference | Type reference (TYPE) | STRING | 20100129 |
Method SET_SEARCH_TERMS on class CL_ESH_TOS_SEARCH_QUERY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |