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 Customer
CustomerRepository. findById(long idCustomerInfo)
Customer
CustomerRepository. findByName(String brokerName)
Customer
CustomerRepository. 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 Customer
CustomerRepository. 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 void
InitMessage. setCustomers(List<Customer> customers)
-