public class CarsBean extends Object implements Serializable
| Constructor and Description |
|---|
CarsBean() |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryItem> |
createCar(String vendor,
String model,
int count) |
List<InventoryItem> |
getAllInventoryItems() |
List<String> |
getAllVendors() |
int |
getClientRows() |
int |
getCurrentCarIndex() |
InventoryItem |
getEditedCar() |
List<InventoryVendorList> |
getInventoryVendorLists() |
int |
getPage() |
List<javax.faces.model.SelectItem> |
getVendorOptions() |
void |
remove() |
void |
setClientRows(int clientRows) |
void |
setCurrentCarIndex(int currentCarIndex) |
void |
setEditedCar(InventoryItem editedCar) |
void |
setPage(int page) |
void |
store() |
void |
switchAjaxLoading(javax.faces.event.ValueChangeEvent event) |
public void switchAjaxLoading(javax.faces.event.ValueChangeEvent event)
public void remove()
public void store()
public List<javax.faces.model.SelectItem> getVendorOptions()
public List<InventoryVendorList> getInventoryVendorLists()
public List<InventoryItem> getAllInventoryItems()
public List<InventoryItem> createCar(String vendor, String model, int count)
public int getCurrentCarIndex()
public void setCurrentCarIndex(int currentCarIndex)
public InventoryItem getEditedCar()
public void setEditedCar(InventoryItem editedCar)
public int getPage()
public void setPage(int page)
public int getClientRows()
public void setClientRows(int clientRows)
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.