Uses of Class
org.primefaces.showcase.domain.Representative
-
Packages that use Representative Package Description org.primefaces.showcase.domain org.primefaces.showcase.service org.primefaces.showcase.view.data.datatable -
-
Uses of Representative in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return Representative Modifier and Type Method Description RepresentativeCustomer. getRepresentative()Methods in org.primefaces.showcase.domain with parameters of type Representative Modifier and Type Method Description intRepresentative. compareTo(Representative o)voidCustomer. setRepresentative(Representative representative)Constructors in org.primefaces.showcase.domain with parameters of type Representative Constructor Description Customer(int id, String name, String company, Country country, LocalDate date, CustomerStatus status, int activity, Representative representative) -
Uses of Representative in org.primefaces.showcase.service
Methods in org.primefaces.showcase.service that return types with arguments of type Representative Modifier and Type Method Description List<Representative>CustomerService. getRepresentatives() -
Uses of Representative in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return types with arguments of type Representative Modifier and Type Method Description List<Representative>FilterView. getRepresentatives()
-