Uses of Class
edu.sampleu.bookstore.bo.BookOrder

Packages that use BookOrder
edu.sampleu.bookstore.document   
edu.sampleu.bookstore.document.web   
 

Uses of BookOrder in edu.sampleu.bookstore.document
 

Fields in edu.sampleu.bookstore.document with type parameters of type BookOrder
private  List<BookOrder> BookOrderDocument.bookOrders
           
 

Methods in edu.sampleu.bookstore.document that return types with arguments of type BookOrder
 List<BookOrder> BookOrderDocument.getBookOrders()
           
 

Methods in edu.sampleu.bookstore.document with parameters of type BookOrder
 void BookOrderDocument.addBookOrder(BookOrder bookOrder)
           
 

Method parameters in edu.sampleu.bookstore.document with type arguments of type BookOrder
 void BookOrderDocument.setBookOrders(List<BookOrder> bookOrders)
           
 

Uses of BookOrder in edu.sampleu.bookstore.document.web
 

Fields in edu.sampleu.bookstore.document.web declared as BookOrder
private  BookOrder BookOrderForm.newBookOrder
           
 

Methods in edu.sampleu.bookstore.document.web that return BookOrder
 BookOrder BookOrderForm.getNewBookOrder()
           
 

Methods in edu.sampleu.bookstore.document.web with parameters of type BookOrder
 void BookOrderForm.setNewBookOrder(BookOrder newBookOrder)
           
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.