SAP ABAP Interface IF_JAM_SEARCH_INT (Jam search)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-STW (Application Component) Social Media ABAP Integration Library
     S_JAM_OL (Package) Object Layer of the SAP Jam Library
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_JAM_SEARCH Jam search 20121129
2 Interface implementation (CLASS c. INTERFACES i_ref)  TD_JAM_GENERAL_ABSTRACT Jam general abstract test double 20121128
Properties
Interface IF_JAM_SEARCH_INT  
Short Description Jam search    
General Data
Package S_JAM_OL   Object Layer of the SAP Jam Library 
Created 20121128   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_JAM_SEARCH_INT has no forward declaration.
Interfaces
Interface IF_JAM_SEARCH_INT has no interface.
Friends
Interface IF_JAM_SEARCH_INT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_QUERY Instance attribute Public Type reference (TYPE) TS_QUERY 20130114
Methods
# Method Level Visibility Method type Description Created on
1 GET_RESULT Instance method Public Method 20130114
2 SET_QUERY Instance method Public Method 20130114
Events
Interface IF_JAM_SEARCH_INT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_QUERY Public See coding 20130114 BEGIN OF ts_query, query TYPE string, type TYPE if_jam_object=>tv_search_type, * to be enhaced for search in general by: sort, tag, group_id, creator_id, page, page_size END OF ts_query
2 TS_RESULT Public See coding 20121130 BEGIN OF ts_result, objects TYPE STANDARD TABLE OF REF TO if_jam_object_int WITH DEFAULT KEY, * to be enhaced for search in general by: categry_groups, categries, total_count,... END OF ts_result
3 TT_SEARCH Public See coding 20130114 tt_search TYPE STANDARD TABLE OF REF TO if_jam_search_int WITH DEFAULT KEY
Method Signatures

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RESULT Value transfer Type reference (TYPE) TS_RESULT 20130114
# Exception Resumable Description Created on
1 CX_JAM_DYNAMIC 20130129
2 CX_JAM_SEARCH 20130114

Method SET_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUERY Call by reference Type reference (TYPE) TS_QUERY 20130114
# Exception Resumable Description Created on
1 CX_JAM_DYNAMIC 20130129
History
Last changed by/on SAP  20140121 
SAP Release Created in 740