Class ZCL_JKRT_REQUEST
Package
ZJK_REG_TEST
- Inheritance Hierarchy
-
-
ZCL_JKRT_OBJECT-
ZCL_JKRT_REQUEST
-
-
- Included interfaces
-
ZIF_JK_BG_RUNNABLE
Output Request
Methods Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Public
|
Instance
|
CONSTRUCTOR | CONSTRUCTOR |
Public
|
Static
|
CREATE | Creates a new output request for a case |
Public
|
Static
|
DELETE_ALL_FOR_LOG | Deletes all log entries |
Public
|
Static
|
FIND | Finds a log in the registry or the database |
Public
|
Instance
|
GET_CASE_ID | Returns case ID |
Public
|
Instance
|
GET_CREATE_DATE | Gets entry create date |
Public
|
Instance
|
GET_CREATE_TIME | Gets entry create time |
Public
|
Instance
|
GET_CREATOR | Gets creator |
Public
|
Instance
|
GET_DATA | Gets data |
Public
|
Instance
|
GET_EXEC_TIME | Returns the output execution time |
Public
|
Instance
|
GET_ID | Gets entry ID |
Public
|
Instance
|
GET_MESSAGE | Gets message |
Public
|
Instance
|
GET_MSGTY | Gets message type |
Public
|
Instance
|
GET_OUTPUT | Gets output |
Public
|
Instance
|
GET_OUTPUT_ID | Gets the assigned output ID |
Public
|
Static
|
LOAD_ALL_FOR_LOG | Loads all log entries for a log |
Public
|
Instance
|
PROCESS | Processes the request |
Public
|
Instance
|
SET_CREATE_DATE | Sets entry create date |
Public
|
Instance
|
SET_CREATE_TIME | Sets entry create time |
Public
|
Instance
|
SET_CREATOR | Sets creator |
Public
|
Instance
|
SET_MESSAGE | Sets message |
Public
|
Instance
|
SET_MSGTY | Sets message type |
Public
|
Instance
|
SET_OUTPUT | Sets output |
Public
|
Instance
|
UPDATE_STATUS | Updates request status |
Private
|
Static
|
LOAD | Loads a log entry |
Public
|
Static
|
ZIF_JK_BG_RUNNABLE~FIND | Deseralizes an object and returns an instance |
Public
|
Instance
|
ZIF_JK_BG_RUNNABLE~GET_KEY | Get object serialization key |
Public
|
Instance
|
ZIF_JK_BG_RUNNABLE~GET_TIMEOUT | Returns timeout value (seconds) |
Public
|
Instance
|
ZIF_JK_BG_RUNNABLE~ON_ERROR | Error occurred |
Public
|
Instance
|
ZIF_JK_BG_RUNNABLE~ON_TIMEOUT | Timeout occurred |
Public
|
Instance
|
ZIF_JK_BG_RUNNABLE~RUN | Runs the task |
Public
|
Instance
|
ZIF_JK_BG_RUNNABLE~SET_RUNTIME | Sets execution time (ms) |
| 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 |
|---|---|---|---|
Private
|
Instance
|
AO_CASE | Test Case (Regression Testing) |
Private
|
Instance
|
AO_OUTPUT | Action Output (Regression Testing) |
Private
|
Instance
|
AS_DATA | Output Requests (Regression Testing) |
Method Detail
-
CONSTRUCTOR
Public Instance CONSTRUCTOR
CONSTRUCTOR- Parameters
- Importing
IO_CASETYPE REF TOZCL_JKRT_CASE- Test Case (Regression Testing)
-
CREATE
Public Static CREATE
Creates a new output request for a case- Parameters
- Importing
IO_CASETYPE REF TOZCL_JKRT_CASE- Test Case (Regression Testing) - Returning
RO_VALUETYPE REF TOZCL_JKRT_REQUEST- Output Request
-
DELETE_ALL_FOR_LOG
Public Static DELETE_ALL_FOR_LOG
Deletes all log entries- Parameters
- Importing
IO_LOGTYPE REF TOZCL_JKRT_LOG- Regression Test Output Log
-
FIND
Public Static FIND
Finds a log in the registry or the database- Parameters
- Importing
IV_IDTYPEZJKRT_DT_REQUEST_ID- Output request ID - Returning
RO_VALUETYPE REF TOZCL_JKRT_REQUEST- Output Request - Exceptions
- ZCX_JK_RECORD_NOT_FOUND
-
GET_CASE_ID
Public Instance GET_CASE_ID
Returns case ID- Parameters
- Returning
RV_VALUETYPEZJKRT_DT_CASE_ID- Test Case ID (Regression Testing)
-
GET_CREATE_DATE
Public Instance GET_CREATE_DATE
Gets entry create date- Parameters
- Returning
RV_VALUETYPECREATEDATE- Date on Which the Record was Created
-
GET_CREATE_TIME
Public Instance GET_CREATE_TIME
Gets entry create time- Parameters
- Returning
RV_VALUETYPECREATETIME- Time created
-
GET_CREATOR
Public Instance GET_CREATOR
Gets creator- Parameters
- Returning
RV_VALUETYPESTRING
-
GET_DATA
Public Instance GET_DATA
Gets data- Parameters
- Returning
RS_VALUETYPEZJKRT_REQUEST- Output Requests (Regression Testing)
-
GET_EXEC_TIME
Public Instance GET_EXEC_TIME
Returns the output execution time- Parameters
- Returning
R_VALUETYPEI
-
GET_ID
Public Instance GET_ID
Gets entry ID- Parameters
- Returning
RS_VALUETYPEZJKRT_DT_REQUEST_ID- Output request ID
-
GET_MESSAGE
Public Instance GET_MESSAGE
Gets message- Parameters
- Returning
RV_VALUETYPESTRING
-
GET_MSGTY
Public Instance GET_MSGTY
Gets message type- Parameters
- Returning
RV_VALUETYPEMSGTY- Message Type
-
GET_OUTPUT
Public Instance GET_OUTPUT
Gets output- Parameters
- Returning
RO_VALUETYPE REF TOZCL_JKRT_OUTPUT- Action Output (Regression Testing)
-
GET_OUTPUT_ID
Public Instance GET_OUTPUT_ID
Gets the assigned output ID- Parameters
- Returning
RV_VALUETYPEZJKRT_DT_OUTPUT_ID- Output ID
-
LOAD_ALL_FOR_LOG
Public Static LOAD_ALL_FOR_LOG
Loads all log entries for a log- Parameters
- Importing
IO_LOGTYPE REF TOZCL_JKRT_LOG- Regression Test Output Log
-
PROCESS
Public Instance PROCESS
Processes the request
-
SET_CREATE_DATE
Public Instance SET_CREATE_DATE
Sets entry create date- Parameters
- Importing
IV_VALUETYPED
-
SET_CREATE_TIME
Public Instance SET_CREATE_TIME
Sets entry create time- Parameters
- Importing
IV_VALUETYPET
-
SET_CREATOR
Public Instance SET_CREATOR
Sets creator- Parameters
- Importing
IV_VALUETYPECSEQUENCE
-
SET_MESSAGE
Public Instance SET_MESSAGE
Sets message- Parameters
- Importing
IV_VALUETYPECSEQUENCE
-
SET_MSGTY
Public Instance SET_MSGTY
Sets message type- Parameters
- Importing
IV_VALUETYPEMSGTY- Message Type
-
SET_OUTPUT
Public Instance SET_OUTPUT
Sets output- Parameters
- Importing
IO_VALUETYPE REF TOZCL_JKRT_OUTPUT- Action Output (Regression Testing)
-
UPDATE_STATUS
Public Instance UPDATE_STATUS
Updates request status
-
LOAD
Private Static LOAD
Loads a log entry- Parameters
- Importing
IS_REQTYPEZJKRT_REQUEST- Output Requests (Regression Testing) - Returning
RO_VALUETYPE REF TOZCL_JKRT_REQUEST- Output Request
-
ZIF_JK_BG_RUNNABLE~FIND
Public Static ZIF_JK_BG_RUNNABLE~FIND
Deseralizes an object and returns an instance- Parameters
- Importing
I_KEYTYPECLIKE - Returning
R_OBJECTTYPE REF TOZIF_JK_BG_RUNNABLE- Object runnable in background task - Exceptions
- ZCX_JK_RECORD_NOT_FOUND
-
ZIF_JK_BG_RUNNABLE~GET_KEY
Public Instance ZIF_JK_BG_RUNNABLE~GET_KEY
Get object serialization key- Parameters
- Returning
R_VALUETYPESTRING
-
ZIF_JK_BG_RUNNABLE~GET_TIMEOUT
Public Instance ZIF_JK_BG_RUNNABLE~GET_TIMEOUT
Returns timeout value (seconds)- Parameters
- Returning
R_VALUETYPEZJK_DT_TIMEOUT- Timeout (sec)
-
ZIF_JK_BG_RUNNABLE~ON_ERROR
Public Instance ZIF_JK_BG_RUNNABLE~ON_ERROR
Error occurred- Parameters
- Importing
I_MSGTYPECLIKE
-
ZIF_JK_BG_RUNNABLE~ON_TIMEOUT
Public Instance ZIF_JK_BG_RUNNABLE~ON_TIMEOUT
Timeout occurred- Parameters
- Importing
I_MSGTYPECLIKE
-
ZIF_JK_BG_RUNNABLE~RUN
Public Instance ZIF_JK_BG_RUNNABLE~RUN
Runs the task
-
ZIF_JK_BG_RUNNABLE~SET_RUNTIME
Public Instance ZIF_JK_BG_RUNNABLE~SET_RUNTIME
Sets execution time (ms)- Parameters
- Importing
I_VALUETYPEI
-
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_CASE
Private Instance AO_CASE TYPE REF TO ZCL_JKRT_CASE
Test Case (Regression Testing)
-
AO_OUTPUT
Private Instance AO_OUTPUT TYPE REF TO ZCL_JKRT_OUTPUT
Action Output (Regression Testing)
-
AS_DATA
Private Instance AS_DATA TYPE ZJKRT_REQUEST
Output Requests (Regression Testing)