Class ZCL_JKRT_OUTPUT
Package
ZJK_REG_TEST
- Inheritance Hierarchy
-
-
ZCL_JKRT_OBJECT-
ZCL_JKRT_OUTPUT
-
-
Action Output (Regression Testing)
Methods Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Public
|
Instance
|
CONSTRUCTOR | CONSTRUCTOR |
Public
|
Static
|
DELETE_WITH_ID | Deletes an output from the database |
Public
|
Instance
|
DISPLAY | Displays the output |
Public
|
Instance
|
DOWNLOAD | Download output to a given directory |
Public
|
Static
|
FIND | Finds output |
Public
|
Instance
|
GET_COMPARE_VIEW | Returns compare view for the output |
Public
|
Instance
|
GET_CREATE_DATE | Gets create date |
Public
|
Instance
|
GET_CREATE_TIME | Gets create time |
Public
|
Instance
|
GET_CREATOR | Gets creator |
Public
|
Instance
|
GET_DATA | Returns output data |
Public
|
Instance
|
GET_DATA_REF | Loads and returns output data reference |
Public
|
Instance
|
GET_EXECUTION_TIME | Returns the output generation time (ms) |
Public
|
Instance
|
GET_ID | Gets output ID |
Public
|
Instance
|
GET_TYPE | Get output type |
Public
|
Instance
|
SET_CREATE_DATE | Sets create date |
Public
|
Instance
|
SET_CREATE_TIME | Sets create time |
Public
|
Instance
|
SET_CREATOR | Sets creator |
Public
|
Instance
|
SET_DATA | Sets data |
Public
|
Instance
|
SET_EXECUTION_TIME | Sets the output generation time (ms) |
Protected
|
Instance
|
LOAD_DATA | Loads output data |
Protected
|
Instance
|
NEW | Creates new output (instance) |
Private
|
Instance
|
SET_ID | Sets output 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
|
AD_DATA | |
Protected
|
Instance
|
AO_COMPARE_VIEW | Output View |
Protected
|
Instance
|
AO_VIEW | Output View |
Protected
|
Instance
|
AS_COMMON_DATA | Test Result (Regression Testing) |
Private
|
Instance
|
AV_DATA_LOADED | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') |
Method Detail
-
CONSTRUCTOR
Public Instance CONSTRUCTOR
CONSTRUCTOR- Parameters
- Importing
IV_TYPETYPEZJKRT_DT_OUTPUT_TYPE- Output type (regression testing)
-
DELETE_WITH_ID
Public Static DELETE_WITH_ID
Deletes an output from the database- Parameters
- Importing
IV_OUTPUT_IDTYPEZJKRT_DT_OUTPUT_ID- Output ID
-
DISPLAY
Public Instance DISPLAY
Displays the output- Parameters
- Importing
IV_TITLETYPECSEQUENCEOPTIONAL
-
DOWNLOAD
Public Instance DOWNLOAD
Download output to a given directory- Parameters
- Importing
IV_DIRECTORYTYPECLIKE - Importing
IV_NAME_PREFIXTYPECLIKE
-
FIND
Public Static FIND
Finds output- Parameters
- Importing
IV_IDTYPEZJKRT_DT_OUTPUT_ID- Output ID - Returning
RO_VALUETYPE REF TOZCL_JKRT_OUTPUT- Action Output (Regression Testing) - Exceptions
- ZCX_JK_RECORD_NOT_FOUND
-
GET_COMPARE_VIEW
Public Instance GET_COMPARE_VIEW
Returns compare view for the output- Parameters
- Returning
RO_VIEWTYPE REF TOZCL_JKRT_COMPARE_VIEW- Output Comparison View
-
GET_CREATE_DATE
Public Instance GET_CREATE_DATE
Gets create date- Parameters
- Returning
RV_VALUETYPECREATEDATE- Date on Which the Record was Created
-
GET_CREATE_TIME
Public Instance GET_CREATE_TIME
Gets create time- Parameters
- Returning
RV_VALUETYPECREATETIME- Time created
-
GET_CREATOR
Public Instance GET_CREATOR
Gets creator- Parameters
- Returning
RV_VALUETYPEERNAM- Name of Person who Created the Object
-
GET_DATA
Public Instance GET_DATA
Returns output data- Parameters
- Exporting
IA_DATATYPEANY
-
GET_DATA_REF
Public Instance GET_DATA_REF
Loads and returns output data reference- Parameters
- Returning
RD_DATATYPE REF TODATA
-
GET_EXECUTION_TIME
Public Instance GET_EXECUTION_TIME
Returns the output generation time (ms)- Parameters
- Returning
R_VALUETYPEI
-
GET_ID
Public Instance GET_ID
Gets output ID- Parameters
- Returning
RV_VALUETYPEGUID_32- GUID in 'CHAR' Format in Upper Case
-
GET_TYPE
Public Instance GET_TYPE
Get output type- Parameters
- Returning
RV_VALUETYPEZJKRT_DT_OUTPUT_TYPE- Output type (regression testing)
-
SET_CREATE_DATE
Public Instance SET_CREATE_DATE
Sets create date- Parameters
- Importing
IV_VALUETYPED
-
SET_CREATE_TIME
Public Instance SET_CREATE_TIME
Sets create time- Parameters
- Importing
IV_VALUETYPET
-
SET_CREATOR
Public Instance SET_CREATOR
Sets creator- Parameters
- Importing
IV_VALUETYPEERNAM- Name of Person who Created the Object
-
SET_DATA
Public Instance Abstract SET_DATA
Sets data- Parameters
- Importing
IA_DATATYPEDATA
-
SET_EXECUTION_TIME
Public Instance SET_EXECUTION_TIME
Sets the output generation time (ms)- Parameters
- Importing
I_VALUETYPEI
-
LOAD_DATA
Protected Instance LOAD_DATA
Loads output data
-
NEW
Protected Instance Abstract NEW
Creates new output (instance)- Parameters
- Returning
RO_VALUETYPE REF TOZCL_JKRT_OUTPUT- Action Output (Regression Testing)
-
SET_ID
Private Instance SET_ID
Sets output ID- Parameters
- Importing
IV_VALUETYPEZJKRT_DT_OUTPUT_ID- Output 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
-
AD_DATA
Protected Instance AD_DATA TYPE REF TO DATA
-
AO_COMPARE_VIEW
Protected Instance AO_COMPARE_VIEW TYPE REF TO ZCL_JKRT_COMPARE_VIEW
Output View
-
AO_VIEW
Protected Instance AO_VIEW TYPE REF TO ZCL_JKRT_OUTPUT_VIEW
Output View
-
AS_COMMON_DATA
Protected Instance AS_COMMON_DATA TYPE ZJKRT_OUTPUT
Test Result (Regression Testing)
-
AV_DATA_LOADED
Private Instance AV_DATA_LOADED TYPE BOOLE_D
Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')