public interface CustomerServiceAccessor
| Modifier and Type | Method and Description |
|---|---|
CustomerRepo |
getCustomerRepo()
Returns a reference to a CustomerRepo
|
RandomSeedRepo |
getRandomSeedRepo()
Returns a reference to a RandomSeedRepo
|
ServerConfiguration |
getServerConfiguration()
Returns a reference to a ServerConfiguration service
|
TariffRepo |
getTariffRepo()
Returns a reference to a TariffRepo
|
TariffSubscriptionRepo |
getTariffSubscriptionRepo()
Returns a reference to a TariffSubscriptionRepo
|
TimeService |
getTimeService()
Returns a reference to the TimeService
|
TimeslotRepo |
getTimeslotRepo()
Returns a reference to a TimeslotRepo
|
WeatherReportRepo |
getWeatherReportRepo()
Returns a reference to a WeatherReportRepo
|
CustomerRepo getCustomerRepo()
ServerConfiguration getServerConfiguration()
RandomSeedRepo getRandomSeedRepo()
TariffRepo getTariffRepo()
TariffSubscriptionRepo getTariffSubscriptionRepo()
TimeslotRepo getTimeslotRepo()
TimeService getTimeService()
WeatherReportRepo getWeatherReportRepo()
Copyright © 2017 Power TAC. All rights reserved.