Uses of Class
org.primefaces.showcase.domain.InventoryStatus
-
Packages that use InventoryStatus Package Description org.primefaces.showcase.domain org.primefaces.showcase.view.data.datatable -
-
Uses of InventoryStatus in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return InventoryStatus Modifier and Type Method Description InventoryStatusProduct. getInventoryStatus()static InventoryStatusInventoryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryStatus[]InventoryStatus. 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 InventoryStatus Modifier and Type Method Description voidProduct. setInventoryStatus(InventoryStatus inventoryStatus)Constructors in org.primefaces.showcase.domain with parameters of type InventoryStatus Constructor Description Product(int id, String code, String name, String description, String image, double price, String category, int quantity, InventoryStatus inventoryStatus, int rating) -
Uses of InventoryStatus in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return InventoryStatus Modifier and Type Method Description InventoryStatus[]EditView. getInventoryStatusList()
-