SAP ABAP Class CL_JAM_MTH_SEARCH (Generated by SIW)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_JAM_CLB_METHODS (Package) Collaboration Method Implementations for SAP Jam
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20121129 |
Properties
| Class | CL_JAM_MTH_SEARCH | |
| Short Description | Generated by SIW | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_JAM_CLB_METHODS | Collaboration Method Implementations for SAP Jam |
| Created | 20121129 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_JAM_MTH_SEARCH has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB_METHOD_PROCESS | Collaboration: Callback Methods for the Process Layer | 20121129 |
Friends
Class CL_JAM_MTH_SEARCH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '/api/v1/search' | 20121129 | |||
| 2 | Constant | Public | Type reference (TYPE) | CLB_PLATFORM_METHOD | 'SEARCH' | 20121129 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | IF_JAM_SEARCH_INT=>TS_QUERY | 20121129 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TS_RESULT | 20121129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121129 | ||
| 2 | Instance method | Public | Method | 20121129 |
Events
Class CL_JAM_MTH_SEARCH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_OBJECT | Public | See coding | 20121129 | BEGIN OF ts_object,
type TYPE if_jam_object=>tv_type,
id TYPE if_jam_object=>tv_id,
* to be enhaced for search in general by: title, href, date, created_at,...
END OF ts_object
|
||
| 2 | TS_RESULT | Public | See coding | 20121129 | BEGIN OF ts_result,
objects TYPE STANDARD TABLE OF ts_object WITH DEFAULT KEY,
* to be enhaced for search in general by: categry_groups, categries, total_count,...
END OF ts_result
|
Method Signatures
Method GET_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_RESULT | Value transfer | Type reference (TYPE) | TS_RESULT | 20121129 |
Method GET_RESULT on class CL_JAM_MTH_SEARCH has no exception.
Method SET_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_QUERY | Call by reference | Type reference (TYPE) | IF_JAM_SEARCH_INT=>TS_QUERY | 20121129 |
Method SET_QUERY on class CL_JAM_MTH_SEARCH has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |