SAP ABAP Interface IF_WCF_FAV_FAVORITE_ELEMENT (IF_WCF_FAV_FAVORITE_ELEMENT)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_FAVORITES_CORE (Package) Favorites Core Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WCF_FAV_FAVORITE_ELEMENT Favorite element 20090216
Properties
Interface IF_WCF_FAV_FAVORITE_ELEMENT  
Short Description    
General Data
Package WCF_FAVORITES_CORE   Favorites Core Objects 
Created 20090216   SAP 
Last changed 20100303   SAP 
Unicode checks active    
Forward declarations
Interface IF_WCF_FAV_FAVORITE_ELEMENT has no forward declaration.
Interfaces
Interface IF_WCF_FAV_FAVORITE_ELEMENT has no interface.
Friends
Interface IF_WCF_FAV_FAVORITE_ELEMENT has no friend.
Attributes
Interface IF_WCF_FAV_FAVORITE_ELEMENT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 FITS_FILTER Instance method Public Method Returns true is favorite element fits given filter 20090507
2 GET_CREATION_TIMESTAMP Instance method Public Method Returns favorite element creation timestamp 20090216
3 GET_FOLDER Instance method Public Method Returns favorite element folder 20090216
4 GET_ID Instance method Public Method Returns favorite element id 20090216
5 GET_LAST_CHANGED_TIMESTAMP Instance method Public Method Returns favorite element last changed timestamp 20090217
6 GET_NAME Instance method Public Method Returns favorite element name 20090216
7 GET_NAVIGATION_INFO Instance method Public Method Returns collection used for navigation to element 20090216
8 GET_SEQUENCE Instance method Public Method Returns favorite element sequence 20090216
9 GET_SHARED Instance method Public Method Returns favorite element share flag 20090216
10 GET_STATUS Instance method Public Method Returns favorite element status 20090217
11 GET_TYPE Instance method Public Method Returns the type of favorite object 20090216
12 GET_USER Instance method Public Method Returns favorite element user 20090216
13 MOVE Instance method Public Method Move folder 20090216
14 RENAME Instance method Public Method Renames favorite 20090216
15 SAVE Instance method Public Method Saves favorite element 20090217
16 SET_SHARED Instance method Public Method Sets Favorite element share flag 20090216
17 SET_STATUS Instance method Public Method Set favorite element status 20090217
Events
# Event Type Visibility Description Created on
1 RENAMED Instance Event
(0)
Public
(2)
Favorite renamed 20090219
2 SHARED Instance Event
(0)
Public
(2)
Existing favorite shared 20090219
3 UNSHARED Instance Event
(0)
Public
(2)
Existing favorite unshared 20090219
4 UPDATED Instance Event
(0)
Public
(2)
Favorite updated 20090217
Types
Interface IF_WCF_FAV_FAVORITE_ELEMENT has no local type.
Method Signatures

Method FITS_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FILTER Call by reference Object reference (TYPE REF TO) IF_WCF_FAV_FILTER Favorite filter 20090507
2 Returning RV_FITS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090507

Method FITS_FILTER on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_CREATION_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CREATION_TIMESTAMP Value transfer Type reference (TYPE) WCF_FAV_TIMESTAMP Timestamp 20090216

Method GET_CREATION_TIMESTAMP on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FOLDER Value transfer Type reference (TYPE) WCF_FAV_ID Element folder id 20090216

Method GET_FOLDER on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) WCF_FAV_ID Element id 20090216

Method GET_ID on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_LAST_CHANGED_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LAST_CHANGED_TIMESTAMP Value transfer Type reference (TYPE) WCF_FAV_TIMESTAMP Timestamp 20090217

Method GET_LAST_CHANGED_TIMESTAMP on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) WCF_FAV_NAME Name 20090216

Method GET_NAME on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_NAVIGATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_DESCRIPTOR_OBJECT Value transfer Object reference (TYPE REF TO) CL_CRM_BOL_BO_COL BO Collection 20090216

Method GET_NAVIGATION_INFO on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEQUENCE Value transfer Type reference (TYPE) WCF_FAV_SEQUENCE Element sequence 20090216

Method GET_SEQUENCE on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_SHARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SHARED Value transfer Type reference (TYPE) BOOLEAN Share flag 20090216

Method GET_SHARED on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATUS Value transfer Type reference (TYPE) WCF_FAV_STATUS Status 20090217

Method GET_STATUS on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TYPE Value transfer Type reference (TYPE) WCF_FAV_ELEMENT_TYPE Element type 20090216

Method GET_TYPE on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method GET_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_USER Value transfer Type reference (TYPE) SYUNAME User Name 20090216

Method GET_USER on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_FOLDER Call by reference Type reference (TYPE) WCF_FAV_ID New folder id 20090216
2 Importing IV_NEW_SEQUENCE Call by reference Type reference (TYPE) WCF_FAV_SEQUENCE New sequence id 20090216
# Exception Resumable Description Created on
1 CX_WCF_FAV_DATA_INVALID Input parameters invalid 20090220

Method RENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_NAME Call by reference Type reference (TYPE) WCF_FAV_NAME Name 20090216
# Exception Resumable Description Created on
1 CX_WCF_FAV_DATA_INVALID Invalid new name 20090219

Method SAVE Signature

Method SAVE on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no parameter.
Method SAVE on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method SET_SHARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SHARED Call by reference Type reference (TYPE) BOOLEAN Shared flag 20090216

Method SET_SHARED on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Call by reference Type reference (TYPE) WCF_FAV_STATUS Status 20090217

Method SET_STATUS on Interface IF_WCF_FAV_FAVORITE_ELEMENT has no exception.
Event Signatures

Event RENAMED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EV_ID Exporting Value transfer Type reference (TYPE) WCF_FAV_ID Favorite id 20090219
2 EV_NEW_NAME Exporting Value transfer Type reference (TYPE) WCF_FAV_NAME Name 20090219

Event SHARED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ES_FAVORITE Exporting Value transfer Type reference (TYPE) WCF_FAVS_FAVORITE Favorite 20090219

Event UNSHARED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EV_ID Exporting Value transfer Type reference (TYPE) WCF_FAV_ID ID 20090219

Event UPDATED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EV_ID Exporting Value transfer Type reference (TYPE) WCF_FAV_ID Favorite id 20090217
History
Last changed by/on SAP  20100303 
SAP Release Created in 701