org.richfaces.demo.tables
Class CarsBean
java.lang.Object
org.richfaces.demo.tables.CarsBean
- All Implemented Interfaces:
- java.io.Serializable
public class CarsBean
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CarsBean
public CarsBean()
getVendorOptions
public java.util.List<javax.faces.model.SelectItem> getVendorOptions()
getAllVendors
public java.util.List<java.lang.String> getAllVendors()
getInventoryVendorLists
public java.util.List<InventoryVendorList> getInventoryVendorLists()
getAllInventoryItems
public java.util.List<InventoryItem> getAllInventoryItems()
createCar
public java.util.List<InventoryItem> createCar(java.lang.String vendor,
java.lang.String model,
int count)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.