SAP ABAP Class /IWBEP/CL_SBDM_PERSIST_HANDLER (SB - Domain Model - Persistence Handler)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBDM_HANDLER SB - Domain Model - Handler 20120131
2 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBDM_PERSIST_HANDLER SB - Domain Model - Persistence Handler 20120112
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_SIMPLE_PS SB - OData - Simple Value Persistence Handler 20130228
2 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENTITY_SET_PS SB - OData - Entity Set Persistence Handler 20120216
3 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENTITY_TYPE_PS SB - OData - Entity Type Persistence Handler 20120213
4 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENUM_MEMBER_PS SB - OData - ENUM Member Persistence Handler 20131003
5 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENUM_PS SB - OData - ENUM Persistence Handler 20130925
6 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_COLL_PS SB - OData - Collection Expression Persistence Handler 20130304
7 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_PATH_PS SB - OData - Path Expression Persistence Handler 20130305
8 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_RECORD_PS SB - OData - Record Expression Persistence Handler 20130305
9 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_REC_MAP_PS SB - OData - Record Expression Mapping Persistence Handler 20130304
10 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_COMPLEX_TYPE_PS SB - OData - Complex Type Persistence Handler 20120127
... Click here to see Used By full list (36 items)
Properties
Class /IWBEP/CL_SBDM_PERSIST_HANDLER  
Short Description SB - Domain Model - Persistence Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_DM_BASE   Gateway Service Builder - Domain Model API and SPI 
Created 20120112   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBDM_HANDLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 /IWBEP/IF_SBDM_MANAGER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 /IWBEP/IF_SBDM_PERSIST_HANDLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 /IWBEP/IF_SBDM_PLUGIN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBDM_HANDLER SB - Domain Model - Handler 20120131
2 /IWBEP/IF_SBDM_PERSIST_HANDLER SB - Domain Model - Persistence Handler 20120112
Friends
# Friend Modeled only Created on Description
1 /IWBEP/CL_SBDM_NODE 20120423 SB - Domain Model - Node
2 /IWBEP/CL_SBDM_PROJECT_PSH 20120412 SB - Domain Model - Project Persistence Handler
3 /IWBEP/CL_SBDM_TRANSACT_HANDLR 20120913 SB - Domain Model - Transaction Handler
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_HANDLER Instance attribute Protected Object reference (TYPE REF TO) /IWBEP/IF_SBDM_TRANSACT_HANDLR SB - Domain Model - Transaction Handler 20120112
2 MO_PROTOTYPE_BUFFER Instance attribute Protected Object reference (TYPE REF TO) /IWBEP/IF_SBDM_PROTOTYP_BUFFER SB - Domain Model - Prototype Buffer 20120426
3 MR_NODES Instance attribute Private Object reference (TYPE REF TO) TY_S_SBDM_SP_NODE 20120112
4 MT_ASS_TYPES Instance attribute Private Type reference (TYPE) /IWBEP/IF_SBDM_HANDLER=>TY_T_REF_NODE_TYPE 20120423
5 MT_DB_DELETED_NODES Instance attribute Private Type reference (TYPE) TY_T_NODE 20120127
6 MT_NODES Instance attribute Private Type reference (TYPE) TY_T_SBDM_SP_NODES 20120112
7 MT_PARENT_TYPES Instance attribute Private Type reference (TYPE) /IWBEP/IF_SBDM_HANDLER=>TY_T_REF_NODE_TYPE 20120423
8 MT_UI_DELETED_NODES Instance attribute Private Type reference (TYPE) TY_T_NODE 20120228
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20120112
2 DO_CREATE_INITIAL_NODE Instance method Protected Method Template Method (optional): Create initial node of type 20120712
3 DO_DELETE_BY_PROJECTS Instance method Protected Method Template Method: Delete nodes in DB by projects 20120125
4 DO_DELETE_COMMON_ATTR_BYPRJCT Instance method Private Method Delete common attributes of nodes in DB by projects 20120601
5 DO_LOAD_BY_KEY Instance method Protected Method Template Method (optional): Load nodes by keys 20120131
6 DO_LOAD_BY_PARENT Instance method Protected Method Template Method: Load nodes by parents 20120124
7 DO_LOAD_BY_PROJECT Instance method Protected Method Template Method: Load nodes by projects 20120124
8 DO_LOAD_COMMON_ATTRIBUTES Instance method Private Method Load common attributes of nodes 20120601
9 DO_ON_CREATED Instance method Protected Method Template Method (optional): Node is created persistently 20120508
10 DO_ON_RELATED_CREATED Instance method Protected Method Template Method (optional): Related nodes has been created 20120823
11 DO_SAVE Instance method Protected Method Template Method: Save nodes 20120125
12 DO_SAVE_COMMON_ATTRIBUTES Instance method Private Method Save common attributes of nodes 20120601
13 DO_WHERE_USED Instance method Protected Method Template Method (optional): Calculate nodes using given ones 20120214
14 GET_LOADED_NODES_BY_KEYS Instance method Protected Method Retrieves loaded nodes by keys 20120131
15 GET_LOADED_NODES_BY_PARENT Instance method Protected Method Retrieves loaded nodes by parents 20120124
16 GET_LOADED_NODES_BY_PROJECT Instance method Protected Method Retrieves loaded nodes by projects 20120124
17 INIT_REF_TYPES Instance method Private Method Initializes the referenced node types 20120213
18 IS_JUST_CREATED Instance method Protected Method Checks if the node has not been saved so far 20120118
19 LOAD_BY_PROJECT_NAMES Instance method Protected Method Load by project names 20120124
20 ON_LOADED Instance method Protected Method Nodes has been loaded 20120131
21 REMOVE_FROM_CACHE_BY_PROJECTS Instance method Protected Method Removes nodes by projects from the cache 20120124
22 REMOVE_NODES_FROM_CACHE Instance method Protected Method Removes nodes from cache 20120124
23 RETRIEVE_CACHE_KEY Instance method Protected Method Retrieves the cache key for a node 20120118
Events
Class /IWBEP/CL_SBDM_PERSIST_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CACHE_KEY Protected See coding 20120118 BEGIN OF TY_S_CACHE_KEY, project TYPE /iwbep/sbdm_project, parent_guid TYPE /iwbep/sbdm_node_uuid, guid TYPE /iwbep/sbdm_node_uuid, END OF TY_S_CACHE_KEY
2 TY_S_NODE Protected See coding 20120124 BEGIN OF TY_S_NODE, project TYPE /iwbep/sbdm_project, parent_guid TYPE /iwbep/sbdm_node_uuid, guid TYPE /iwbep/sbdm_node_uuid, node TYPE REF TO /iwbep/if_sbdm_node, END OF TY_S_NODE
3 TY_S_SBDM_NODE Public See coding 20120112 BEGIN OF TY_S_SBDM_NODE, project TYPE /iwbep/sbdm_project, parent_guid TYPE /iwbep/sbdm_node_uuid, guid TYPE /iwbep/sbdm_node_uuid, obj_ref TYPE REF TO /iwbep/if_sbdm_node, db_delta TYPE /iwbep/if_sbdm_handler=>ty_s_node_update, ui_delta TYPE /iwbep/if_sbdm_handler=>ty_s_node_update, memento_ref TYPE REF TO /iwbep/if_sbdm_node_memento, END OF TY_S_SBDM_NODE
4 TY_S_SBDM_SP_NODE Public See coding 20120112 BEGIN OF TY_S_SBDM_SP_NODE, sp TYPE guid_16, nodes TYPE ty_t_sbdm_nodes, END OF TY_S_SBDM_SP_NODE
5 TY_S_SBD_NOI Public See coding 20120601 BEGIN OF TY_S_SBD_NOI, project TYPE /iwbep/sbdm_project, node_uuid TYPE /iwbep/sbdm_node_uuid, type TYPE /iwbep/sbdm_origin_type, name TYPE /iwbep/sbdm_origin_name, END OF TY_S_SBD_NOI
6 TY_T_CACHE_KEY Protected See coding 20120118 TY_T_CACHE_KEY TYPE SORTED TABLE OF ty_s_cache_key WITH UNIQUE KEY project parent_guid guid
7 TY_T_NODE Protected See coding 20120124 TY_T_NODE TYPE SORTED TABLE OF ty_s_node WITH UNIQUE KEY project parent_guid guid
8 TY_T_SBDM_NODES Public See coding 20120112 TY_T_SBDM_NODES TYPE SORTED TABLE OF TY_S_SBDM_NODE WITH UNIQUE KEY project parent_guid guid
9 TY_T_SBDM_SP_NODES Public See coding 20120112 TY_T_SBDM_SP_NODES TYPE STANDARD TABLE OF TY_S_SBDM_SP_NODE WITH DEFAULT KEY
10 TY_T_SBD_NOI Public See coding 20120601 TY_T_SBD_NOI TYPE STANDARD TABLE OF ty_s_sbd_noi WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) /IWBEP/S_SBDM_NODE_TYPE SB: DM unique node type 20120213

Method CONSTRUCTOR on class /IWBEP/CL_SBDM_PERSIST_HANDLER has no exception.

Method DO_CREATE_INITIAL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_NAME Service Builder: Node Name 20120712
2 Returning RO_NODE Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120712
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120712

Method DO_DELETE_BY_PROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROJECT_NAMES Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_MANAGER=>TY_T_RANGE_PRJCT_NAME 20120125
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method DO_DELETE_COMMON_ATTR_BYPRJCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROJECT_NAMES Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_MANAGER=>TY_T_RANGE_PRJCT_NAME 20120601
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method DO_LOAD_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
2 Exporting ET_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
3 Exporting ET_REMOVED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
4 Exporting ET_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
5 Importing IO_VALUE_LOADING Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_VALUE_DB_LOAD SB - Domain Model - Value Service for PSH Loading 20130305
6 Importing IT_KEY Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_PERSIST_HANDLER=>TY_T_DB_NODE_KEY 20120131
7 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
8 Importing IV_UPDATE_FROM_DB Call by reference Type reference (TYPE) ABAP_BOOL 20120214
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203

Method DO_LOAD_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
2 Exporting ET_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
3 Exporting ET_REMOVED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
4 Exporting ET_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120127
5 Importing IO_VALUE_LOADING Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_VALUE_DB_LOAD SB - Domain Model - Value Service for PSH Loading 20130305
6 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
7 Importing IT_PARENT Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120124
8 Importing IV_UPDATE_FROM_DB Call by reference Type reference (TYPE) ABAP_BOOL 20120214
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203

Method DO_LOAD_BY_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120125
2 Exporting ET_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
3 Exporting ET_REMOVED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120125
4 Exporting ET_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120208
5 Importing IO_VALUE_LOADING Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_VALUE_DB_LOAD SB - Domain Model - Value Service for PSH Loading 20130305
6 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
7 Importing IT_PROJECT Call by reference Type reference (TYPE) /IWBEP/T_SBDM_PROJECTS SB: Table Type for Projects 20120124
8 Importing IV_UPDATE_FROM_DB Call by reference Type reference (TYPE) ABAP_BOOL 20120214
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120203

Method DO_LOAD_COMMON_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
2 Exporting ET_CHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
3 Exporting ET_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
4 Importing IT_CHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
5 Importing IT_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120601

Method DO_ON_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120508
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120508

Method DO_ON_RELATED_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120823
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120823

Method DO_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VALUE_UPDATE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_VALUE_DB_UPDATE SB - Domain Model - Value Service for PSH Saving 20130305
2 Importing IT_CREATED_NODE Call by reference Type reference (TYPE) TY_T_NODE 20120125
3 Importing IT_DELETED_NODE Call by reference Type reference (TYPE) TY_T_NODE 20120125
4 Importing IT_UPDATED_NODE Call by reference Type reference (TYPE) TY_T_NODE 20120125
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method DO_SAVE_COMMON_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
2 Importing IT_DELETED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
3 Importing IT_UPDATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120601
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method DO_WHERE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120214
2 Importing IT_WHERE_USED_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120214
3 Returning RT_USING_NODES Value transfer Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120214
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120214

Method GET_LOADED_NODES_BY_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_PERSIST_HANDLER=>TY_T_DB_NODE_KEY 20120131
2 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE 20120131
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203

Method GET_LOADED_NODES_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARENT Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120124
2 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE 20120124
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203

Method GET_LOADED_NODES_BY_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROJECT Call by reference Type reference (TYPE) /IWBEP/T_SBDM_PROJECTS SB: Table Type for Projects 20120124
2 Importing IT_PROJECT_NAMES Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_MANAGER=>TY_T_RANGE_PRJCT_NAME 20120203
3 Returning RT_NODES Value transfer Type reference (TYPE) TY_T_NODE 20120124
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203

Method INIT_REF_TYPES Signature

Method INIT_REF_TYPES on class /IWBEP/CL_SBDM_PERSIST_HANDLER has no parameter.
Method INIT_REF_TYPES on class /IWBEP/CL_SBDM_PERSIST_HANDLER has no exception.

Method IS_JUST_CREATED 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 SB - Domain Model - Node 20120118
2 Returning RV_CREATED Value transfer Type reference (TYPE) ABAP_BOOL 20120118
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203

Method LOAD_BY_PROJECT_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120202
2 Importing IT_PROJECT_NAMES Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_MANAGER=>TY_T_RANGE_PRJCT_NAME 20120124
3 Returning RT_NODES Value transfer Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120124
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method ON_LOADED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
2 Importing IT_UPDATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120131
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method REMOVE_FROM_CACHE_BY_PROJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROJECT_NAMES Call by reference Type reference (TYPE) /IWBEP/IF_SBDM_PERSIST_HANDLER=>TY_T_PROJECT_NAMES 20120124

Method REMOVE_FROM_CACHE_BY_PROJECTS on class /IWBEP/CL_SBDM_PERSIST_HANDLER has no exception.

Method REMOVE_NODES_FROM_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120124
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120824

Method RETRIEVE_CACHE_KEY 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 SB - Domain Model - Node 20120118
2 Returning RS_KEY Value transfer Type reference (TYPE) TY_S_CACHE_KEY 20120118
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB - Domain Model - Exception 20120203
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_SIMPLE_PS SB - OData - Simple Value Persistence Handler 20130228
2 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENTITY_SET_PS SB - OData - Entity Set Persistence Handler 20120216
3 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENTITY_TYPE_PS SB - OData - Entity Type Persistence Handler 20120213
4 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENUM_MEMBER_PS SB - OData - ENUM Member Persistence Handler 20131003
5 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ENUM_PS SB - OData - ENUM Persistence Handler 20130925
6 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_COLL_PS SB - OData - Collection Expression Persistence Handler 20130304
7 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_PATH_PS SB - OData - Path Expression Persistence Handler 20130305
8 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_RECORD_PS SB - OData - Record Expression Persistence Handler 20130305
9 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_EXP_REC_MAP_PS SB - OData - Record Expression Mapping Persistence Handler 20130304
10 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_COMPLEX_TYPE_PS SB - OData - Complex Type Persistence Handler 20120127
11 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_FUNC_IMP_PAR_PS SB - OData - Function Import parameter Persistence Handler 20120315
12 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_FUNC_IMP_PS SB - OData - Function Import Persistence Handler 20120315
13 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_MODEL_REF_PS SB - OData - Model Reference Persistence Handler 20120425
14 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_NAV_PROPERTY_PS SB - Domain Model - Navigation Property Persistence Handler 20120217
15 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_PROPERTY_PS SB - OData - Property Persistence Handler 20120210
16 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_REF_CONST_PS SB - OData - Referential Constraint Persistence Handler 20120216
17 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_TERM_PS SB - OData - Term Persistence Handler 20130306
18 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_TYPE_DEF_PS SB - OData - Type Definition Persistence Handler 20130604
19 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDSP_ENTITY_SET_PSH SB - DSP - Service Entity Set Persistence Handler 20120223
20 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_ATTACHMENT_PS SB - Domain Model - Attachment Persistence Handler 20130314
21 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_GEN_ARTIFACT_PS SB - Domain Model - Generated Artifact Persistence Handler 20120216
22 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_MODEL_PSH SB - Domain Model - Model Persistence Handler 20120117
23 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_PROJECT_PSH SB - Domain Model - Project Persistence Handler 20120113
24 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_SERVICE_PSH SB - Domain Model - Service Persistence Handler 20120131
25 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_TM_NODE_PSH SB - Domain Model - Copy Template for Persistence Handler 20120123
26 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_USING_PS SB - Domain Model - Using Persistence Handler 20130403
27 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDSP_DATA_SOURC_PSH SB - DSP - Data Source Persistence Handler 20120314
28 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_ANNO_MODEL_PSH 20140320
29 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDSP_MAPPING_ATT_PH SB - DSP - Mapping attribute persistence handler 20120409
30 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDSP_MAPPING_PH SB - DSP - Mapping header persistence handler 20120418
31 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDSP_MAPPING_PRO_PH 20130829
32 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDSP_OPERATION_PSH SB - DSP - Operation Persistence Handler 20120312
33 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBLMTOOLS_SRVMNT_PS Gateway Service Builder - LM Tools Persistence Handler 20120518
34 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ANNOTATION_PS SB - OData - Annotation Persistence Handler 20130222
35 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ASSOCIATION_PS SB - Domain Model - Persistence Handler for Association node 20120215
36 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBOD_ASSOC_SET_PS SB - OData - Association Set Persistence Handler 20120215
History
Last changed by/on SAP  20141120 
SAP Release Created in 200