Class ZCL_JKRT_OBJECT
Package
ZJK_REG_TEST
Regression Testing Persistent Object
Methods Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Public
|
Instance
|
COPY | Copies the object |
Public
|
Instance
|
DELETE | Deletes the object from the database |
Public
|
Instance
|
INSERT | Inserts the object into the database |
Public
|
Instance
|
IS_CLEAN | Checks if the object is clean (not modified) |
Public
|
Instance
|
IS_DELETED | Checks if the object is deleted |
Public
|
Instance
|
IS_DIRTY | Checks if the object is dirty (modified) |
Public
|
Instance
|
IS_LOADING | Returns 'X' if object is being loaded |
Public
|
Instance
|
IS_NEW | Checks if the object is new |
Public
|
Instance
|
RELOAD | Reloads object from the database |
Public
|
Instance
|
SAVE | Saves the object in the database |
Public
|
Instance
|
UPDATE | Updates the object in the database |
Protected
|
Instance
|
MARK_CLEAN | Marks the object as clean (not modified) |
Protected
|
Instance
|
MARK_DELETED | Marks the object as deleted |
Protected
|
Instance
|
MARK_DIRTY | Marks the object as dirty (modified) |
Protected
|
Instance
|
MARK_LOADED | Marks object as loaded |
Protected
|
Instance
|
MARK_LOADING | Marks object as being loaded |
Protected
|
Instance
|
MARK_NEW | Marks the object as new |
Attributes Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Private
|
Instance
|
AV_CLEAN | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Private
|
Instance
|
AV_DELETED | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Private
|
Instance
|
AV_DIRTY | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Private
|
Instance
|
AV_LOADING | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Private
|
Instance
|
AV_NEW | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Method Detail
-
COPY
Public Instance COPY
Copies the object- Parameters
- Importing
IA_IDTYPEANYOPTIONAL - Returning
RO_VALUETYPE REF TOZCL_JKRT_OBJECT- Regression Testing Persistent Object
-
DELETE
Public Instance Abstract DELETE
Deletes the object from the database
-
INSERT
Public Instance Abstract INSERT
Inserts the object into the database
-
IS_CLEAN
Public Instance IS_CLEAN
Checks if the object is clean (not modified)- Parameters
- Returning
RV_VALUETYPEBOOLE_D- Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
IS_DELETED
Public Instance IS_DELETED
Checks if the object is deleted- Parameters
- Returning
RV_VALUETYPEBOOLE_D- Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
IS_DIRTY
Public Instance IS_DIRTY
Checks if the object is dirty (modified)- Parameters
- Returning
RV_VALUETYPEBOOLE_D- Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
IS_LOADING
Public Instance IS_LOADING
Returns 'X' if object is being loaded- Parameters
- Returning
RV_VALUETYPEBOOLE_D- Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
IS_NEW
Public Instance IS_NEW
Checks if the object is new- Parameters
- Returning
RV_VALUETYPEBOOLE_D- Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
RELOAD
Public Instance RELOAD
Reloads object from the database
-
SAVE
Public Instance SAVE
Saves the object in the database
-
UPDATE
Public Instance Abstract UPDATE
Updates the object in the database
-
MARK_CLEAN
Protected Instance MARK_CLEAN
Marks the object as clean (not modified)
-
MARK_DELETED
Protected Instance MARK_DELETED
Marks the object as deleted
-
MARK_DIRTY
Protected Instance MARK_DIRTY
Marks the object as dirty (modified)
-
MARK_LOADED
Protected Instance MARK_LOADED
Marks object as loaded
-
MARK_LOADING
Protected Instance MARK_LOADING
Marks object as being loaded
-
MARK_NEW
Protected Instance MARK_NEW
Marks the object as new
Attribute Detail
-
AV_CLEAN
Private Instance AV_CLEAN TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
AV_DELETED
Private Instance AV_DELETED TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
AV_DIRTY
Private Instance AV_DIRTY TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
AV_LOADING
Private Instance AV_LOADING TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
-
AV_NEW
Private Instance AV_NEW TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')