org.richfaces.demo.tables
Class CarsBean

java.lang.Object
  extended by 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

Constructor Summary
CarsBean()
           
 
Method Summary
 java.util.List<InventoryItem> createCar(java.lang.String vendor, java.lang.String model, int count)
           
 java.util.List<InventoryItem> getAllInventoryItems()
           
 java.util.List<java.lang.String> getAllVendors()
           
 java.util.List<InventoryVendorList> getInventoryVendorLists()
           
 java.util.List<javax.faces.model.SelectItem> getVendorOptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarsBean

public CarsBean()
Method Detail

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.