| Package | Description |
|---|---|
| biz.turnonline.ecosystem.widget.myaccount.event | |
| biz.turnonline.ecosystem.widget.shared.rest.account |
| Modifier and Type | Method and Description |
|---|---|
Account |
SaveAccountEvent.getAccount() |
| Constructor and Description |
|---|
SaveAccountEvent(Account account) |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.business(AccountBusiness business)
The business account details.
|
Account |
Account.company(Boolean company)
The boolean indicating whether this account represents a business account.
|
Account |
Account.contactEmail(String contactEmail)
The email address considered as a contact email used for notification purposes related to this account (supports comma separated list).
|
Account |
Account.email(String email)
The login email address as the account unique identification, taken from the login provider as an authenticated email.
|
Account |
Account.firstName(String firstName)
The personal / sub account, person first name.
|
Account |
Account.hasPostalAddress(Boolean hasPostalAddress)
If true, the postal address is not same as the company address and must be provided.
|
Account |
Account.id(Long id)
The account unique identification
|
Account |
Account.identityId(String identityId)
The email account unique identification within third-party provider system.
|
Account |
Account.invoicing(InvoicingConfig invoicing)
The set of default invoicing rules.
|
Account |
Account.lastName(String lastName)
The personal / sub account, person last name.
|
Account |
Account.locale(String locale)
The preferred account language.
|
Account |
Account.middleName(String middleName)
The personal / sub account, person middle name.
|
Account |
Account.modificationDate(Date modificationDate)
The date and time of the last modification of entity values.
|
Account |
Account.personalAddress(AccountPersonalAddress personalAddress)
The personal account address details.
|
Account |
Account.postalAddress(AccountPostalAddress postalAddress)
The postal address details.
|
Account |
Account.prefix(String prefix)
The personal / sub account, person name prefix.
|
Account |
Account.publicContact(AccountPublicContact publicContact)
The public contact of the account, might be publicly available.
|
Account |
Account.role(String role)
The account role
|
Account |
Account.suffix(String suffix)
The personal / sub account, person name suffix.
|
Account |
Account.zoneId(String zoneId)
A time-zone ID, such as Europe/Paris.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStewardFacade.update(String loginId,
Account account,
FacadeCallback<Account> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStewardFacade.getAccount(String loginId,
FacadeCallback<Account> callback) |
void |
AccountStewardFacade.update(String loginId,
Account account,
FacadeCallback<Account> callback) |
Copyright © 2020. All rights reserved.