Class ZCL_JKRT_CONFIG
Package
ZJK_REG_TEST
- Inheritance Hierarchy
-
-
ZCL_JKRT_OBJECT-
ZCL_JKRT_CONFIG
-
-
Test Case Configuration (Regression Testing)
Methods Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Public
|
Instance
|
COPY_DATA | Copies cofiguration from a different instance |
Public
|
Static
|
FIND | Finds config by ID |
Public
|
Instance
|
GET_DATA | Returns config data |
Public
|
Instance
|
GET_ID | Gets the configuration GUID |
Public
|
Instance
|
GET_VIEW | Gets a view to display configuration |
Public
|
Instance
|
SET_DATA | Sets data |
Public
|
Instance
|
VALIDATE | Validates the configuration |
Protected
|
Instance
|
GET_DATA_REF | Gets data |
Protected
|
Instance
|
NEW | Returns a new instance of a config |
Private
|
Instance
|
LOAD_DATA | Loads configuration data |
Private
|
Instance
|
SET_ID | Sets config ID |
| Methods inherited from ZCL_JKRT_OBJECT | |||
| 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 |
|---|---|---|---|
Protected
|
Instance
|
AO_VIEW | Config View (Regression Testing) |
Protected
|
Instance
|
AS_COMMON_DATA | Test Setup (Regression Testing) |
Private
|
Instance
|
AV_DATA_LOADED | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Method Detail
-
COPY_DATA
Public Instance COPY_DATA
Copies cofiguration from a different instance- Parameters
- Importing
IO_CONFIGTYPE REF TOZCL_JKRT_CONFIG- Test Case Configuration (Regression Testing)
-
FIND
Public Static FIND
Finds config by ID- Parameters
- Importing
IV_IDTYPEZJKRT_DT_CONFIG_ID- Config ID - Returning
RO_VALUETYPE REF TOZCL_JKRT_CONFIG- Test Case Configuration (Regression Testing) - Exceptions
- ZCL_JKRT_CONFIG
-
GET_DATA
Public Instance GET_DATA
Returns config data- Parameters
- Exporting
OA_DATATYPEANY
-
GET_ID
Public Instance GET_ID
Gets the configuration GUID- Parameters
- Returning
RV_VALUETYPEZJKRT_DT_CONFIG_ID- Config ID
-
GET_VIEW
Public Instance GET_VIEW
Gets a view to display configuration- Parameters
- Returning
RO_VALUETYPE REF TOZCL_JKRT_CONFIG_VIEW- Config View (Regression Testing)
-
SET_DATA
Public Instance Abstract SET_DATA
Sets data- Parameters
- Importing
IA_DATATYPEDATA
-
VALIDATE
Public Instance Abstract VALIDATE
Validates the configuration
-
GET_DATA_REF
Protected Instance Abstract GET_DATA_REF
Gets data- Parameters
- Returning
RD_DATATYPE REF TODATA
-
NEW
Protected Instance Abstract NEW
Returns a new instance of a config- Parameters
- Returning
RO_VALUETYPE REF TOZCL_JKRT_CONFIG- Test Case Configuration (Regression Testing)
-
LOAD_DATA
Private Instance LOAD_DATA
Loads configuration data
-
SET_ID
Private Instance SET_ID
Sets config ID- Parameters
- Importing
IV_VALUETYPEZJKRT_DT_CONFIG_ID- Config ID
-
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
-
AO_VIEW
Protected Instance AO_VIEW TYPE REF TO ZCL_JKRT_CONFIG_VIEW
Config View (Regression Testing)
-
AS_COMMON_DATA
Protected Instance AS_COMMON_DATA TYPE ZJKRT_CONFIG
Test Setup (Regression Testing)
-
AV_DATA_LOADED
Private Instance AV_DATA_LOADED TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')