SAP ABAP Class /IWBEP/CL_SBUI_FILTER (SB: UI node filter)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_UI_BASE (Package) Gateway Service Builder UI - API and SPI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBUI_EXTENSION SB: UI extension handler (abstract behavior) 20130325
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBUI_FILTER SB: UI node filter 20130325
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBUI_FILTER_DYNAMIC SB: UI dynamic node filter 20130325
2 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBUI_FILTER_STATIC SB: UI static node filter 20130326
Properties
Class /IWBEP/CL_SBUI_FILTER  
Short Description SB: UI node filter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class /IWBEP/SBUI    
Program status P  SAP Standard Production Program 
Category 0   
Package /IWBEP/SB_UI_BASE   Gateway Service Builder UI - API and SPI 
Created 20130325   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/CL_SBUI_FILTER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBUI_EXTENSION SB: UI extension handler (abstract behavior) 20130325
2 /IWBEP/IF_SBUI_FILTER SB: UI node filter 20130325
Friends
Class /IWBEP/CL_SBUI_FILTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER controller (main instance) 20130403
2 MO_NODE_BEHAVIOR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR node behavior 20130325
3 MO_SETUP Instance attribute Protected Object reference (TYPE REF TO) /IWBEP/IF_SBUI_SETUP_SERVICE setup service 20130403
4 MS_EXTENSION Instance attribute Private Attribute reference (LIKE) 20130325
5 MV_NAME Instance attribute Protected Attribute reference (LIKE) 20130325
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130325
2 DO_DETERMINE_NODE_CATEGORY Instance method Protected Method template method (mandatory): return one nodes category 20130325
3 DO_SELECT_CHILDREN_BY_CATEGORY Instance method Protected Method template method (mandatory): select children with category 20130325
4 GET_ASSIGNED_CHILDREN Instance method Protected Method 20130326
5 GET_NODE_BEHAVIOR Instance method Protected Method 20130326
6 GET_NODE_CATEGORY Instance method Protected Method 20130326
Events
Class /IWBEP/CL_SBUI_FILTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CATEGORY Protected Attribute reference (LIKE) 20130325
2 TY_S_CATEGORY Protected Attribute reference (LIKE) 20130325
3 TY_T_CATEGORY Protected Attribute reference (LIKE) 20130325
4 TY_T_CATEGORY_SORTED Protected See coding sorted category table for uniqueness check 20130325 ty_t_category_sorted TYPE SORTED TABLE OF ty_category WITH UNIQUE KEY table_line
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTROLLER Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBUI_CONTROLLER SB: UI controller (main instance) 20130403
2 Importing IV_FILTER_NAME Call by reference Type reference (TYPE) /IWBEP/SBUI_NODE_FILTER node filter name 20130325
3 Importing IV_NODE_BEHAVIOR Call by reference Type reference (TYPE) SEOCLSNAME class/interface expected from filtered nodes 20130325
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130325

Method DO_DETERMINE_NODE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE node 20130325
2 Returning RV_CATEGORY Value transfer Type reference (TYPE) TY_CATEGORY node category 20130325
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130325

Method DO_SELECT_CHILDREN_BY_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE one parent node (having the provider as ancestor) 20130325
2 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) /IWBEP/S_SBDM_NODE_TYPE requested child node type 20130325
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) TY_CATEGORY one available category (unique node assignment) 20130325
4 Returning RT_NODE Value transfer Type reference (TYPE) /IWBEP/T_SBDM_NODES children assigned to the category 20130325
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130325

Method GET_ASSIGNED_CHILDREN Signature

Method GET_ASSIGNED_CHILDREN on class /IWBEP/CL_SBUI_FILTER has no parameter.
Method GET_ASSIGNED_CHILDREN on class /IWBEP/CL_SBUI_FILTER has no exception.

Method GET_NODE_BEHAVIOR Signature

Method GET_NODE_BEHAVIOR on class /IWBEP/CL_SBUI_FILTER has no parameter.
Method GET_NODE_BEHAVIOR on class /IWBEP/CL_SBUI_FILTER has no exception.

Method GET_NODE_CATEGORY Signature

Method GET_NODE_CATEGORY on class /IWBEP/CL_SBUI_FILTER has no parameter.
Method GET_NODE_CATEGORY on class /IWBEP/CL_SBUI_FILTER has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200