Class CustomerService

java.lang.Object
org.primefaces.showcase.service.CustomerService

@Named @ApplicationScoped public class CustomerService extends Object
  • Constructor Details

    • CustomerService

      public CustomerService()
  • Method Details

    • init

      @PostConstruct public void init()
    • getCustomers

      public List<Customer> getCustomers(int number)
    • getCountries

      public List<Country> getCountries()
    • getCustomerStatus

      public CustomerStatus[] getCustomerStatus()
    • getRepresentatives

      public List<Representative> getRepresentatives()