Uses of Class
org.powertac.visualizer.domain.Customer
-
Packages that use Customer Package Description org.powertac.visualizer.repository_ptac org.powertac.visualizer.web.dto -
-
Uses of Customer in org.powertac.visualizer.repository_ptac
Methods in org.powertac.visualizer.repository_ptac that return Customer Modifier and Type Method Description CustomerCustomerRepository. findById(long idCustomerInfo)CustomerCustomerRepository. findByName(String brokerName)CustomerCustomerRepository. save(Customer customer)Methods in org.powertac.visualizer.repository_ptac that return types with arguments of type Customer Modifier and Type Method Description List<Customer>CustomerRepository. findAll()Methods in org.powertac.visualizer.repository_ptac with parameters of type Customer Modifier and Type Method Description CustomerCustomerRepository. save(Customer customer) -
Uses of Customer in org.powertac.visualizer.web.dto
Methods in org.powertac.visualizer.web.dto that return types with arguments of type Customer Modifier and Type Method Description List<Customer>InitMessage. getCustomers()Method parameters in org.powertac.visualizer.web.dto with type arguments of type Customer Modifier and Type Method Description voidInitMessage. setCustomers(List<Customer> customers)
-