SAP ABAP Class CL_BSP_WD_COLLECTION_WRAPPER (WD Collection Wrapper)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-RT (Application Component) UI Runtime Environment
     CRM_BSP_WD (Package) WebClient UI Framework Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BOL_BO_COL Business Object Collection Interface 20020528
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BOL_BO_COL_MULTI_SEL Multiple Selection for Business Object Collections 20050614
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GENIL_BOOLEAN Interface for Boolean Constants 20020614
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_2COLLECTION_WRAPPER WD Double Collection Wrapper 20020617
2 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_TABLE_COLL_WRAPPER WD Collection Wrapper with Internal Table 20040209
Properties
Class CL_BSP_WD_COLLECTION_WRAPPER  
Short Description WD Collection Wrapper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD   WebClient UI Framework Runtime 
Created 20020528   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
# Interface Abstract Final Description Created on
1 IF_BOL_BO_COL Business Object Collection Interface 20020528
2 IF_BOL_BO_COL_MULTI_SEL Multiple Selection for Business Object Collections 20050614
3 IF_GENIL_BOOLEAN Interface for Boolean Constants 20020614
Friends
Class CL_BSP_WD_COLLECTION_WRAPPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AUTOCLEANUP Instance attribute Public Attribute reference (LIKE) 20060613
2 COLLECTION_REF Instance attribute Protected Object reference (TYPE REF TO) IF_BSP_WD_COLLECTION_REF Reference to a Business Object Collection Interface 20060228
3 FALSE Instance attribute Private Attribute reference (LIKE) 20020614
4 IS_ATTACHED Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20061011
5 LOCK_NOTIFIER Instance attribute Private Object reference (TYPE REF TO) LCL_NOTIFIER 20070914
6 MULTI_SELECT Instance attribute Public Attribute reference (LIKE) 20050420
7 SORT_ASCENDING Instance attribute Public Attribute reference (LIKE) 20020828
8 SORT_DESCENDING Instance attribute Public Attribute reference (LIKE) 20020828
9 SORT_STATE Instance attribute Public Attribute reference (LIKE) 20030509
10 TRUE Instance attribute Private Attribute reference (LIKE) 20020614
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_AUTOCLEANUP Instance method Public Method 20060613
2 ADD Instance method Public Method 20020614
3 ADD_COLLECTION Instance method Public Method 20050420
4 ATTACH Instance method Public Method Connect with COLLECTION_REF of Another Wrapper 20060228
5 CLEAR Instance method Public Method 20030520
6 CLEAR_COLLECTION Instance method Public Method Sets Model Collection 20020626
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060228
8 DEREGISTER_COLLECTION Instance method Protected Event handling method 20060301
9 DESTROY Instance method Public Method Decoupling of COLLECTION_REF 20061011
10 FIND Instance method Public Method 20020528
11 GET_COPY Instance method Public Method 20050420
12 GET_CURRENT Instance method Public Method 20020528
13 GET_CURRENT_INDEX Instance method Public Method 20050420
14 GET_FIRST Instance method Public Method 20020528
15 GET_ITERATOR Instance method Public Method 20020528
16 GET_LAST Instance method Public Method 20020528
17 GET_MARKED Instance method Public Method 20050420
18 GET_MARKED_INDICES Instance method Public Method 20050420
19 GET_NEXT Instance method Public Method 20020528
20 GET_PREVIOUS Instance method Public Method 20020528
21 INSERT Instance method Public Method 20060613
22 IS_COLLECTION_BOUND Instance method Public Method Checks Whether the Collection is Bound 20020701
23 MARK Instance method Public Method 20050420
24 MARK_ALL Instance method Public Method 20050420
25 ON_BO_ADDED Instance method Protected Event handling method 20040310
26 ON_BO_DELETED Instance method Protected Event handling method 20040310
27 ON_FOCUS_CHANGED Instance method Protected Event handling method 20020614
28 PUBLISH_CURRENT Instance method Public Method 20050420
29 REGISTER_COLLECTION Instance method Protected Event handling method 20060301
30 REMOVE Instance method Public Method 20020528
31 SET_COLLECTION Instance method Public Method Sets Model Collection 20020528
32 SET_MULTI_SELECT Instance method Public Method 20050420
33 SET_RESET_SURVIVAL_MODE Instance method Public Method 20060613
34 SIZE Instance method Public Method 20020528
35 SORT Instance method Public Method 20020704
36 SORT_INITIAL_LAST Instance method Public Method Sorts Initial Entities to the End of the Collection 20100601
37 UNMARK Instance method Public Method 20050420
38 UNMARK_ALL Instance method Public Method 20050420
Events
# Event Type Visibility Description Created on
1 BO_ADDED Instance Event
(0)
Public
(2)
20040310
2 BO_DELETED Instance Event
(0)
Public
(2)
20040310
3 COLLECTION_EXCHANGED Instance Event
(0)
Public
(2)
Internal Collection Set Again 20060714
4 NEW_FOCUS Instance Event
(0)
Public
(2)
Focus Set on Business Object 20020528
Types
Class CL_BSP_WD_COLLECTION_WRAPPER has no local type.
Method Signatures

Method ACTIVATE_AUTOCLEANUP Signature

Method ACTIVATE_AUTOCLEANUP on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method ACTIVATE_AUTOCLEANUP on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method ADD Signature

Method ADD on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method ADD on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method ADD_COLLECTION Signature

Method ADD_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method ADD_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method ATTACH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOURCE Call by reference Object reference (TYPE REF TO) CL_BSP_WD_COLLECTION_WRAPPER WD Collection Wrapper 20060228

Method ATTACH on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method CLEAR Signature

Method CLEAR on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method CLEAR on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method CLEAR_COLLECTION Signature

Method CLEAR_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method CLEAR_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method CONSTRUCTOR on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method DEREGISTER_COLLECTION Signature

Method DEREGISTER_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method DEREGISTER_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method DESTROY Signature

Method DESTROY on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method DESTROY on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method FIND Signature

Method FIND on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method FIND on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_COPY Signature

Method GET_COPY on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_COPY on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_CURRENT Signature

Method GET_CURRENT on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_CURRENT on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_CURRENT_INDEX Signature

Method GET_CURRENT_INDEX on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_CURRENT_INDEX on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_FIRST Signature

Method GET_FIRST on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_FIRST on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_ITERATOR Signature

Method GET_ITERATOR on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_ITERATOR on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_LAST Signature

Method GET_LAST on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_LAST on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_MARKED Signature

Method GET_MARKED on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_MARKED on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_MARKED_INDICES Signature

Method GET_MARKED_INDICES on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_MARKED_INDICES on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_NEXT Signature

Method GET_NEXT on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_NEXT on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method GET_PREVIOUS Signature

Method GET_PREVIOUS on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method GET_PREVIOUS on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method INSERT Signature

Method INSERT on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method INSERT on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method IS_COLLECTION_BOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20020701

Method IS_COLLECTION_BOUND on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method MARK Signature

Method MARK on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method MARK on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method MARK_ALL Signature

Method MARK_ALL on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method MARK_ALL on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method ON_BO_ADDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BO Value transfer Attribute reference (LIKE) 20040310

Method ON_BO_ADDED on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method ON_BO_DELETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BO Value transfer Attribute reference (LIKE) 20040310

Method ON_BO_DELETED on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method ON_FOCUS_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FOCUS_BO Value transfer Attribute reference (LIKE) 20020614

Method ON_FOCUS_CHANGED on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method PUBLISH_CURRENT Signature

Method PUBLISH_CURRENT on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method PUBLISH_CURRENT on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method REGISTER_COLLECTION Signature

Method REGISTER_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method REGISTER_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method REMOVE Signature

Method REMOVE on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method REMOVE on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method SET_COLLECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLLECTION Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL BO collection interface 20020528
2 Importing IV_DO_NOT_CLEAR_PREVIOUS_COLL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Unterdrückt das Leeren der alten Collection 20060213
3 Importing IV_TRY_TO_KEEP_FOCUS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Kennzeichen: Fokuselement möglichst beibehalten 20060508

Method SET_COLLECTION on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method SET_MULTI_SELECT Signature

Method SET_MULTI_SELECT on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method SET_MULTI_SELECT on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method SET_RESET_SURVIVAL_MODE Signature

Method SET_RESET_SURVIVAL_MODE on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method SET_RESET_SURVIVAL_MODE on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method SIZE Signature

Method SIZE on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method SIZE on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method SORT Signature

Method SORT on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method SORT on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method SORT_INITIAL_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IGNORE_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101215
2 Returning RV_NO_OF_INITIALS Value transfer Type reference (TYPE) INT4 Number of initial entities 20100601

Method SORT_INITIAL_LAST on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method UNMARK Signature

Method UNMARK on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method UNMARK on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.

Method UNMARK_ALL Signature

Method UNMARK_ALL on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Method UNMARK_ALL on class CL_BSP_WD_COLLECTION_WRAPPER has no exception.
Event Signatures

Event BO_ADDED Signature
Event BO_ADDED on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Event BO_DELETED Signature
Event BO_DELETED on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Event COLLECTION_EXCHANGED Signature
Event COLLECTION_EXCHANGED on class CL_BSP_WD_COLLECTION_WRAPPER has no parameter.
Event NEW_FOCUS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 FOCUS_BO Exporting Value transfer Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Zugriffsinterface für BO Attribute 20020528
History
Last changed by/on SAP  20110908 
SAP Release Created in 310