/AWS1/CL_PTTLOCALIZEDCONTENT¶
Contains localized content for a partner profile in a specific language or locale.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_displayname TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING¶
The localized display name for the partner.
iv_description TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING¶
The localized description of the partner's business and services.
iv_websiteurl TYPE /AWS1/PTTURL /AWS1/PTTURL¶
The localized website URL for the partner.
iv_logourl TYPE /AWS1/PTTURL /AWS1/PTTURL¶
The URL to the partner's logo image for this locale.
iv_locale TYPE /AWS1/PTTLOCALE /AWS1/PTTLOCALE¶
The locale or language code for the localized content.
Queryable Attributes¶
DisplayName¶
The localized display name for the partner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Description¶
The localized description of the partner's business and services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
WebsiteUrl¶
The localized website URL for the partner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBSITEURL() |
Getter for WEBSITEURL, with configurable default |
ASK_WEBSITEURL() |
Getter for WEBSITEURL w/ exceptions if field has no value |
HAS_WEBSITEURL() |
Determine if WEBSITEURL has a value |
LogoUrl¶
The URL to the partner's logo image for this locale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGOURL() |
Getter for LOGOURL, with configurable default |
ASK_LOGOURL() |
Getter for LOGOURL w/ exceptions if field has no value |
HAS_LOGOURL() |
Determine if LOGOURL has a value |
Locale¶
The locale or language code for the localized content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALE() |
Getter for LOCALE, with configurable default |
ASK_LOCALE() |
Getter for LOCALE w/ exceptions if field has no value |
HAS_LOCALE() |
Determine if LOCALE 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_LOCALIZEDCONTENTLIST¶
TYPES TT_LOCALIZEDCONTENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTTLOCALIZEDCONTENT WITH DEFAULT KEY
.