| Modifier and Type | Field and Description |
|---|---|
protected OrderItemDetailDTO |
OrderItemDTO.orderItemDetailDTO |
| Modifier and Type | Method and Description |
|---|---|
OrderItemDetailDTO |
OrderAutoConfiguration.orderItemDetailDtoPrototype() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<OrderItemDetailDTO,Integer> |
CheckoutSeed.inventory |
| Modifier and Type | Method and Description |
|---|---|
Map<OrderItemDetailDTO,Integer> |
CheckoutSeed.getInventory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutSeed.setInventory(Map<OrderItemDetailDTO,Integer> inventory) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderItemDetailDTO |
OrderItemServiceImpl.buildOrderItemDetailDTOFromDetail(OrderItemDetail orderItemDetail) |
| Modifier and Type | Method and Description |
|---|---|
protected OrderItemDetail |
OrderItemServiceImpl.buildOrderItemDetailFromDTO(OrderItemDetailDTO orderItemDetailDTO) |
| Modifier and Type | Method and Description |
|---|---|
OrderItemDetailDTO |
OrderItemRequestDTO.getOrderItemDetail() |
| Modifier and Type | Method and Description |
|---|---|
OrderItemRequestDTO |
OrderItemRequestDTO.setOrderItemDetail(OrderItemDetailDTO orderItemDetailDTO) |
| Constructor and Description |
|---|
OrderItemRequestDTO(OrderItemDetailDTO orderItemDetailDTO,
Integer quantity) |
Copyright © 2017. All rights reserved.