SAP ABAP Class CL_HRRCF_CDCY_CREA_HITL_CAND2 (Hit List for Candidate Search)
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_HITLIST_CTRL_SUPER Controller Class for HRRCF_EXT_HLST 20050927
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20050927
Properties
Class CL_HRRCF_CDCY_CREA_HITL_CAND2  
Short Description Hit List for Candidate Search    
Super Class CL_HRRCF_HITLIST_CTRL_SUPER Controller Class for HRRCF_EXT_HLST 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class HRRCF0001    
Program status P  SAP Standard Production Program 
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20050921   SAP 
Last change 20070917   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20050927
Friends
Class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ASSIGNED_TITLE Instance attribute Public Type reference (TYPE) STRING 20050927
2 HROBJECT Instance attribute Private Type reference (TYPE) HROBJECT Candidate 20050927
3 ITERATOR Instance attribute Public Object reference (TYPE REF TO) CL_HRRCF_CDCY_CREA_HLST_CAN2_T Personalizable Results Table 20060720
4 LT_SELECTIONS Instance attribute Private Type reference (TYPE) HROBJECT_TAB Selected Candidates 20050927
5 NOT_ASSIGNED_TITLE Instance attribute Public Type reference (TYPE) STRING 20050927
6 OTR_FURTHER_CANDIDACIES Instance attribute Private Type reference (TYPE) STRING OTR Text for ".. Other Candidacies" 20050927
7 OTR_NO_FURTHER_CANDIDACIES Instance attribute Private Type reference (TYPE) STRING OTR Text for "No Other Candidacies" 20050927
8 OTR_ONE_FURTHER_CANDIDACY Instance attribute Private Type reference (TYPE) STRING OTR Text for "One Other Candidacy" 20050927
9 PT_CAND_HITLIST Instance attribute Public Type reference (TYPE) RCF_T_HITLIST_CAND Table for Hitlist of Requisition Search 20050927
10 PT_CAND_HITLIST2 Instance attribute Public Type reference (TYPE) RCF_T_HITLIST_CAND Candidate Hit List 20050927
11 REF_CDCY_BL Instance attribute Private Object reference (TYPE REF TO) CL_HRRCF_CANDIDACY_BL BL Facade for Candidacy 20050927
12 RETURN_MESSAGE Instance attribute Public Type reference (TYPE) RCF_RETURN_MESSAGE Return Message 20050927
13 SEL_ROW_INDEX_TAB Instance attribute Public Type reference (TYPE) INT4_TABLE Standard Table of INT4 20050927
14 TABSTRIP_INDEX Instance attribute Public Type reference (TYPE) STRING 20050927
15 TITLE Instance attribute Public Type reference (TYPE) STRING Hit List Title 20050927
16 TITLE2 Instance attribute Public Type reference (TYPE) STRING 20050927
17 VISIBLE_FIRST_ROW Instance attribute Public Type reference (TYPE) I First visible row of table view 20050927
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CANDIDACIES Instance method Private Method Event: Create Candidacies 20050927
2 CREATE_HEADERS Instance method Private Method Format Titles 20050927
3 GET_AND_CONVERT_HITLIST Instance method Private Method Read and Convert Hit List 20050927
4 GET_REF_BL Instance method Private Method Gets Reference to BL Class 20050927
5 GET_SEARCH_VARIANT_GUID Instance method Private Method Gets Parameter from Global Context 20060411
6 GET_SEL_HROBJECTS Instance method Private Method Gets selected candidacy and candidate objects 20050927
7 GET_TOOLTIP_OTR Instance method Private Method Gets Texts for Tooltips 20050927
8 GET_TV_ATTRIBUTES Instance method Private Method Determines the attributes of the table view 20050927
9 LOG_CANDIDATE_PROFILE Instance method Private Method Log Profile 20060411
10 LOG_SEARCH_VARIANT Instance method Private Method Log Search 20060411
11 MARK_ALL_ENTRIES Instance method Private Method Select/Deselect All Entries of Result Table 20050927
12 ON_CANCEL Instance method Private Method Event Handler: Cancel 20050927
13 ON_CHANGE_SEARCH Instance method Private Method Event Handler: Change Search 20050927
14 ON_POPUPMENU Instance method Private Method 20050927
15 ON_TABLE_PERSONALIZE Instance method Private Method Call Table Personalization 20060720
16 ON_TAB_STRIP Instance method Private Method Event Handler 20050927
17 RENDER_CELL_START_NR_CDCY_OPEN Instance method Private Method 20050927
Events
Class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no event.
Types
Class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no local type.
Method Signatures

Method CREATE_CANDIDACIES Signature

Method CREATE_CANDIDACIES on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method CREATE_CANDIDACIES on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method CREATE_HEADERS Signature

Method CREATE_HEADERS on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method CREATE_HEADERS on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method GET_AND_CONVERT_HITLIST Signature

Method GET_AND_CONVERT_HITLIST on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method GET_AND_CONVERT_HITLIST on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method GET_REF_BL Signature

Method GET_REF_BL on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method GET_REF_BL on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method GET_SEARCH_VARIANT_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_SEARCH_VARIANT_GUID Value transfer Type reference (TYPE) GUID_22 Suchvariante 20060411

Method GET_SEARCH_VARIANT_GUID on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method GET_SEL_HROBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_FORM_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20050927

Method GET_SEL_HROBJECTS on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method GET_TOOLTIP_OTR Signature

Method GET_TOOLTIP_OTR on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method GET_TOOLTIP_OTR on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method GET_TV_ATTRIBUTES Signature

Method GET_TV_ATTRIBUTES on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method GET_TV_ATTRIBUTES on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method LOG_CANDIDATE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_INB Call by reference Type reference (TYPE) HROBJECT Suchauftrag 20060411
2 Importing PT_ICDCY_INSTANCES Call by reference Type reference (TYPE) RCF_T_CANDIDACY Kandidaturen 20060411

Method LOG_CANDIDATE_PROFILE on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method LOG_SEARCH_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_INB Call by reference Type reference (TYPE) HROBJECT Suchauftrag 20060411
2 Importing PT_INA Call by reference Type reference (TYPE) RCF_T_HROBJECT Kandidaten 20060411

Method LOG_SEARCH_VARIANT on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method MARK_ALL_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CHECK Call by reference Type reference (TYPE) BOOLE_D 'X' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050927

Method MARK_ALL_ENTRIES on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method ON_CANCEL Signature

Method ON_CANCEL on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method ON_CANCEL on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method ON_CHANGE_SEARCH Signature

Method ON_CHANGE_SEARCH on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method ON_CHANGE_SEARCH on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method ON_POPUPMENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_HTMLB_EVENT Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Eingabedaten von HTMLB 20050927

Method ON_POPUPMENU on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method ON_TABLE_PERSONALIZE Signature

Method ON_TABLE_PERSONALIZE on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no parameter.
Method ON_TABLE_PERSONALIZE on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method ON_TAB_STRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PO_HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA 20050927

Method ON_TAB_STRIP on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.

Method RENDER_CELL_START_NR_CDCY_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20050927
2 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20050927

Method RENDER_CELL_START_NR_CDCY_OPEN on class CL_HRRCF_CDCY_CREA_HITL_CAND2 has no exception.
History
Last changed by/on SAP  20070917 
SAP Release Created in 700