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
 

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
 

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 © 2005–2014 The Kuali Foundation. All rights reserved.