/AWS1/CL_AG2PORTALPRODSUMMARY¶
Represents a portal product.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_description TYPE /AWS1/AG2__STRINGMIN0MAX1024 /AWS1/AG2__STRINGMIN0MAX1024¶
The description.
iv_displayname TYPE /AWS1/AG2__STRINGMIN1MAX255 /AWS1/AG2__STRINGMIN1MAX255¶
The display name of a portal product.
iv_lastmodified TYPE /AWS1/AG2__TIMESTAMPISO8601 /AWS1/AG2__TIMESTAMPISO8601¶
The timestamp when the portal product was last modified.
iv_portalproductarn TYPE /AWS1/AG2__STRINGMIN20MAX2048 /AWS1/AG2__STRINGMIN20MAX2048¶
The ARN of a portal product.
iv_portalproductid TYPE /AWS1/AG2__STRMIN10MAX30PATA00 /AWS1/AG2__STRMIN10MAX30PATA00¶
The portal product identifier.
Optional arguments:¶
it_tags TYPE /AWS1/CL_AG2TAGS_W=>TT_TAGS TT_TAGS¶
The collection of tags. Each tag element is associated with a given resource.
Queryable Attributes¶
Description¶
The description.
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 |
DisplayName¶
The display name of a portal product.
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 |
LastModified¶
The timestamp when the portal product was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED has a value |
PortalProductArn¶
The ARN of a portal product.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALPRODUCTARN() |
Getter for PORTALPRODUCTARN, with configurable default |
ASK_PORTALPRODUCTARN() |
Getter for PORTALPRODUCTARN w/ exceptions if field has no va |
HAS_PORTALPRODUCTARN() |
Determine if PORTALPRODUCTARN has a value |
PortalProductId¶
The portal product identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALPRODUCTID() |
Getter for PORTALPRODUCTID, with configurable default |
ASK_PORTALPRODUCTID() |
Getter for PORTALPRODUCTID w/ exceptions if field has no val |
HAS_PORTALPRODUCTID() |
Determine if PORTALPRODUCTID has a value |
Tags¶
The collection of tags. Each tag element is associated with a given resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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___LISTOFPORTALPRODSUMMARY¶
TYPES TT___LISTOFPORTALPRODSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_AG2PORTALPRODSUMMARY WITH DEFAULT KEY
.