/AWS1/CL_WSWBRANDINGCONF¶
The branding configuration output including custom images metadata, localized strings, color theme, and terms of service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_logo TYPE REF TO /AWS1/CL_WSWIMAGEMETADATA /AWS1/CL_WSWIMAGEMETADATA¶
Metadata for the logo image file, including the MIME type, file extension, and upload timestamp.
io_favicon TYPE REF TO /AWS1/CL_WSWIMAGEMETADATA /AWS1/CL_WSWIMAGEMETADATA¶
Metadata for the favicon image file, including the MIME type, file extension, and upload timestamp.
it_localizedstrings TYPE /AWS1/CL_WSWLOCALIZEDBRANDIN00=>TT_LOCALIZEDBRANDINGSTRINGMAP TT_LOCALIZEDBRANDINGSTRINGMAP¶
A map of localized text strings for different languages, allowing the portal to display content in the user's preferred language.
iv_colortheme TYPE /AWS1/WSWCOLORTHEME /AWS1/WSWCOLORTHEME¶
The color theme for components on the web portal.
Optional arguments:¶
io_wallpaper TYPE REF TO /AWS1/CL_WSWIMAGEMETADATA /AWS1/CL_WSWIMAGEMETADATA¶
Metadata for the wallpaper image file, including the MIME type, file extension, and upload timestamp.
iv_termsofservice TYPE /AWS1/WSWMARKDOWN /AWS1/WSWMARKDOWN¶
The terms of service text in Markdown format that users must accept before accessing the portal.
Queryable Attributes¶
logo¶
Metadata for the logo image file, including the MIME type, file extension, and upload timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGO() |
Getter for LOGO |
wallpaper¶
Metadata for the wallpaper image file, including the MIME type, file extension, and upload timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WALLPAPER() |
Getter for WALLPAPER |
favicon¶
Metadata for the favicon image file, including the MIME type, file extension, and upload timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAVICON() |
Getter for FAVICON |
localizedStrings¶
A map of localized text strings for different languages, allowing the portal to display content in the user's preferred language.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALIZEDSTRINGS() |
Getter for LOCALIZEDSTRINGS, with configurable default |
ASK_LOCALIZEDSTRINGS() |
Getter for LOCALIZEDSTRINGS w/ exceptions if field has no va |
HAS_LOCALIZEDSTRINGS() |
Determine if LOCALIZEDSTRINGS has a value |
colorTheme¶
The color theme for components on the web portal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLORTHEME() |
Getter for COLORTHEME, with configurable default |
ASK_COLORTHEME() |
Getter for COLORTHEME w/ exceptions if field has no value |
HAS_COLORTHEME() |
Determine if COLORTHEME has a value |
termsOfService¶
The terms of service text in Markdown format that users must accept before accessing the portal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TERMSOFSERVICE() |
Getter for TERMSOFSERVICE, with configurable default |
ASK_TERMSOFSERVICE() |
Getter for TERMSOFSERVICE w/ exceptions if field has no valu |
HAS_TERMSOFSERVICE() |
Determine if TERMSOFSERVICE has a value |