|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineItem | |
|---|---|
| com.restfully.shop.domain | |
| com.restfully.shop.services | |
| Uses of LineItem in com.restfully.shop.domain |
|---|
| Fields in com.restfully.shop.domain with type parameters of type LineItem | |
|---|---|
protected List<LineItem> |
Order.lineItems
|
| Methods in com.restfully.shop.domain that return types with arguments of type LineItem | |
|---|---|
List<LineItem> |
Order.getLineItems()
|
| Method parameters in com.restfully.shop.domain with type arguments of type LineItem | |
|---|---|
void |
Order.setLineItems(List<LineItem> lineItems)
|
| Uses of LineItem in com.restfully.shop.services |
|---|
| Methods in com.restfully.shop.services that return LineItem | |
|---|---|
static LineItem |
OrderResourceBean.entity2domain(LineItemEntity entity)
|
| Methods in com.restfully.shop.services with parameters of type LineItem | |
|---|---|
static void |
OrderResourceBean.domain2entity(LineItemEntity entity,
LineItem item)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||