|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineItem | |
---|---|
org.books.data | |
org.books.model | |
org.books.view |
Uses of LineItem in org.books.data |
---|
Methods in org.books.data that return types with arguments of type LineItem | |
---|---|
java.util.List<LineItem> |
Order.getItems()
Gets the items. |
Method parameters in org.books.data with type arguments of type LineItem | |
---|---|
void |
Order.setItems(java.util.List<LineItem> items)
Sets the items. |
Uses of LineItem in org.books.model |
---|
Method parameters in org.books.model with type arguments of type LineItem | |
---|---|
Order |
OrderManagerBean.orderBooks(java.util.List<LineItem> items)
Diese Methode erzeugt eine Bestellung aufgrund der Liste. |
Order |
OrderManagerLocal.orderBooks(java.util.List<LineItem> items)
Diese Methode erzeugt eine Bestellung aufgrund der Liste. |
Order |
OrderManagerRemote.orderBooks(java.util.List<LineItem> items)
Diese Methode erzeugt eine Bestellung aufgrund der Liste. |
Uses of LineItem in org.books.view |
---|
Methods in org.books.view that return types with arguments of type LineItem | |
---|---|
java.util.List<LineItem> |
CardBean.getCardList()
Gibt eine Liste des Warenkorbes mit LineItem Value-Objekten zurueck. |
Method parameters in org.books.view with type arguments of type LineItem | |
---|---|
void |
CardBean.setCardList(java.util.List<LineItem> list)
Setzt CardList mit LineItem Value-Objekten. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |