Class CustomerService


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

      • CustomerService

        public CustomerService()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • getCustomers

        public List<Customer> getCustomers​(int number)