public interface CustomerServiceAccessor
| Modifier and Type | Method and Description |
|---|---|
org.powertac.common.repo.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
|
org.powertac.common.repo.TariffRepo |
getTariffRepo()
Returns a reference to a TariffRepo
|
TariffSubscriptionRepo |
getTariffSubscriptionRepo()
Returns a reference to a TariffSubscriptionRepo
|
org.powertac.common.TimeService |
getTimeService()
Returns a reference to the TimeService
|
org.powertac.common.repo.TimeslotRepo |
getTimeslotRepo()
Returns a reference to a TimeslotRepo
|
org.powertac.common.repo.WeatherReportRepo |
getWeatherReportRepo()
Returns a reference to a WeatherReportRepo
|
org.powertac.common.repo.CustomerRepo getCustomerRepo()
ServerConfiguration getServerConfiguration()
RandomSeedRepo getRandomSeedRepo()
org.powertac.common.repo.TariffRepo getTariffRepo()
TariffSubscriptionRepo getTariffSubscriptionRepo()
org.powertac.common.repo.TimeslotRepo getTimeslotRepo()
org.powertac.common.TimeService getTimeService()
org.powertac.common.repo.WeatherReportRepo getWeatherReportRepo()
Copyright © 2016 Power TAC. All Rights Reserved.