SAP ABAP Class CL_ISHMED_GC_CONN_HNDLDATA (ISHMED: CORD/Conn. Controller Handler Data)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1CONN_MED (Package) i.s.h.med: Connectivity
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISH_GUI_CONTROLLER IS-H: GUI - Controller 20070813
Properties
Class CL_ISHMED_GC_CONN_HNDLDATA  
Short Description ISHMED: CORD/Conn. Controller Handler Data    
Super Class CL_ISH_GUI_CONTROLLER IS-H: GUI - Controller 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package N1CONN_MED   i.s.h.med: Connectivity 
Created 20070813   SAP 
Last change 20071120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_ISH_GUI_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ISHMED_GC_CONN_HNDLDATA has no interface implemented.
Friends
Class CL_ISHMED_GC_CONN_HNDLDATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_PORTS_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_ISH_GM_TABLE_SIMPLE Model for Ports 20070813
2 G_ICON_ACTIVE Static Attribute Protected Type reference (TYPE) N1ICON "Active Port" Icon 20070813
3 G_ICON_INACTIVE Static Attribute Protected Type reference (TYPE) N1ICON "Inactive Port" Icon 20070813
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070813
2 CREATE Static method Public Method Creates the Object 20070813
3 GET_HANDLER_VIEW Instance method Public Method Returns Handler View 20070813
4 GET_HNDLCONFIG Instance method Public Method Returns Handler Configuration 20070813
5 GET_HNDLCONFIG_CONTROLLER Instance method Public Method Returns Superordinate Handler Config. Controller 20070813
6 GET_HNDLCONFIG_VIEW Instance method Public Method Returns Superordinate Handler Config. View 20070813
7 GET_PORTS_MODEL Instance method Public Method Returns Model for Ports 20070813
8 GET_PORTS_VIEW Instance method Public Method Returns Grid View for Ports 20070813
9 INITIALIZE Instance method Public Method Initializes the Object 20070813
10 _CREATE_VIEW Instance method Protected Method Creates Handler View 20070813
11 _INIT_PORTS_MODEL Instance method Protected Method Initializes Model for Ports 20070813
Events
Class CL_ISHMED_GC_CONN_HNDLDATA has no event.
Types
Class CL_ISHMED_GC_CONN_HNDLDATA has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ISHMED_GC_CONN_HNDLDATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Name eines Oberflächenelements 20070813
2 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_ISHMED_GC_CONN_HNDLDATA ISHMED: KLAT/Conn. Controller Handler 20070813

Method CREATE on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method GET_HANDLER_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_HANDLER_VIEW Value transfer Object reference (TYPE REF TO) CL_ISHMED_GV_CONN_HANDLER ISHMED: KLAT/Conn. Subscreen View Handler 20070813

Method GET_HANDLER_VIEW on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method GET_HNDLCONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_HNDLCONFIG Value transfer Object reference (TYPE REF TO) CL_ISHMED_CONN_HNDLCONFIG ISHMED: Connectivity - Handlerkonfiguration 20070813

Method GET_HNDLCONFIG on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method GET_HNDLCONFIG_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_HNDLCONFIG_CONTROLLER Value transfer Object reference (TYPE REF TO) CL_ISHMED_GC_CONN_HNDLCONFIG ISHMED: KLAT/Conn. Controller Handlerkonfiguration 20070813

Method GET_HNDLCONFIG_CONTROLLER on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method GET_HNDLCONFIG_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_HNDLCONFIG_VIEW Value transfer Object reference (TYPE REF TO) CL_ISHMED_GV_CONN_HNDLCONFIG ISHMED: KLAT/Conn. Subscreen View Handlerkonfiguration 20070813

Method GET_HNDLCONFIG_VIEW on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method GET_PORTS_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PORTS_MODEL Value transfer Object reference (TYPE REF TO) CL_ISH_GM_TABLE_SIMPLE Model für die Ports 20070813

Method GET_PORTS_MODEL on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method GET_PORTS_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PORTS_VIEW Value transfer Object reference (TYPE REF TO) IF_ISH_GUI_GRID_VIEW Grid View für die Ports 20070813

Method GET_PORTS_VIEW on class CL_ISHMED_GC_CONN_HNDLDATA has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PARENT_CONTROLLER Call by reference Object reference (TYPE REF TO) CL_ISHMED_GC_CONN_HNDLCONFIG Übergeordneter Controller 20070813
2 Importing I_VCODE Call by reference Type reference (TYPE) TNDYM-VCODE IF_ISH_GUI_VIEW=>CO_VCODE_DISPLAY IS-H: Verarbeitungsmodus 20070813
3 Importing I_VIEW_ELEMNAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Elementname des Views 20070813
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070813

Method _CREATE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ELEMENT_NAME Call by reference Type reference (TYPE) N1GUI_ELEMENT_NAME Name eines Oberflächenelements 20070813
2 Returning RR_VIEW Value transfer Object reference (TYPE REF TO) CL_ISHMED_GV_CONN_HNDLDATA ISHMED: KLAT/Conn. Subscreen View Handler 20070813
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070813

Method _INIT_PORTS_MODEL Signature

Method _INIT_PORTS_MODEL on class CL_ISHMED_GC_CONN_HNDLDATA has no parameter.
# Exception Resumable Description Created on
1 CX_ISH_STATIC_HANDLER IS-H: Oberklasse für statische Exceptions 20070813
History
Last changed by/on SAP  20071120 
SAP Release Created in