SAP ABAP Class CL_HRRCF_FAVORITE_POSTINGS (List of Bookmarked Postings)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_BL (Package) Recruitment Factory: Business Logic
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20011123
Properties
Class CL_HRRCF_FAVORITE_POSTINGS  
Short Description List of Bookmarked Postings    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_BL   Recruitment Factory: Business Logic 
Created 20011123   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRRCF_FAVORITE_POSTINGS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20011123
Friends
Class CL_HRRCF_FAVORITE_POSTINGS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DELETE_OPERATION Instance attribute Private Attribute reference (LIKE) 20011123
2 FALSE Instance attribute Private Attribute reference (LIKE) 20011123
3 HIGH_DATE Instance attribute Private Attribute reference (LIKE) 20011123
4 INSERT_OPERATION Instance attribute Private Attribute reference (LIKE) 20011123
5 INSTANCE_DIRECTORY Static Attribute Private Type reference (TYPE) INSTANCE_DIRECTORY 20011123
6 LOW_DATE Instance attribute Private Attribute reference (LIKE) 20011123
7 MODIFY_OPERATION Instance attribute Private Attribute reference (LIKE) 20011123
8 MYCLUSTERID Static Attribute Public Type reference (TYPE) CHAR_S_02 'FP' Character field, length 2 20011123
9 RECORDS Instance attribute Private Type reference (TYPE) RCF_T_FAVORITE_POSTING Job Posting 20011123
10 RECORDS_ALREADY_READ Instance attribute Private Type reference (TYPE) BOOLE_D Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20011123
11 TRUE Instance attribute Private Attribute reference (LIKE) 20011123
12 USER Instance attribute Public Type reference (TYPE) SYUNAME User Name 20011123
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FAVORITE Instance method Public Method Add Favorite 20011123
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20011123
3 DELETE_FAVORITE Instance method Public Method Delete Favorite 20011123
4 DELETE_RECORDS_BY_POSTING Static method Public Method Delete Records of User by Posting 20030307
5 GET_FAVORITES Instance method Public Method List of Favorites 20011123
6 GET_INSTANCE Static method Public Method Instance Generation 20011123
7 GET_INSTANCE_FROM_DIRECTORY Static method Private Method Get Instance from Buffer 20011123
8 READ_FAVORITES Instance method Private Method Read Favorites 20011123
9 REGISTER_INSTANCE Static method Private Method Register Instance in Buffer 20011123
10 UPDATE_FAVORITES Instance method Private Method Save Favorites 20011123
11 UPDATE_NOTE Instance method Public Method Update Note 20020131
Events
Class CL_HRRCF_FAVORITE_POSTINGS has no event.
Types
Class CL_HRRCF_FAVORITE_POSTINGS has no local type.
Method Signatures

Method ADD_FAVORITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTE Call by reference Type reference (TYPE) RCF_NOTE notes on candidate/manager favorites 20011123
2 Importing POSTING Call by reference Type reference (TYPE) RCF_POSTING Ausschreibung 20011123
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20011123
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method DELETE_FAVORITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POSTING Call by reference Type reference (TYPE) RCF_POSTING Ausschreibung 20011123
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method DELETE_RECORDS_BY_POSTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POSTING Call by reference Type reference (TYPE) RCF_POSTING Objekt-ID der Stellenausschreibung 20030307
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20030307

Method GET_FAVORITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RECORDS Call by reference Type reference (TYPE) RCF_T_FAVORITE_POSTING Favoritenliste der Ausschreibung 20011123
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INSTANCE Call by reference Object reference (TYPE REF TO) CL_HRRCF_FAVORITE_POSTINGS Favoritenliste der Suchaufträge 20011123
2 Importing USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20011123
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method GET_INSTANCE_FROM_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INSTANCE Call by reference Object reference (TYPE REF TO) CL_HRRCF_FAVORITE_POSTINGS Favoritenliste der Ausschreibung 20011123
2 Importing USER Call by reference Type reference (TYPE) SY-UNAME SY-UNAME R/3-System, Anmeldename des Benutzers 20011123

Method GET_INSTANCE_FROM_DIRECTORY on class CL_HRRCF_FAVORITE_POSTINGS has no exception.

Method READ_FAVORITES Signature

Method READ_FAVORITES on class CL_HRRCF_FAVORITE_POSTINGS has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method REGISTER_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INSTANCE Call by reference Object reference (TYPE REF TO) CL_HRRCF_FAVORITE_POSTINGS Favoritenliste der Ausschreibung 20011123
2 Importing USER Call by reference Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20011123

Method REGISTER_INSTANCE on class CL_HRRCF_FAVORITE_POSTINGS has no exception.

Method UPDATE_FAVORITES Signature

Method UPDATE_FAVORITES on class CL_HRRCF_FAVORITE_POSTINGS has no parameter.
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20011123

Method UPDATE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTE Call by reference Type reference (TYPE) RCF_NOTE Notizen zu einem Favoriten des Managers oder des Kandidaten 20020131
2 Importing POSTING Call by reference Type reference (TYPE) RCF_POSTING Objekt-ID der Stellenausschreibung 20020131
# Exception Resumable Description Created on
1 CX_HRRCF übergeordnete Ausnahmeklasse von mySAP e-Recruiting 20020131
History
Last changed by/on SAP  20041006 
SAP Release Created in 110