|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressService
Service class for methods related to an Address object.
| Method Summary | |
|---|---|
void |
addAddress(Collection<Address> address)
Add an Address. |
Collection<Address> |
getAddress(Collection<String> addressNames,
EntityStatus status)
Get a collection of all Addresses matching the parameters. |
int |
getAddressCount()
Get a count of Addresses. |
Collection<Address> |
listAddresss(String lastAddressName,
int maxResults)
Return a list of Addresses matching the parameters. |
void |
removeAddress(String addressName)
Remove an Address. |
void |
updateAddress(Address address)
Update an Address. |
| Method Detail |
|---|
void addAddress(Collection<Address> address)
throws ConfigurationServiceException
address - The Address to add.
ConfigurationServiceException
void updateAddress(Address address)
throws ConfigurationServiceException
address - The Address to update.
ConfigurationServiceException
int getAddressCount()
throws ConfigurationServiceException
ConfigurationServiceException
Collection<Address> getAddress(Collection<String> addressNames,
EntityStatus status)
throws ConfigurationServiceException
addressNames - A collection of address names.status - An EntityStatus object.
ConfigurationServiceException
void removeAddress(String addressName)
throws ConfigurationServiceException
addressName - The address name.
ConfigurationServiceException
Collection<Address> listAddresss(String lastAddressName,
int maxResults)
throws ConfigurationServiceException
lastAddressName - The last address name.maxResults - The maximum number of results.
ConfigurationServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||