SAP ABAP Class CL_BIZC_CONTENT_OBJECT (Business Content: Content Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-NBC (Application Component) NetWeaver Business Content
     SBIZC1 (Package) Business Content: Interface to Content Provider
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BIZC_ROOT Business Content: Root 20041022
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SERIALIZABLE_OBJECT Serializable Object 20040929
Properties
Class CL_BIZC_CONTENT_OBJECT  
Short Description Business Content: Content Object    
Super Class CL_BIZC_ROOT Business Content: Root 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SBIZC1   Business Content: Interface to Content Provider 
Created 20040916   SAP 
Last change 20050428   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BIZC_CONTENT_OBJECT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SERIALIZABLE_OBJECT Serializable Object 20040929
Friends
Class CL_BIZC_CONTENT_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_CONTENT_PROVIDER Instance attribute Protected Object reference (TYPE REF TO) CL_BIZC_CONTENT_PROVIDER Business Content: Content Provider 20040917
2 GO_CONTENT_TYPE Instance attribute Protected Object reference (TYPE REF TO) CL_BIZC_CONTENT_TYPE Business Content: Content Type 20040917
3 GTO_CONFIG_TEMPLATE Instance attribute Protected Type reference (TYPE) BIZC_CONFIG_TEMPLATE_TAB Business Content: Configuration Templates 20050302
4 GTO_DEPENDENCIES Instance attribute Protected Type reference (TYPE) BIZC_COMPONENT_TAB Business Content: Component Table 20040917
5 GTO_DESCRIPTOR Instance attribute Protected Type reference (TYPE) BIZC_DESCRIPTOR_TAB Business Content: Table of Descriptor Objects 20041013
6 GTO_DOCU Instance attribute Protected Type reference (TYPE) BIZC_DOCUMENTATION_TAB Business Content: Table with References to Documentation Obj 20040917
7 G_ID Instance attribute Protected Type reference (TYPE) BIZC_CO_ID Business Content Object ID 20040917
8 G_NAME Instance attribute Protected Type reference (TYPE) BIZC_CO_NAME Technical Name 20040917
9 G_SYS_INFO Instance attribute Protected Type reference (TYPE) BIZC_SYS_INFO System Information 20041208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONFIG_TEMPLATE Instance method Public Method Add a Configuration Template 20050302
2 ADD_DOCUMENTATION Instance method Public Method Add Documentation Object 20040920
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040916
4 GET_CONFIG_TEMPLATES Instance method Public Method Get List of Configuration Templates 20050302
5 GET_CONTENT_PROVIDER Instance method Public Method Get Content Provider Object 20040917
6 GET_CONTENT_TYPE Instance method Public Method Get Content Type Object 20040917
7 GET_DEPENDENCIES Instance method Public Method Get Dependencies / Components 20040920
8 GET_DESCRIPTION Instance method Public Method Get Description for Given Language 20041028
9 GET_DESCRIPTOR Instance method Public Method Get Descriptor Table 20041013
10 GET_DOCUMENTATION Instance method Public Method Get Documentation Objects 20040916
11 GET_ID Instance method Public Method Return the Business Content Object ID 20040916
12 GET_SYSTEM_INFO_DATA Instance method Public Method Get System Information Data 20041208
13 GET_TECHNICAL_NAME Instance method Public Method Return the Business Content Object Name (Technical Name) 20041108
14 SET_CONFIG_TEMPLATES Instance method Public Method Set the List of Configuration Templates 20050302
15 SET_CONTENT_PROVIDER Instance method Public Method Set Content Provider Object 20040917
16 SET_DEPENDENCIES Instance method Public Method Set Dependencies 20041011
17 SET_DESCRIPTOR Instance method Public Method Set Descriptor Table 20041013
18 SET_DOCUMENTATION Instance method Public Method Set Link to Documentation Objects 20040916
19 SET_SYSTEM_INFO_DATA Instance method Public Method Set System Information Data 20041208
Events
Class CL_BIZC_CONTENT_OBJECT has no event.
Types
Class CL_BIZC_CONTENT_OBJECT has no local type.
Method Signatures

Method ADD_CONFIG_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIG_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_BIZC_CONFIG_TEMPLATE Konfigurationstemplate 20050302

Method ADD_CONFIG_TEMPLATE on class CL_BIZC_CONTENT_OBJECT has no exception.

Method ADD_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DOCU Call by reference Object reference (TYPE REF TO) CL_BIZC_DOCUMENTATION Business Content: Documentation 20040920

Method ADD_DOCUMENTATION on class CL_BIZC_CONTENT_OBJECT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTENT_TYPE Call by reference Object reference (TYPE REF TO) CL_BIZC_CONTENT_TYPE Business Content: Content type 20040917
2 Importing I_ID Call by reference Type reference (TYPE) BIZC_CO_ID Content Object ID 20040916
3 Importing I_NAME Call by reference Type reference (TYPE) BIZC_CO_NAME Technical name 20040916

Method CONSTRUCTOR on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_CONFIG_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESULT Value transfer Type reference (TYPE) BIZC_CONFIG_TEMPLATE_TAB Business Content: Konfigurationstemplates 20050302

Method GET_CONFIG_TEMPLATES on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_CONTENT_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CPROV Value transfer Object reference (TYPE REF TO) CL_BIZC_CONTENT_PROVIDER Business Content: Content Provider 20040917

Method GET_CONTENT_PROVIDER on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_CONTENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTENT_TYPE Value transfer Object reference (TYPE REF TO) CL_BIZC_CONTENT_TYPE Business Content: Content type 20040917

Method GET_CONTENT_TYPE on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_DEPENDENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMPONENTS Value transfer Type reference (TYPE) BIZC_COMPONENT_TAB Business Content: Component Table 20040920

Method GET_DEPENDENCIES on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20041028
2 Returning R_DESCRIPTION Value transfer Type reference (TYPE) STRING Description 20041028

Method GET_DESCRIPTION on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DESCRIPTOR Value transfer Type reference (TYPE) BIZC_DESCRIPTOR_TAB Business Content: Table of Descriptorobjects 20041026

Method GET_DESCRIPTOR on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DOCU Value transfer Type reference (TYPE) BIZC_DOCUMENTATION_TAB Table with references to documentation objects 20040917

Method GET_DOCUMENTATION on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) BIZC_CO_ID Business content: Content Object ID 20040916

Method GET_ID on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_SYSTEM_INFO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_SYS_INFO Value transfer Type reference (TYPE) BIZC_SYS_INFO System Information 20041208

Method GET_SYSTEM_INFO_DATA on class CL_BIZC_CONTENT_OBJECT has no exception.

Method GET_TECHNICAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) BIZC_CO_NAME Business Content Object Name 20041108

Method GET_TECHNICAL_NAME on class CL_BIZC_CONTENT_OBJECT has no exception.

Method SET_CONFIG_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONFIG_TEMPLATES Call by reference Type reference (TYPE) BIZC_CONFIG_TEMPLATE_TAB Business Content: Konfigurationstemplates 20050302

Method SET_CONFIG_TEMPLATES on class CL_BIZC_CONTENT_OBJECT has no exception.

Method SET_CONTENT_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CPROV Call by reference Object reference (TYPE REF TO) CL_BIZC_CONTENT_PROVIDER Business Content: Content Provider 20040917

Method SET_CONTENT_PROVIDER on class CL_BIZC_CONTENT_OBJECT has no exception.

Method SET_DEPENDENCIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEPENDENCIES Call by reference Type reference (TYPE) BIZC_COMPONENT_TAB Business Content: Component Table 20041011

Method SET_DEPENDENCIES on class CL_BIZC_CONTENT_OBJECT has no exception.

Method SET_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESCRIPTOR Call by reference Type reference (TYPE) BIZC_DESCRIPTOR_TAB Business Content: Table of Descriptorobjects 20041026

Method SET_DESCRIPTOR on class CL_BIZC_CONTENT_OBJECT has no exception.

Method SET_DOCUMENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DOCU Call by reference Type reference (TYPE) BIZC_DOCUMENTATION_TAB Table with references to documentation objects 20040917

Method SET_DOCUMENTATION on class CL_BIZC_CONTENT_OBJECT has no exception.

Method SET_SYSTEM_INFO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SYS_INFO Call by reference Type reference (TYPE) BIZC_SYS_INFO 20041208

Method SET_SYSTEM_INFO_DATA on class CL_BIZC_CONTENT_OBJECT has no exception.
History
Last changed by/on SAP  20050428 
SAP Release Created in 700