SAP ABAP Interface IF_SMI_SEARCH_TERM_COLLECTOR (Data reader that support association table creation)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SMI (Application Component) Social Media Intelligence Foundation
     BS_SOMI_DATA_MODELS (Package) Datta Models for Social Media Intelligence
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SMI_DB_POST_COLLECTOR Provides data to build the association table 20131112
Properties
Interface IF_SMI_SEARCH_TERM_COLLECTOR  
Short Description Data reader that support association table creation    
General Data
Package BS_SOMI_DATA_MODELS   Datta Models for Social Media Intelligence 
Created 20130801   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_SMI_SEARCH_TERM_COLLECTOR has no forward declaration.
Interfaces
Interface IF_SMI_SEARCH_TERM_COLLECTOR has no interface.
Friends
Interface IF_SMI_SEARCH_TERM_COLLECTOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_ASSIGNMENT_RUN_INFO Constant Public Type reference (TYPE) STRING 'SearchTermAssignment' 20131112
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PROCESSED Instance method Public Method Double check if post of a block have already been processed 20131112
2 COMPLETE_BLOCK Instance method Public Method 20131112
3 GET_ENTRIES Instance method Public Method 20131112
4 GET_NO_OF_PENDING_ENTRIES Instance method Public Method 20131112
Events
Interface IF_SMI_SEARCH_TERM_COLLECTOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_SEARCH_TERM_BLOCK Public See coding 20131112 BEGIN OF ty_s_search_term_block. INCLUDE TYPE if_smi_post_collector=>ty_s_post_id_block AS key. TYPES: creationdatetime_utc TYPE socialdata-creationdatetime_utc, creationdatetime TYPE string, createdat TYPE socialdata-createdat, socialpostsearchtermtext TYPE socialdata-socialpostsearchtermtext, END OF ty_s_search_term_block
2 TY_TS_SEARCH_TERM_BLOCK Public See coding 20131112 ty_ts_search_term_block TYPE SORTED TABLE OF ty_s_search_term_block WITH UNIQUE KEY key
Method Signatures

Method CHECK_PROCESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BLOCK Call by reference Object reference (TYPE REF TO) TY_TS_SEARCH_TERM_BLOCK 20131112
2 Returning RR_PROCESSED Value transfer Object reference (TYPE REF TO) IF_SMI_POST_COLLECTOR=>TY_TS_POST_ID_BLOCK 20131112
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Exception Class for SQL Error 20131112

Method COMPLETE_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LAST_RETRIEVED Call by reference Type reference (TYPE) LINE OF TY_TS_SEARCH_TERM_BLOCK 20131112
2 Returning RR_BLOCK Value transfer Object reference (TYPE REF TO) TY_TS_SEARCH_TERM_BLOCK 20131112
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20131112
2 CX_SQL_EXCEPTION 20131112

Method GET_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LAST_RETRIEVED Call by reference Type reference (TYPE) IF_SMI_POST_COLLECTOR=>TY_S_POST_ID_BLOCK 20131112
2 Importing IV_BLOCK_SIZE Call by reference Type reference (TYPE) I 20131112
3 Returning RR_BLOCK Value transfer Object reference (TYPE REF TO) TY_TS_SEARCH_TERM_BLOCK 20131112
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20131112
2 CX_SQL_EXCEPTION 20131112

Method GET_NO_OF_PENDING_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NO_ENTRIES Value transfer Type reference (TYPE) I 20131112
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID 20131112
2 CX_SQL_EXCEPTION 20131112
History
Last changed by/on SAP  20140121 
SAP Release Created in