SAP ABAP Class CL_TFW_ODATA_RATING_MPC (OData Rating Model Provider)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-TFW (Application Component) Tagging Framework
     STFW_ODATA (Package) OData Services for Tagging, Commenting and Rating
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_MGW_ABS_MODEL definition class to define programmatically a meta model 20130527
Properties
Class CL_TFW_ODATA_RATING_MPC  
Short Description OData Rating Model Provider    
Super Class /IWBEP/CL_MGW_ABS_MODEL definition class to define programmatically a meta model 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STFW_ODATA   OData Services for Tagging, Commenting and Rating 
Created 20130527   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TFW_ODATA_RATING_MPC has no forward declaration.
Interfaces
Class CL_TFW_ODATA_RATING_MPC has no interface implemented.
Friends
Class CL_TFW_ODATA_RATING_MPC has no friend class.
Attributes
Class CL_TFW_ODATA_RATING_MPC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DEFINE_ASSOCIATIONS Instance method Private Method Define Tag Model Associations 20130530
2 DEFINE_ENTITIES Instance method Private Method Define Tag Model Entities 20130530
3 DEFINE_ENTITY_SETS Instance method Private Method Define Tag Model Entity Sets 20130530
Events
Class CL_TFW_ODATA_RATING_MPC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_RATING_AGGR Public See coding 20130628 BEGIN OF s_rating_aggr, feat_key TYPE tfw_feat_key, feat_name TYPE tfw_feat_name, avg_rating TYPE tfw_rating_avg, no_of_rating TYPE int4, END OF s_rating_aggr
2 S_RATING_DETAIL Public See coding Type for rating information 20130613 BEGIN OF s_rating_detail, object_id TYPE string, object_type_id TYPE if_tfw_types=>object_type_id, feat_name TYPE tfw_feat_name, feat_key TYPE tfw_feat_key, rating TYPE tfw_rating, comment TYPE tfw_cmnt_txt, created_by TYPE tfw_unam, created_on TYPE tfw_tmstmp, END OF s_rating_detail
3 S_RATING_STAT Public See coding Type for rating statistics 20130605 BEGIN OF s_rating_stat, object_id TYPE string, object_type_id TYPE if_tfw_types=>object_type_id, feat_key TYPE tfw_feat_key, feat_name TYPE tfw_feat_name, star1 TYPE tfw_rating, star2 TYPE tfw_rating, star3 TYPE tfw_rating, star4 TYPE tfw_rating, star5 TYPE tfw_rating, END OF s_rating_stat
4 TS_RATING_AGGR Public See coding 20130628 ts_rating_aggr TYPE SORTED TABLE OF s_rating_aggr WITH UNIQUE KEY feat_key
5 T_RATING_STAT Public See coding Table type for rating statistics 20130605 t_rating_stat TYPE STANDARD TABLE OF s_rating_stat
Method Signatures

Method DEFINE_ASSOCIATIONS Signature

Method DEFINE_ASSOCIATIONS on class CL_TFW_ODATA_RATING_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20130530

Method DEFINE_ENTITIES Signature

Method DEFINE_ENTITIES on class CL_TFW_ODATA_RATING_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20130530

Method DEFINE_ENTITY_SETS Signature

Method DEFINE_ENTITY_SETS on class CL_TFW_ODATA_RATING_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION Meta data exception 20130530
History
Last changed by/on SAP  20140121 
SAP Release Created in 740