|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| org.nhindirect.config.store | |
| org.nhindirect.config.store.dao | |
| org.nhindirect.config.store.dao.impl | |
| Uses of Address in org.nhindirect.config.store |
|---|
| Methods in org.nhindirect.config.store that return types with arguments of type Address | |
|---|---|
Collection<Address> |
Domain.getAddresses()
Get a colection of addresses. |
| Method parameters in org.nhindirect.config.store with type arguments of type Address | |
|---|---|
void |
Domain.setAddresses(Collection<Address> addresses)
Set the value of addresses. |
| Constructors in org.nhindirect.config.store with parameters of type Address | |
|---|---|
Address(Address anAddress)
Construct an Address. |
|
| Uses of Address in org.nhindirect.config.store.dao |
|---|
| Methods in org.nhindirect.config.store.dao that return Address | |
|---|---|
Address |
AddressDao.get(String name)
Get an Address. |
| Methods in org.nhindirect.config.store.dao that return types with arguments of type Address | |
|---|---|
List<Address> |
AddressDao.getByDomain(Domain domain,
EntityStatus status)
Get a collection of Addresses. |
List<Address> |
AddressDao.listAddresses(List<String> names,
EntityStatus status)
Get a collection of Addresses. |
List<Address> |
AddressDao.listAddresses(String name,
int count)
Get a collection of Addresses. |
| Methods in org.nhindirect.config.store.dao with parameters of type Address | |
|---|---|
void |
AddressDao.add(Address item)
Add an Address. |
void |
AddressDao.save(Address item)
Save an Address. |
void |
AddressDao.update(Address item)
Update an Address. |
| Uses of Address in org.nhindirect.config.store.dao.impl |
|---|
| Methods in org.nhindirect.config.store.dao.impl that return Address | |
|---|---|
Address |
AddressDaoImpl.get(String name)
|
| Methods in org.nhindirect.config.store.dao.impl that return types with arguments of type Address | |
|---|---|
List<Address> |
AddressDaoImpl.getByDomain(Domain domain,
EntityStatus status)
|
List<Address> |
AddressDaoImpl.listAddresses(List<String> names,
EntityStatus status)
|
List<Address> |
AddressDaoImpl.listAddresses(String name,
int count)
|
| Methods in org.nhindirect.config.store.dao.impl with parameters of type Address | |
|---|---|
void |
AddressDaoImpl.add(Address item)
|
void |
AddressDaoImpl.save(Address item)
|
void |
AddressDaoImpl.update(Address item)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||