Package org.powertac.common.interfaces
Interface CustomerServiceAccessor
- 
- All Known Implementing Classes:
- CustomerModelService
 
 public interface CustomerServiceAccessorAccessors to allow customer models (which are not Spring beans) to interface with sim services that are Spring beans- Author:
- John Collins
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerRepogetCustomerRepo()Returns a reference to a CustomerRepoRandomSeedRepogetRandomSeedRepo()Returns a reference to a RandomSeedRepoServerConfigurationgetServerConfiguration()Returns a reference to a ServerConfiguration serviceTariffMarketgetTariffMarket()Returns a reference to the TariffMarketTariffRepogetTariffRepo()Returns a reference to a TariffRepoTariffSubscriptionRepogetTariffSubscriptionRepo()Returns a reference to a TariffSubscriptionRepoTimeServicegetTimeService()Returns a reference to the TimeServiceTimeslotRepogetTimeslotRepo()Returns a reference to a TimeslotRepoWeatherReportRepogetWeatherReportRepo()Returns a reference to a WeatherReportRepo
 
- 
- 
- 
Method Detail- 
getCustomerRepoCustomerRepo getCustomerRepo() Returns a reference to a CustomerRepo
 - 
getServerConfigurationServerConfiguration getServerConfiguration() Returns a reference to a ServerConfiguration service
 - 
getRandomSeedRepoRandomSeedRepo getRandomSeedRepo() Returns a reference to a RandomSeedRepo
 - 
getTariffMarketTariffMarket getTariffMarket() Returns a reference to the TariffMarket
 - 
getTariffRepoTariffRepo getTariffRepo() Returns a reference to a TariffRepo
 - 
getTariffSubscriptionRepoTariffSubscriptionRepo getTariffSubscriptionRepo() Returns a reference to a TariffSubscriptionRepo
 - 
getTimeslotRepoTimeslotRepo getTimeslotRepo() Returns a reference to a TimeslotRepo
 - 
getTimeServiceTimeService getTimeService() Returns a reference to the TimeService
 - 
getWeatherReportRepoWeatherReportRepo getWeatherReportRepo() Returns a reference to a WeatherReportRepo
 
- 
 
-