SAP ABAP Class CL_ESH_TOS_SEARCH_RESULT (Represents the Search Result)
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_RESULT | |
Short Description | Represents the Search Result | |
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_RESULT has no forward declaration.
Interfaces
Class CL_ESH_TOS_SEARCH_RESULT has no interface implemented.
Friends
Class CL_ESH_TOS_SEARCH_RESULT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_NAV_TARGET | 20100129 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_REL_SEARCH_SOURCE | 20100129 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_SEARCH_ATTR | 20100129 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100129 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100129 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100129 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20100129 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20100129 |
2 | ![]() |
Instance method | Public | Method | Return the attribute value by ID | 20100129 |
3 | ![]() |
Instance method | Public | Method | Return the attribute values | 20100129 |
4 | ![]() |
Instance method | Public | Method | Return the attribute values by connector ID | 20100129 |
5 | ![]() |
Instance method | Public | Method | Return connector ID | 20100129 |
6 | ![]() |
Instance method | Public | Method | Return the description | 20100129 |
7 | ![]() |
Instance method | Public | Method | Return the link | 20100129 |
8 | ![]() |
Instance method | Public | Method | Return the navigation targets | 20100129 |
9 | ![]() |
Instance method | Public | Method | Return related search sources | 20100129 |
10 | ![]() |
Instance method | Public | Method | Return the title | 20100129 |
Events
Class CL_ESH_TOS_SEARCH_RESULT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_NAV_TARGET | Public | See coding | 20100129 | BEGIN OF ty_nav_target ,
id_val type int4,
nav_target TYPE REF TO CL_ESH_TOS_NAV_TARGET,
END OF ty_nav_target
|
||
2 | TY_REL_SEARCH_SOURCE | Public | See coding | 20100129 | BEGIN OF ty_rel_search_source ,
id_val type int4,
rel_search_source TYPE REF TO CL_ESH_TOS_REL_SEARCH_SRC,
END OF ty_rel_search_source
|
||
3 | TY_SEARCH_ATTR | Public | See coding | 20100129 | BEGIN OF ty_search_attr ,
id_val type int4,
search_attr TYPE REF TO CL_ESH_TOS_SEARCH_ATTR_VALUE,
END OF ty_search_attr
|
||
4 | TY_T_NAV_TARGET | Public | See coding | 20100129 | ty_t_nav_target TYPE STANDARD TABLE OF ty_nav_target with key id_val
|
||
5 | TY_T_REL_SEARCH_SOURCE | Public | See coding | 20100129 | ty_t_rel_search_source TYPE STANDARD TABLE OF ty_rel_search_source with key id_val
|
||
6 | TY_T_SEARCH_ATTR | Public | See coding | 20100129 | ty_t_search_attr TYPE STANDARD TABLE OF ty_search_attr with key id_val
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_NAVIGATION_TARGET_RES | Call by reference | Type reference (TYPE) | TY_T_NAV_TARGET | 20100129 | |||
2 | ![]() |
IT_RELATED_SEARCH_SOURCES | Call by reference | Type reference (TYPE) | TY_T_REL_SEARCH_SOURCE | 20100129 | |||
3 | ![]() |
IT_RESULT_VALUES | Call by reference | Type reference (TYPE) | TY_T_SEARCH_ATTR | 20100129 | |||
4 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | STRING | 20100129 | |||
5 | ![]() |
IV_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | 20100129 | |||
6 | ![]() |
IV_LINK | Call by reference | Type reference (TYPE) | STRING | 20100129 | |||
7 | ![]() |
IV_TITLE | Call by reference | Type reference (TYPE) | STRING | 20100129 |
Method CONSTRUCTOR on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_ATTRIBUTE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID_VAL | Call by reference | Type reference (TYPE) | STRING | 20100129 | |||
2 | ![]() |
RO_ATTR_VALUE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_TOS_SEARCH_ATTR_VALUE | 20100129 |
Method GET_ATTRIBUTE_VALUE on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_ATTRIBUTE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_ATTR_VALS | Value transfer | Object reference (TYPE REF TO) | CL_ESH_TOS_SEARCH_RESULT_ITER | 20100129 |
Method GET_ATTRIBUTE_VALUES on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_ATTRIBUTE_VAL_BY_CON_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | STRING | 20100129 | |||
2 | ![]() |
RO_SEARCH_RES | Value transfer | Object reference (TYPE REF TO) | CL_ESH_TOS_SEARCH_RESULT_ITER | 20100129 |
Method GET_ATTRIBUTE_VAL_BY_CON_ID on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_CONNECTOR_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CONNECTOR_ID | Value transfer | Type reference (TYPE) | STRING | 20100129 |
Method GET_CONNECTOR_ID on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | 20100129 |
Method GET_DESCRIPTION on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_LINK | Value transfer | Type reference (TYPE) | STRING | 20100129 |
Method GET_LINK on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_NAVIGATION_TARGETS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_NAV_TARGETS | Value transfer | Object reference (TYPE REF TO) | CL_ESH_TOS_NAV_TARGET_ITERATOR | 20100129 |
Method GET_NAVIGATION_TARGETS on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_RELATED_SEARCH_SOURCES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_REL_SEARCH_SOURCES | Value transfer | Object reference (TYPE REF TO) | CL_ESH_TOS_REL_SEARCH_SRC_ITER | 20100129 |
Method GET_RELATED_SEARCH_SOURCES on class CL_ESH_TOS_SEARCH_RESULT has no exception.
Method GET_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_TITLE | Value transfer | Type reference (TYPE) | STRING | 20100129 |
Method GET_TITLE on class CL_ESH_TOS_SEARCH_RESULT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |