Uses of Enum
org.primefaces.showcase.domain.CustomerStatus
Packages that use CustomerStatus
Package
Description
-
Uses of CustomerStatus in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return CustomerStatusModifier and TypeMethodDescriptionCustomer.getStatus()static CustomerStatusCustomerStatus.random()static CustomerStatusReturns 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 CustomerStatusConstructors in org.primefaces.showcase.domain with parameters of type CustomerStatusModifierConstructorDescriptionCustomer(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 -
Uses of CustomerStatus in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return CustomerStatusModifier and TypeMethodDescriptionFilterView.getCustomerStatus()MultiViewStateView.getCustomerStatus()