|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityStatus | |
|---|---|
| org.nhind.config | |
| org.nhindirect.config.service.impl | |
| Uses of EntityStatus in org.nhind.config |
|---|
| Fields in org.nhind.config declared as EntityStatus | |
|---|---|
static EntityStatus |
EntityStatus.DISABLED
|
static EntityStatus |
EntityStatus.ENABLED
|
static EntityStatus |
EntityStatus.NEW
|
| Methods in org.nhind.config that return EntityStatus | |
|---|---|
static EntityStatus |
EntityStatus.fromString(String value)
|
static EntityStatus |
EntityStatus.fromValue(String value)
|
EntityStatus |
Setting.getStatus()
Gets the status value for this Setting. |
EntityStatus |
Domain.getStatus()
Gets the status value for this Domain. |
EntityStatus |
CertificateGetOptions.getStatus()
Gets the status value for this CertificateGetOptions. |
EntityStatus |
Certificate.getStatus()
Gets the status value for this Certificate. |
EntityStatus |
Anchor.getStatus()
Gets the status value for this Anchor. |
EntityStatus |
Address.getStatus()
Gets the status value for this Address. |
| Methods in org.nhind.config with parameters of type EntityStatus | |
|---|---|
Address[] |
ConfigurationServiceProxy.getAddresss(String[] emailAddress,
EntityStatus status)
|
Address[] |
ConfigurationService.getAddresss(String[] emailAddress,
EntityStatus status)
|
Domain[] |
ConfigurationServiceProxy.getDomains(String[] names,
EntityStatus status)
|
Domain[] |
ConfigurationService.getDomains(String[] names,
EntityStatus status)
|
Domain[] |
ConfigurationServiceProxy.searchDomain(String name,
EntityStatus status)
|
Domain[] |
ConfigurationService.searchDomain(String name,
EntityStatus status)
|
void |
ConfigurationServiceProxy.setAnchorStatusForOwner(String owner,
EntityStatus status)
|
void |
ConfigurationService.setAnchorStatusForOwner(String owner,
EntityStatus status)
|
void |
ConfigurationServiceProxy.setCertificateStatus(long[] certificateIds,
EntityStatus status)
|
void |
ConfigurationService.setCertificateStatus(long[] certificateIds,
EntityStatus status)
|
void |
ConfigurationServiceProxy.setCertificateStatusForOwner(String owner,
EntityStatus status)
|
void |
ConfigurationService.setCertificateStatusForOwner(String owner,
EntityStatus status)
|
void |
Setting.setStatus(EntityStatus status)
Sets the status value for this Setting. |
void |
Domain.setStatus(EntityStatus status)
Sets the status value for this Domain. |
void |
CertificateGetOptions.setStatus(EntityStatus status)
Sets the status value for this CertificateGetOptions. |
void |
Certificate.setStatus(EntityStatus status)
Sets the status value for this Certificate. |
void |
Anchor.setStatus(EntityStatus status)
Sets the status value for this Anchor. |
void |
Address.setStatus(EntityStatus status)
Sets the status value for this Address. |
| Constructors in org.nhind.config with parameters of type EntityStatus | |
|---|---|
Address(Calendar createTime,
String displayName,
String emailAddress,
String endpoint,
EntityStatus status,
String type,
Calendar updateTime,
long id)
|
|
Anchor(long certificateId,
Calendar createTime,
byte[] data,
long id,
boolean incoming,
boolean outgoing,
String owner,
EntityStatus status,
String thumbprint,
Calendar validEndDate,
Calendar validStartDate)
|
|
Certificate(Calendar createTime,
byte[] data,
long id,
String owner,
boolean privateKey,
EntityStatus status,
Calendar validEndDate,
Calendar validStartDate)
|
|
CertificateGetOptions(boolean includeData,
boolean includePrivateKey,
EntityStatus status)
|
|
Domain(Address[] address,
Calendar createTime,
String domainName,
String postMasterEmail,
Long postmasterAddressId,
Calendar updateTime,
long id,
EntityStatus status)
|
|
Setting(Calendar createTime,
long id,
String name,
EntityStatus status,
Calendar updateTime,
String value)
|
|
| Uses of EntityStatus in org.nhindirect.config.service.impl |
|---|
| Methods in org.nhindirect.config.service.impl with parameters of type EntityStatus | |
|---|---|
Address[] |
ConfigurationServiceImplServiceSoapBindingStub.getAddresss(String[] emailAddress,
EntityStatus status)
|
Domain[] |
ConfigurationServiceImplServiceSoapBindingStub.getDomains(String[] names,
EntityStatus status)
|
Domain[] |
ConfigurationServiceImplServiceSoapBindingStub.searchDomain(String name,
EntityStatus status)
|
void |
ConfigurationServiceImplServiceSoapBindingStub.setAnchorStatusForOwner(String owner,
EntityStatus status)
|
void |
ConfigurationServiceImplServiceSoapBindingStub.setCertificateStatus(long[] certificateIds,
EntityStatus status)
|
void |
ConfigurationServiceImplServiceSoapBindingStub.setCertificateStatusForOwner(String owner,
EntityStatus status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||