SAP ABAP Class CL_CRM_FD_ABS_ATOM_ENT_PROV (Abstract superclass for atom entries providers)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     CRM_FEEDS (Package) Infrastructure for CRM feeds (RSS, Atom)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_FD_ATOM_ENTRIES_PROV Entries provider in Atom feed format 20080325
Properties
Class CL_CRM_FD_ABS_ATOM_ENT_PROV  
Short Description Abstract superclass for atom entries providers    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_FEEDS   Infrastructure for CRM feeds (RSS, Atom) 
Created 20080325   SAP 
Last change 20100303   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CRM_FD_ATOM_ENTRIES_PROV Entries provider in Atom feed format 20080325
Friends
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DEFAULT_SIMPLE_TRANSFORM Constant Public Type reference (TYPE) STRING 'CRM_FD_DEFAULT' 20080325
2 GC_MAX_NB_ENTRIES_PER_PROVIDER Constant Public Type reference (TYPE) INT4 101 Max number of entries allowed per entry provider, +1 20080421
3 GV_BUSINESS_ROLE Instance attribute Protected Type reference (TYPE) CRMT_UI_PROFILE Business Role 20080811
Methods
# Method Level Visibility Method type Description Created on
1 GET_CRM_LINK Instance method Protected Method Get the link to crm application 20080415
2 GET_ENTRIES_TABLE Instance method Protected Method Get an internal table representing data entries 20080325
3 GET_SIMPLE_TRANSFORM_ID Instance method Protected Method Get ID of Simple Transform: internal table -> xml string 20080325
Events
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no event.
Types
Class CL_CRM_FD_ABS_ATOM_ENT_PROV has no local type.
Method Signatures

Method GET_CRM_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20080415
2 Returning RV_LINK Value transfer Type reference (TYPE) STRING 20080415

Method GET_CRM_LINK on class CL_CRM_FD_ABS_ATOM_ENT_PROV has no exception.

Method GET_ENTRIES_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FEED_ID Call by reference Type reference (TYPE) CRM_FD_ID ID of crm feed 20080417
2 Importing IV_FEED_TYPE Call by reference Type reference (TYPE) CRM_FD_TYPE CRM Feed type (Atom, RSS) 20080417
3 Importing IV_PROVIDER_ID Call by reference Type reference (TYPE) CRM_FD_PROV_ID Feed entries provider id 20080417
4 Importing IV_UPDATED_SINCE Call by reference Type reference (TYPE) CRM_FD_ENTRY_REFRESH_TIME Period (in seconds) for "updated since" criteria 20080417
5 Returning RR_ENTRIES_TABLE Value transfer Object reference (TYPE REF TO) DATA Internal table with atom entries 20080325

Method GET_ENTRIES_TABLE on class CL_CRM_FD_ABS_ATOM_ENT_PROV has no exception.

Method GET_SIMPLE_TRANSFORM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ST_ID Value transfer Type reference (TYPE) STRING Simple Transform ID 20080325

Method GET_SIMPLE_TRANSFORM_ID on class CL_CRM_FD_ABS_ATOM_ENT_PROV has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 700