SAP ABAP Class CL_TFW_ODATA_TAG_MPC (OData Tag 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_TAG_MPC | |
| Short Description | OData Tag 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
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_TFW_ODATA_TAG_MPC has no interface implemented.
Friends
Class CL_TFW_ODATA_TAG_MPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ObjectId' | Entity Set for Object ID | 20130604 | ||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ObjectTag' | Entity Set for Tag | 20130604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Define Tag Model Associations | 20130529 | |
| 2 | Instance method | Private | Method | Define Tag Model Entities | 20130529 | |
| 3 | Instance method | Private | Method | Define Tag Model Entity Sets | 20130529 |
Events
Class CL_TFW_ODATA_TAG_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_TAG | Public | See coding | Type for tag information | 20130529 | BEGIN OF s_tag,
object_id TYPE string,
object_type_id TYPE if_tfw_types=>object_type_id,
tag_id TYPE tfw_tag_id,
predicate TYPE if_tfw_pred_lookup=>predicate_key,
namespace TYPE if_tfw_pred_lookup=>namespace,
attr_name TYPE if_tfw_pred_lookup=>attr_name,
pri_ic TYPE tfw_priic,
grp_ic TYPE tfw_grpic,
group_id TYPE tfw_group_id,
created_by TYPE tfw_unam,
END OF s_tag
|
|
| 2 | T_TAG | Public | See coding | 20130628 | t_tag TYPE STANDARD TABLE OF s_tag WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_TFW_ODATA_TAG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20130529 |
Method DEFINE_ENTITIES Signature
Method DEFINE_ENTITIES on class CL_TFW_ODATA_TAG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20130529 |
Method DEFINE_ENTITY_SETS Signature
Method DEFINE_ENTITY_SETS on class CL_TFW_ODATA_TAG_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Meta data exception | 20130529 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |