public interface ServiceLocator
| Modifier and Type | Method and Description |
|---|---|
AddressesService |
getAddressesService()
Gets the addresses business service.
|
CountriesService |
getCountriesService()
Gets the countries business service.
|
FederalstatesService |
getFederalstatesService()
Gets the federalstates business service.
|
ZipcodesService |
getZipcodesService()
Gets the zipcodes business service.
|
void |
setAddressesService(AddressesService addressesService)
Sets the addresses business service.
|
void |
setCountriesService(CountriesService countriesService)
Sets the countries business service.
|
void |
setFederalstatesService(FederalstatesService federalstatesService)
Sets the federalstates business service.
|
void |
setZipcodesService(ZipcodesService zipcodesService)
Sets the zipcodes business service.
|
AddressesService getAddressesService()
CountriesService getCountriesService()
FederalstatesService getFederalstatesService()
ZipcodesService getZipcodesService()
void setAddressesService(AddressesService addressesService)
addressesService - the new addresses business servicevoid setCountriesService(CountriesService countriesService)
countriesService - the new countries business servicevoid setFederalstatesService(FederalstatesService federalstatesService)
federalstatesService - the new federalstates business servicevoid setZipcodesService(ZipcodesService zipcodesService)
zipcodesService - the new zipcodes business serviceCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.