| Modifier and Type | Method and Description |
|---|---|
Domain |
CreateDomainEvent.getDomain()
Returns a domain that needs to be created.
|
| Constructor and Description |
|---|
CreateDomainEvent(Domain domain) |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsPresenter.IView.setDomains(List<Domain> data,
SelectDomainType.DT type) |
| Modifier and Type | Method and Description |
|---|---|
gwt.material.design.client.ui.MaterialIcon |
ColumnDomainVerified.getValue(Domain domain) |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainsPanel.setDomains(List<Domain> data,
SelectDomainType.DT type) |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsView.setDomains(List<Domain> data,
SelectDomainType.DT type) |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.domain(String domain)
The domain unique across the globe.
|
Domain |
AccountBusiness.getDomain() |
Domain |
Domain.modificationDate(Date modificationDate)
The date and time of the last modification of entity values.
|
Domain |
Domain.name(String name)
The name that represents an unique domain specification.
|
Domain |
Domain.subdomain(String subdomain)
The optional sub-domain.
|
Domain |
Domain.uri(String uri)
The optional path of a product (slash \"/\" prefix will be ignored).
|
Domain |
Domain.url(String url)
The final URL, rendered by the service.
|
Domain |
Domain.verified(Boolean verified)
The boolean indicating whether this domain has the verified ownership.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStewardFacade.create(String loginId,
Domain domain,
FacadeCallback<Domain> callback) |
AccountBusiness |
AccountBusiness.domain(Domain domain)
The account default domain.
|
void |
AccountBusiness.setDomain(Domain domain) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountStewardFacade.create(String loginId,
Domain domain,
FacadeCallback<Domain> callback) |
void |
AccountStewardFacade.getDomains(String loginId,
Integer limit,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Domain>> callback) |
void |
AccountStewardFacade.getFilteredDomains(String loginId,
Integer limit,
String type,
SuccessCallback<org.ctoolkit.gwt.client.facade.Items<Domain>> callback) |
Copyright © 2023. All rights reserved.