Skip to content

/AWS1/CL_WISRECOMMENDATIONDATA

Information about the recommendation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_recommendationid TYPE /AWS1/WISSTRING /AWS1/WISSTRING

The identifier of the recommendation.

io_document TYPE REF TO /AWS1/CL_WISDOCUMENT /AWS1/CL_WISDOCUMENT

The recommended document.

Optional arguments:

iv_relevancescore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The relevance score of the recommendation.

iv_relevancelevel TYPE /AWS1/WISRELEVANCELEVEL /AWS1/WISRELEVANCELEVEL

The relevance level of the recommendation.

iv_type TYPE /AWS1/WISRECOMMENDATIONTYPE /AWS1/WISRECOMMENDATIONTYPE

The type of recommendation.


Queryable Attributes

recommendationId

The identifier of the recommendation.

Accessible with the following methods

Method Description
GET_RECOMMENDATIONID() Getter for RECOMMENDATIONID, with configurable default
ASK_RECOMMENDATIONID() Getter for RECOMMENDATIONID w/ exceptions if field has no va
HAS_RECOMMENDATIONID() Determine if RECOMMENDATIONID has a value

document

The recommended document.

Accessible with the following methods

Method Description
GET_DOCUMENT() Getter for DOCUMENT

relevanceScore

The relevance score of the recommendation.

Accessible with the following methods

Method Description
GET_RELEVANCESCORE() Getter for RELEVANCESCORE
ASK_RELEVANCESCORE() Getter for RELEVANCESCORE w/ exceptions if field has no valu
STR_RELEVANCESCORE() String format for RELEVANCESCORE

relevanceLevel

The relevance level of the recommendation.

Accessible with the following methods

Method Description
GET_RELEVANCELEVEL() Getter for RELEVANCELEVEL, with configurable default
ASK_RELEVANCELEVEL() Getter for RELEVANCELEVEL w/ exceptions if field has no valu
HAS_RELEVANCELEVEL() Determine if RELEVANCELEVEL has a value

type

The type of recommendation.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECOMMENDATIONLIST

TYPES TT_RECOMMENDATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WISRECOMMENDATIONDATA WITH DEFAULT KEY
.