SAP ABAP Class CL_HRRCF_QA_TPLBLD_TPL_LIST (Controller Class for HRRCF_QA_TPLBLD)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI (Package) Recruitment Factory: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRRCF_CONTROLLER Super Class of Unspecified HRRCF Controllers 20030301
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_DYNAMIC_CTRL_CALLS Interface for Dynamic Call of Controllers 20030402
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_HROBJECT_EXCHG Interface for Set/Get of an HROBJECT 20030403
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_JUMP_AND_BACK Jump to Another Application and Back 20030402
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_QA_MODE_EXCHG Interface for General Parameter Exchange 20030408
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_QA_QSTBLD_EXCHG Interface for Question Builder Parameter Exchange 20030404
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_QA_QSTLIST_EXCHG List of Questions Assigned to a Template 20030402
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_SEARCHHLP_CLIENT Calling Program of a Search Help 20030402
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_SUBVIEW Interface for SubViews 20030401
Properties
Class CL_HRRCF_QA_TPLBLD_TPL_LIST  
Short Description Controller Class for HRRCF_QA_TPLBLD    
Super Class CL_HRRCF_CONTROLLER Super Class of Unspecified HRRCF Controllers 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20030301   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_QA_TPLBLD_TPL_LIST has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_DYNAMIC_CTRL_CALLS Interface for Dynamic Call of Controllers 20030402
2 IF_HRRCF_HROBJECT_EXCHG Interface for Set/Get of an HROBJECT 20030403
3 IF_HRRCF_JUMP_AND_BACK Jump to Another Application and Back 20030402
4 IF_HRRCF_QA_MODE_EXCHG Interface for General Parameter Exchange 20030408
5 IF_HRRCF_QA_QSTBLD_EXCHG Interface for Question Builder Parameter Exchange 20030404
6 IF_HRRCF_QA_QSTLIST_EXCHG List of Questions Assigned to a Template 20030402
7 IF_HRRCF_SEARCHHLP_CLIENT Calling Program of a Search Help 20030402
8 IF_HRRCF_SUBVIEW Interface for SubViews 20030401
Friends
Class CL_HRRCF_QA_TPLBLD_TPL_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLLAPSED Instance attribute Public Type reference (TYPE) STRING 20040302
2 CURR_COMP_ID Instance attribute Public Type reference (TYPE) RCF_CTRL_COMP_ID Controller Component ID 20030402
3 CURR_CONTROLLER Instance attribute Public Type reference (TYPE) RCF_CTRL_URL Controller URL 20030402
4 C_EEO_TYPE Constant Public Type reference (TYPE) RCF_QA_TYPE 'E' Appraisal Category ID 20030405
5 EDITED_QST_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Object 20030404
6 HITS_PER_PAGE Instance attribute Public Type reference (TYPE) I 20030401
7 NO_TPL_CHG Instance attribute Public Type reference (TYPE) STRING 20030408
8 PT_SELECTED_QSTS Instance attribute Public Type reference (TYPE) RCF_T_HROBJECT Table Type for Transfer of HR Objects 20030402
9 QSTS_WITH_MARKS Instance attribute Private Type reference (TYPE) RCF_T_QA_QST2TPL Table of Assigned Questions of a Template 20030401
10 REFRESH_LIST Instance attribute Private Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20030409
11 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20030811
12 SELECTED_MODE Instance attribute Public Type reference (TYPE) INT4 Natural Number 20030405
13 TPL_HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Object 20030401
14 VISIBLE_FIRST_ROW Instance attribute Public Type reference (TYPE) I 20030401
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_QUESTIONS_TO_TPL Instance method Private Method 20030402
2 DEQUEUE_QUESTION Instance method Private Method 20030409
3 DEQUEUE_TEMPLATE Instance method Private Method 20030408
4 ENQUEUE_QUESTION Instance method Private Method 20030413
5 ENQUEUE_TEMPLATE Instance method Private Method 20030408
6 GET_MY_TYPE Instance method Public Method 20030409
7 GET_QUESTIONS Instance method Private Method 20030401
8 ON_TAB_STRIP_EVENT Instance method Private Method 20030405
9 SET_DEFAULT_CONTROLLER Instance method Private Method 20030402
10 SET_EDITED_QST Instance method Private Method 20030404
11 SORT_QUESTIONS Instance method Private Method 20030404
12 UPDATE_LIST Instance method Private Method 20030402
Events
Class CL_HRRCF_QA_TPLBLD_TPL_LIST has no event.
Types
Class CL_HRRCF_QA_TPLBLD_TPL_LIST has no local type.
Method Signatures

Method ASSIGN_QUESTIONS_TO_TPL Signature

Method ASSIGN_QUESTIONS_TO_TPL on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030402

Method DEQUEUE_QUESTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_QST_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20030409

Method DEQUEUE_QUESTION on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.

Method DEQUEUE_TEMPLATE Signature

Method DEQUEUE_TEMPLATE on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030408

Method ENQUEUE_QUESTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_QST_HROBJECT Call by reference Type reference (TYPE) HROBJECT Objekt 20030413

Method ENQUEUE_QUESTION on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.

Method ENQUEUE_TEMPLATE Signature

Method ENQUEUE_TEMPLATE on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
Method ENQUEUE_TEMPLATE on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.

Method GET_MY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_QATYPE Value transfer Type reference (TYPE) RCF_QA_TYPE Beurteilungskategorien-ID 20030409
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030409

Method GET_QUESTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PT_QSTS_WITH_MARKS Call by reference Type reference (TYPE) RCF_T_QA_QST2TPL Tabelle zugeordneter Fragen eines Templates 20030403
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030401

Method ON_TAB_STRIP_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA HTMLB Basic Event 20040302

Method ON_TAB_STRIP_EVENT on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.

Method SET_DEFAULT_CONTROLLER Signature

Method SET_DEFAULT_CONTROLLER on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
Method SET_DEFAULT_CONTROLLER on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.

Method SET_EDITED_QST Signature

Method SET_EDITED_QST on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030404

Method SORT_QUESTIONS Signature

Method SORT_QUESTIONS on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
Method SORT_QUESTIONS on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.

Method UPDATE_LIST Signature

Method UPDATE_LIST on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no parameter.
Method UPDATE_LIST on class CL_HRRCF_QA_TPLBLD_TPL_LIST has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 10A