|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainService
Service class for methods related to a Domain object.
| Method Summary | |
|---|---|
void |
addDomain(Domain domain)
Add a new Domain. |
Domain |
getDomain(Long id)
Return a Domain matching the given ID. |
int |
getDomainCount()
Get a count of Domains. |
Collection<Domain> |
getDomains(Collection<String> domainNames,
EntityStatus status)
Get a collection of all Domains matching the parameters. |
Collection<Domain> |
listDomains(String lastDomainName,
int maxResults)
Return a list of Domains matching the parameters. |
void |
removeDomain(String domainName)
Remove a Domain. |
Collection<Domain> |
searchDomain(String domain,
EntityStatus status)
Return a collection of Domains matching the parameters. |
void |
updateDomain(Domain domain)
Update a Domain. |
| Method Detail |
|---|
void addDomain(Domain domain)
throws ConfigurationServiceException
domain - The Domain to add.
ConfigurationServiceException
void updateDomain(Domain domain)
throws ConfigurationServiceException
domain - The Domain to update.
ConfigurationServiceException
int getDomainCount()
throws ConfigurationServiceException
ConfigurationServiceException
Collection<Domain> getDomains(Collection<String> domainNames,
EntityStatus status)
throws ConfigurationServiceException
domainNames - A collection of domain names.status - An EntityStatus object.
ConfigurationServiceException
void removeDomain(String domainName)
throws ConfigurationServiceException
domainName - The name of the Domain to remove.
ConfigurationServiceException
Collection<Domain> listDomains(String lastDomainName,
int maxResults)
throws ConfigurationServiceException
lastDomainName - The last domain name.maxResults - The maximum number of results.
ConfigurationServiceException
Collection<Domain> searchDomain(String domain,
EntityStatus status)
domain - The Domain name.status - The Domain EntityStatus.
Domain getDomain(Long id)
id - The ID of the Domain.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||