SAP ABAP Class CL_WCB_PERS_COLL (Generic Collection for Persistent Objects)
Hierarchy
EA-GLTRADE (Software Component) SAP Enterprise Extension Global Trade
   LO-GT-CHB (Application Component) Chargeback
     WCB_CC_PERS (Package) Condition Contract Persistence Layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_COLLECTION_EVENTS Collection Events 20041001
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_PERS_COLL Collection of Persistent Data 20041001
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WCB_PERS_COLL_RO Collection of Persistent Data (Read Only) 20041001
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WCB_CC_COLL Condition Contract Collection 20041001
2 Inheritance (c INHERITING FROM c_ref)  CL_WCB_CONDITION_TABLE_COLL Condition Table List 20041001
3 Inheritance (c INHERITING FROM c_ref)  CL_WCB_CONDITION_TYPE_COLL Condition Type List 20041001
Properties
Class CL_WCB_PERS_COLL  
Short Description Generic Collection for Persistent Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCB_CC_PERS   Condition Contract Persistence Layer 
Created 20041001   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CHBK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WCB_COLLECTION_EVENTS Collection Events 20041001
2 IF_WCB_PERS_COLL Collection of Persistent Data 20041001
3 IF_WCB_PERS_COLL_RO Collection of Persistent Data (Read Only) 20041001
Friends
# Friend Modeled only Created on Description
1 CL_WCB_PERS_COLL_ITER 20041001 Iterator for Generic Collections
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_DATA Instance attribute Private Type reference (TYPE) TY_DATA_STAB List 20041001
Methods
# Method Level Visibility Method type Description Created on
1 GET_ENTRY_FOR_INDEX Instance method Protected Method Return Entry for Index 20041001
Events
Class CL_WCB_PERS_COLL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_DATA Private See coding 20041001 BEGIN OF ty_data, key TYPE wcb_generic_key, object TYPE REF TO if_wcb_pers_object, END OF ty_data
2 TY_DATA_STAB Private See coding 20041001 ty_data_stab TYPE SORTED TABLE OF ty_data WITH UNIQUE KEY key
Method Signatures

Method GET_ENTRY_FOR_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INDEX Call by reference Type reference (TYPE) I Index 20041001
2 Returning RE_ENTRY Value transfer Object reference (TYPE REF TO) IF_WCB_PERS_OBJECT persistentes Objekt 20041001

Method GET_ENTRY_FOR_INDEX on class CL_WCB_PERS_COLL has no exception.
History
Last changed by/on SAP  20041209 
SAP Release Created in 600