SAP ABAP Class CL_ESH_FED_RESULT_BUILDER (Result Builder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_FEDERATION (Package) Federation

⤷

⤷

Properties
Class | CL_ESH_FED_RESULT_BUILDER | |
Short Description | Result Builder | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_FEDERATION | Federation |
Created | 20080812 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_FED_RESULT_BUILDER has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ESH_FED_GRP_RESP_BUILDER | 20080813 | Grouped Response Builder | |
2 | CL_ESH_FED_RESPONSE_ENRICHER | 20100914 | Response Enricher | |
3 | CL_ESH_FED_RESULT_ASSEMBLER | 20090902 | Result Assembler |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_RESULT | Result reference | 20081009 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LTY_T_ATTRIBUTE_VALUES | Attribute values | 20080812 | ||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ESH_T_IF_NAVIGATION_URLS | URLs in Enterprise Search (optional) | 20081013 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search connector ID | 20080812 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ESH_E_IF_CONTENT_SNIPPET | Content snippet | 20080812 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ESH_E_IF_WEB_ICON | Icon | 20081204 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ESH_E_IF_RANK_VALUE | Rank value for results list | 20080812 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ESH_E_IF_REQUEST_TYPE_ID | Request type ID | 20080812 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20080812 |
2 | ![]() |
Instance method | Public | Method | Enrichment is done | 20090902 |
3 | ![]() |
Instance method | Public | Method | Set attribute value | 20080812 |
4 | ![]() |
Instance method | Public | Method | Set content snippet | 20080812 |
5 | ![]() |
Instance method | Protected | Method | Set enrichment is done | 20090902 |
6 | ![]() |
Instance method | Public | Method | Set icon | 20081204 |
7 | ![]() |
Instance method | Public | Method | Set navigation URLs | 20081013 |
8 | ![]() |
Instance method | Public | Method | Set rank value | 20080812 |
Events
Class CL_ESH_FED_RESULT_BUILDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_ATTRIBUTE_VALUE | Protected | See coding | 20080813 | BEGIN OF lty_s_attribute_value,
attribute_name TYPE esh_e_if_attribute_name,
attribute_value TYPE esh_e_if_attribute_value,
END OF lty_s_attribute_value
|
||
2 | LTY_T_ATTRIBUTE_VALUES | Protected | See coding | 20080813 | lty_t_attribute_values TYPE TABLE OF lty_s_attribute_value
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_RESULT | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_RESULT | Search result | 20081009 | ||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search connector ID | 20080812 | ||
3 | ![]() |
IV_REQUEST_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_REQUEST_TYPE_ID | Request type ID | 20080812 |
Method CONSTRUCTOR on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method GET_ENRICHMENT_DONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ENRICHMENT_DONE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090902 |
Method GET_ENRICHMENT_DONE on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method SET_ATTRIBUTE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | ESH_E_IF_ATTRIBUTE_NAME | Attribute name | 20080812 | ||
2 | ![]() |
IV_ATTRIBUTE_VALUE | Call by reference | Type reference (TYPE) | ESH_E_IF_ATTRIBUTE_VALUE | Attribute value | 20080812 |
Method SET_ATTRIBUTE_VALUE on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method SET_CONTENT_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONTENT_SNIPPET | Call by reference | Type reference (TYPE) | ESH_E_IF_CONTENT_SNIPPET | Content snippet | 20080812 |
Method SET_CONTENT_SNIPPET on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method SET_ENRICHMENT_DONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENRICHMENT_DONE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Enrichment done | 20090902 |
Method SET_ENRICHMENT_DONE on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method SET_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ICON | Call by reference | Type reference (TYPE) | ESH_E_IF_WEB_ICON | Icon | 20081204 |
Method SET_ICON on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method SET_NAVIGATION_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_URLS | Call by reference | Type reference (TYPE) | ESH_T_IF_NAVIGATION_URLS | URLs in Enterprise Search (optional) | 20081013 |
Method SET_NAVIGATION_URLS on class CL_ESH_FED_RESULT_BUILDER has no exception.
Method SET_RANK_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_RANK_VALUE | Call by reference | Type reference (TYPE) | ESH_E_IF_RANK_VALUE | Rank value for results list | 20080812 |
Method SET_RANK_VALUE on class CL_ESH_FED_RESULT_BUILDER has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 712 |