Package org.primefaces.showcase.service
Class CustomerService
- java.lang.Object
-
- org.primefaces.showcase.service.CustomerService
-
@Named @ApplicationScoped public class CustomerService extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Country>getCountries()List<Customer>getCustomers(int number)CustomerStatus[]getCustomerStatus()List<Representative>getRepresentatives()voidinit()
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getCustomerStatus
public CustomerStatus[] getCustomerStatus()
-
getRepresentatives
public List<Representative> getRepresentatives()
-
-