SAP ABAP Class /TDAG/CL_WFF_PERSISTER_MGR (Administrator for Persister Classes)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/EHFND_FW_WFF_PERSISTENCE (Package) Persistency Layer for TBO Implementations
⤷
⤷
Properties
| Class | /TDAG/CL_WFF_PERSISTER_MGR | |
| Short Description | Administrator for Persister Classes | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /TDAG/EHFND_FW_WFF_PERSISTENCE | Persistency Layer for TBO Implementations |
| Created | 20080701 | SAP |
| Last change | 20141109 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /TDAG/CL_WFF_PERSISTER_MGR has no interface implemented.
Friends
Class /TDAG/CL_WFF_PERSISTER_MGR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_L_PERSISTER_CACHE_TABLE | Internal Table to Buffer Persister Instances | 20080717 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes a Specified TBO Instance from the Database | 20080728 | |
| 2 | Instance method | Public | Method | Creates a New Instance of a Persister Class | 20080717 | |
| 3 | Instance method | Public | Method | Persists the Specified TBO | 20080724 | |
| 4 | Instance method | Public | Method | Persists the Specified TBO | 20080717 |
Events
Class /TDAG/CL_WFF_PERSISTER_MGR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_L_PERSISTER_CACHE_ENTRY | Private | See coding | 20080717 | BEGIN OF ty_l_persister_cache_entry,
class_name TYPE string,
object_ref TYPE REF TO /tdag/if_wff_persister,
END OF ty_l_persister_cache_entry
|
||
| 2 | TY_L_PERSISTER_CACHE_TABLE | Private | See coding | 20080717 | ty_l_persister_cache_table TYPE STANDARD TABLE OF ty_l_persister_cache_entry
|
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TBO | Call by reference | Object reference (TYPE REF TO) | /TDAG/IF_WFF_PERSISTABLE_TBO | Das zu löschende TBO | 20080728 |
Method DELETE on class /TDAG/CL_WFF_PERSISTER_MGR has no exception.
Method INSTANTIATE_PERSISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PERSISTER_CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | Objekttypname | 20080717 | |||
| 2 | RO_PERSISTER | Value transfer | Object reference (TYPE REF TO) | /TDAG/IF_WFF_PERSISTER | Die neue Persisterinstanz | 20080717 |
Method INSTANTIATE_PERSISTER on class /TDAG/CL_WFF_PERSISTER_MGR has no exception.
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TBO | Call by reference | Object reference (TYPE REF TO) | /TDAG/IF_WFF_PERSISTABLE_TBO | Das zu schreibende TBO | 20080724 |
Method READ on class /TDAG/CL_WFF_PERSISTER_MGR has no exception.
Method WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_TBO | Call by reference | Object reference (TYPE REF TO) | /TDAG/IF_WFF_PERSISTABLE_TBO | Das zu schreibende TBO | 20080717 |
Method WRITE on class /TDAG/CL_WFF_PERSISTER_MGR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 110_600 |