SAP ABAP Class CL_HRRCF_WORKLIST_UI_SERVICE (Service Class for Worklists)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI (Package) Recruitment Factory: User Interface
Properties
Class CL_HRRCF_WORKLIST_UI_SERVICE  
Short Description Service Class for Worklists    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20060301   SAP 
Last change 20091125   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRRCF_WORKLIST_UI_SERVICE has no interface implemented.
Friends
Class CL_HRRCF_WORKLIST_UI_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_CURRENT_WORKLIST Instance attribute Private Type reference (TYPE) RCF_S_WL_NAV_CONTEXT Worklist Context 20060309
2 GT_REGISTERED_WORKLIST Instance attribute Private Type reference (TYPE) RCF_T_WL_NAV_CONTEXT Contexts of Worklists 20060309
3 GV_REFRESH_DASHBOARD Instance attribute Private Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (='X') and FALSE (=' ') 20060508
4 GV_REFRESH_NAVTREE Instance attribute Private Type reference (TYPE) BOOLE_D Update Navigation Tree 20090109
5 SO_SERVICE_CLASS Static Attribute Private Object reference (TYPE REF TO) CL_HRRCF_WORKLIST_UI_SERVICE Service Class for Worklists 20060309
Methods
# Method Level Visibility Method type Description Created on
1 GET_CURRENT_WORKLIST Instance method Public Method Returns Current Worklist 20060309
2 GET_INSTANCE Static method Public Method Singleton 20060309
3 GET_WORKLISTS Instance method Public Method Returns Worklists for each Context 20060323
4 INITIALIZE Instance method Public Method Initialization 20060309
5 IS_CHILD Instance method Public Method Is Current Worklist a Child? 20060309
6 IS_REFRESH_DASHBOARD Instance method Public Method Is Dashboard To Be Updated? 20060508
7 IS_REFRESH_NAVTREE Instance method Public Method Is Dashboard To Be Updated? 20090109
8 REFRESH_DASHBOARD Instance method Public Method Update Dashboard 20060508
9 REFRESH_NAVTREE Instance method Public Method Update Dashboard 20090109
10 REGISTER_WORKLIST Instance method Public Method Registers Worklist 20060309
11 REMOVE_CURRENT_WORKLIST Instance method Public Method Removes Current Worklist 20060309
12 TRIGGER_REFRESH Instance method Public Method Triggers "Refresh" Event 20060322
Events
# Event Type Visibility Description Created on
1 REFRESH Instance Event
(0)
Public
(2)
Event "Reload Data" 20060322
Types
Class CL_HRRCF_WORKLIST_UI_SERVICE has no local type.
Method Signatures

Method GET_CURRENT_WORKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PS_WL_CONTEXT Value transfer Type reference (TYPE) RCF_S_WL_NAV_CONTEXT Arbeitsvorratskontext 20060309

Method GET_CURRENT_WORKLIST on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INSTANCE Value transfer Object reference (TYPE REF TO) CL_HRRCF_WORKLIST_UI_SERVICE Service-Klasse für Arbeitslisten 20060309

Method GET_INSTANCE on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method GET_WORKLISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) RCF_CONTEXT Kontext 20060323
2 Importing IV_EXCLUDE_TARGETS Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20061201
3 Returning RT_WORKLIST Value transfer Type reference (TYPE) RCF_T_WL_INFO Allgemeine Informationen zu Arbeitsvorräten 20060323
# Exception Resumable Description Created on
1 CX_HRRCF_CUSTOMIZING Customizing Fehler 20060406
2 CX_HRRCF_WORKLIST Ausnahmeklasse für Arbeitslisten 20060406

Method INITIALIZE Signature

Method INITIALIZE on class CL_HRRCF_WORKLIST_UI_SERVICE has no parameter.
Method INITIALIZE on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method IS_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_CHILD Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060309

Method IS_CHILD on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method IS_REFRESH_DASHBOARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REFRESH Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20060508

Method IS_REFRESH_DASHBOARD on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method IS_REFRESH_NAVTREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REFRESH Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20090109

Method IS_REFRESH_NAVTREE on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method REFRESH_DASHBOARD Signature

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

Method REFRESH_DASHBOARD on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method REFRESH_NAVTREE Signature

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

Method REFRESH_NAVTREE on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method REGISTER_WORKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PS_WL_CONTEXT Call by reference Type reference (TYPE) RCF_S_WL_NAV_CONTEXT Arbeitsvorratskontext 20060309

Method REGISTER_WORKLIST on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method REMOVE_CURRENT_WORKLIST Signature

Method REMOVE_CURRENT_WORKLIST on class CL_HRRCF_WORKLIST_UI_SERVICE has no parameter.
Method REMOVE_CURRENT_WORKLIST on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.

Method TRIGGER_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WL_ID Call by reference Type reference (TYPE) RCF_WL_ID 20060322

Method TRIGGER_REFRESH on class CL_HRRCF_WORKLIST_UI_SERVICE has no exception.
Event Signatures

Event REFRESH Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IV_WL_ID Exporting Value transfer Type reference (TYPE) RCF_WL_ID 20060322
History
Last changed by/on SAP  20091125 
SAP Release Created in 700