Uses of Class
org.primefaces.showcase.service.CustomerService
-
Packages that use CustomerService Package Description org.primefaces.showcase.view.data.dataexporter org.primefaces.showcase.view.data.datatable org.primefaces.showcase.view.misc -
-
Uses of CustomerService in org.primefaces.showcase.view.data.dataexporter
Methods in org.primefaces.showcase.view.data.dataexporter with parameters of type CustomerService Modifier and Type Method Description voidLazyView. setService(CustomerService service) -
Uses of CustomerService in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return CustomerService Modifier and Type Method Description CustomerServiceColumnsView. getService()Methods in org.primefaces.showcase.view.data.datatable with parameters of type CustomerService Modifier and Type Method Description voidColumnsView. setService(CustomerService service)voidFilterView. setService(CustomerService service)voidLazyView. setService(CustomerService service)voidMultiViewStateView. setService(CustomerService service)voidPaginatorView. setService(CustomerService service)voidRowGroupView. setService(CustomerService service)voidScrollView. setService(CustomerService service) -
Uses of CustomerService in org.primefaces.showcase.view.misc
Methods in org.primefaces.showcase.view.misc with parameters of type CustomerService Modifier and Type Method Description voidBlockUIView. setService(CustomerService service)
-