SAP ABAP Class CL_ESH_ADM_CONNECTOR_TXT_MOD (Connector Text changes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_MONITORING_ADMIN (Package) Monitoring and Admin Component
Properties
Class CL_ESH_ADM_CONNECTOR_TXT_MOD  
Short Description Connector Text changes    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_MONITORING_ADMIN   Monitoring and Admin Component 
Created 20090511   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ESH_ADM_CONNECTOR_TXT_MOD has no interface implemented.
Friends
Class CL_ESH_ADM_CONNECTOR_TXT_MOD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_APPLOG Instance attribute Protected Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application log 20090624
2 MO_CL_OTYP_WITHOUT_MOD Instance attribute Protected Object reference (TYPE REF TO) CL_ESH_OM_OTYP Object types 20090511
3 MO_CL_OTYP_WITH_MOD Instance attribute Protected Object reference (TYPE REF TO) CL_ESH_OM_OTYP Object types 20090511
4 MO_CL_OTYP_WITH_MOD_I Instance attribute Protected Object reference (TYPE REF TO) CL_ESH_OM_OTYP Object types 20090626
5 MS_LOCKS Instance attribute Protected Type reference (TYPE) S_LOCKS Locks 20090707
6 MT_AOTYPT_EXT_SC Instance attribute Protected See coding Changed object type texts sorted by language 20090622
7 MT_AOTYPT_EXT_SC_DEL Instance attribute Protected Attribute reference (LIKE) MT_AOTYPT_EXT_SC Deleted object type texts sorted by language 20090624
8 MV_CONNECTION_GUID Instance attribute Public Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20090511
9 MV_CONNECTOR_ID Instance attribute Public Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search connector ID 20090511
10 MV_OBJECT_TYPE_NAME Instance attribute Public Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object type 20090511
11 MV_TEMPLATE_TYPE Instance attribute Public Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20090925
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP Instance method Public Method Clean up unsaved changes 20090511
2 CONSTRUCTOR Instance method Protected Constructor Constructor 20090511
3 GET_CONNECTOR_TEXTS Instance method Public Method Get texts of connector 20090511
4 GET_CONNECTOR_TEXTS_INT Instance method Protected Method Get texts of connector 20090622
5 GET_INSTANCE Static method Public Method Get instance 20090511
6 GET_OTYP_INSTANCE_WITH_MOD Instance method Protected Method Get an instance of OTYP class for enhancements 20090624
7 IS_ENHANCED Instance method Public Method Connector is enhanced with category assignments 20090717
8 LOCK Instance method Public Method Set relevant locks 20090511
9 SAVE Instance method Public Method Save changes 20090511
10 SET_CONNECTOR_TEXTS Instance method Public Method Set texts of connector 20090511
11 UNLOCK Instance method Public Method Release locks 20090511
Events
Class CL_ESH_ADM_CONNECTOR_TXT_MOD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_LOCKS Protected See coding Locks 20090707 begin of s_locks, connection_area_i type abap_bool, connection_area_a type abap_bool, connector_enhancement type ref to cl_esh_co_lock, END OF s_locks
Method Signatures

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090707
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090624
2 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20090511
3 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20090925
# Exception Resumable Description Created on
1 CX_ESH_ADM_GENERAL_ERROR Errors in Monitoring/Admin Component 20090511
2 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707
3 CX_ESH_CO_INVALID_PARAMETER Invalid Parameter 20090511
4 CX_ESH_CO_NOT_FOUND Requested Data not Found 20090511

Method GET_CONNECTOR_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AOTYPT Call by reference Type reference (TYPE) ESH_T_OM_AOTYPT Table Type for ESH_S_OM_AOTYPT 20090512
2 Exporting ET_AOTYPT_SC Call by reference Type reference (TYPE) ESH_T_OM_AOTYPT Table Type for ESH_S_OM_AOTYPT 20090512
3 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090707
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYST-LANGU SY-LANGU Language Key of Current Text Environment 20090512
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707

Method GET_CONNECTOR_TEXTS_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AOTYPT Call by reference Type reference (TYPE) ESH_T_OM_AOTYPT Table Type for ESH_S_OM_AOTYPT 20090622
2 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090707
3 Importing IO_CL_OTYP Call by reference Object reference (TYPE REF TO) CL_ESH_OM_OTYP Object Types 20090622
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYST-LANGU SY-LANGU Language Key of Current Text Environment 20090622
5 Importing IV_RETRIEVE_OTYPNT Call by reference Type reference (TYPE) ABAP_BOOL Retrieve OTYPNT entries 20090622
6 Importing IV_TEMPLATE_TYPE_OVERRIDE Call by reference Type reference (TYPE) ABAP_BOOL Override descriptions with template type dependent sources 20090925
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090624
2 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20090511
3 Importing IV_TEMPLATE_TYPE Call by reference Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20090925
4 Returning RO_CONNECTOR_TXT_MOD Value transfer Object reference (TYPE REF TO) CL_ESH_ADM_CONNECTOR_TXT_MOD Connector Text changes 20090511
# Exception Resumable Description Created on
1 CX_ESH_ADM_GENERAL_ERROR Errors in Monitoring/Admin Component 20090511
2 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707
3 CX_ESH_CO_INVALID_PARAMETER Invalid Parameter 20090511
4 CX_ESH_CO_NOT_FOUND Requested Data not Found 20090511

Method GET_OTYP_INSTANCE_WITH_MOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090624
2 Importing IV_CREATE_ENHANCEMENT_STACK Call by reference Type reference (TYPE) ABAP_BOOL Create enhancement stack if it is not there yet 20090624
3 Returning RO_CL_OTYP_WITH_MOD Value transfer Attribute reference (LIKE) MO_CL_OTYP_WITH_MOD Object Types 20090624
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707
2 CX_ESH_CO_INVALID_PARAMETER Invalid Parameter 20090624
3 CX_ESH_CO_NOT_FOUND Requested Data not Found 20090624

Method IS_ENHANCED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090717
2 Returning RV_ENHANCED Value transfer Type reference (TYPE) ABAP_BOOL Connector is enhanced with category assignments 20090717
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090717

Method LOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090624
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707
2 CX_ESH_CO_LOCKED ESH Locking Exception 20090622

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090624
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090624
2 CX_ESH_CO_LOCKED ESH Locking Exception 20090707

Method SET_CONNECTOR_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090707
2 Importing IT_AOTYPT_SC Call by reference Type reference (TYPE) ESH_T_OM_AOTYPT Table Type for ESH_S_OM_AOTYPT 20090512
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707

Method UNLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Call by reference Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20090707
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090707
History
Last changed by/on SAP  20110908 
SAP Release Created in 730