Uses of Class
org.primefaces.showcase.domain.CustomerStatus
-
Packages that use CustomerStatus Package Description org.primefaces.showcase.domain org.primefaces.showcase.service org.primefaces.showcase.view.data.datatable -
-
Uses of CustomerStatus in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return CustomerStatus Modifier and Type Method Description CustomerStatusCustomer. getStatus()static CustomerStatusCustomerStatus. random()static CustomerStatusCustomerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerStatus[]CustomerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.showcase.domain with parameters of type CustomerStatus Modifier and Type Method Description voidCustomer. setStatus(CustomerStatus status)Constructors in org.primefaces.showcase.domain with parameters of type CustomerStatus Constructor Description Customer(int id, String name, String company, Country country, LocalDate date, CustomerStatus status, int activity, Representative representative) -
Uses of CustomerStatus in org.primefaces.showcase.service
Methods in org.primefaces.showcase.service that return CustomerStatus Modifier and Type Method Description CustomerStatus[]CustomerService. getCustomerStatus() -
Uses of CustomerStatus in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return CustomerStatus Modifier and Type Method Description CustomerStatus[]FilterView. getCustomerStatus()CustomerStatus[]MultiViewStateView. getCustomerStatus()
-