org.powertac.visualizer.user
Class CustomersBean

java.lang.Object
  extended by org.powertac.visualizer.user.CustomersBean
All Implemented Interfaces:
Serializable

public class CustomersBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CustomersBean(CustomerService customerService, UserSessionBean userSessionBean, VisualizerHelperService helper)
           
 
Method Summary
 ArrayList<Customer> getCustomers()
           
 CustomerService getCustomerService()
           
 void onChange(org.primefaces.event.TabChangeEvent event)
           
 String wholesaleDynDataOneTimeslot(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomersBean

@Autowired
public CustomersBean(CustomerService customerService,
                               UserSessionBean userSessionBean,
                               VisualizerHelperService helper)
Method Detail

getCustomers

public ArrayList<Customer> getCustomers()

getCustomerService

public CustomerService getCustomerService()

wholesaleDynDataOneTimeslot

public String wholesaleDynDataOneTimeslot(int index)

onChange

public void onChange(org.primefaces.event.TabChangeEvent event)


Copyright © 2013 Power TAC. All Rights Reserved.