SAP ABAP Class CL_ESH_FED_SEARCHCLASS_FACTORY (Search Class Factory)
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_SEARCHCLASS_FACTORY | |
| Short Description | Search Class Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_FEDERATION | Federation |
| Created | 20100809 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_FED_SEARCHCLASS_FACTORY has no forward declaration.
Interfaces
Class CL_ESH_FED_SEARCHCLASS_FACTORY has no interface implemented.
Friends
Class CL_ESH_FED_SEARCHCLASS_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_SEARCH_CLASS | 20100809 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get Search Adapter by Template Type | 20100809 |
Events
Class CL_ESH_FED_SEARCHCLASS_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_SEARCH_CLASS | Private | See coding | 20100809 | BEGIN OF s_search_class,
template_type TYPE esh_e_om_template_type,
search_adapter TYPE REF TO if_esh_fed_federation_search,
END OF s_search_class
|
||
| 2 | T_SEARCH_CLASS | Private | See coding | 20100809 | t_search_class TYPE HASHED TABLE OF s_search_class WITH UNIQUE KEY template_type
|
Method Signatures
Method GET_ADAPTER_BY_TEMPLATE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template Type | 20100809 | |||
| 2 | RO_SEARCH_ADAPTER | Value transfer | Object reference (TYPE REF TO) | IF_ESH_FED_FEDERATION_SEARCH | Federation Search Interface | 20100809 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ESH Interface Exception | 20100809 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |