/AWS1/CL_WMLORGSUMMARY¶
The representation of an organization.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_organizationid
TYPE /AWS1/WMLORGANIZATIONID
/AWS1/WMLORGANIZATIONID
¶
The identifier associated with the organization.
iv_alias
TYPE /AWS1/WMLORGANIZATIONNAME
/AWS1/WMLORGANIZATIONNAME
¶
The alias associated with the organization.
iv_defaultmaildomain
TYPE /AWS1/WMLDOMAINNAME
/AWS1/WMLDOMAINNAME
¶
The default email domain associated with the organization.
iv_errormessage
TYPE /AWS1/WMLSTRING
/AWS1/WMLSTRING
¶
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
iv_state
TYPE /AWS1/WMLSTRING
/AWS1/WMLSTRING
¶
The state associated with the organization.
Queryable Attributes¶
OrganizationId¶
The identifier associated with the organization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ORGANIZATIONID() |
Getter for ORGANIZATIONID, with configurable default |
ASK_ORGANIZATIONID() |
Getter for ORGANIZATIONID w/ exceptions if field has no valu |
HAS_ORGANIZATIONID() |
Determine if ORGANIZATIONID has a value |
Alias¶
The alias associated with the organization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ALIAS() |
Getter for ALIAS, with configurable default |
ASK_ALIAS() |
Getter for ALIAS w/ exceptions if field has no value |
HAS_ALIAS() |
Determine if ALIAS has a value |
DefaultMailDomain¶
The default email domain associated with the organization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTMAILDOMAIN() |
Getter for DEFAULTMAILDOMAIN, with configurable default |
ASK_DEFAULTMAILDOMAIN() |
Getter for DEFAULTMAILDOMAIN w/ exceptions if field has no v |
HAS_DEFAULTMAILDOMAIN() |
Determine if DEFAULTMAILDOMAIN has a value |
ErrorMessage¶
The error message associated with the organization. It is only present if unexpected behavior has occurred with regards to the organization. It provides insight or solutions regarding unexpected behavior.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
State¶
The state associated with the organization.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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_ORGANIZATIONSUMMARIES
¶
TYPES TT_ORGANIZATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WMLORGSUMMARY WITH DEFAULT KEY
.