| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.domain | |
| org.broadleafcommerce.core.order.service |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderItemAttributeImpl
Arbitrary attributes to add to an order-item.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,OrderItemAttribute> |
OrderItemImpl.orderItemAttributeMap |
| Modifier and Type | Method and Description |
|---|---|
OrderItemAttribute |
OrderItemAttributeImpl.clone() |
OrderItemAttribute |
OrderItemAttribute.clone()
Provide support for a deep copy of an order item.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,OrderItemAttribute> |
OrderItem.getOrderItemAttributes()
A list of arbitrary attributes added to this item.
|
Map<String,OrderItemAttribute> |
OrderItemImpl.getOrderItemAttributes()
A list of arbitrary attributes added to this item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderItemAttributeImpl.checkCloneable(OrderItemAttribute itemAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderItem.setOrderItemAttributes(Map<String,OrderItemAttribute> orderItemAttributes)
Sets the map of order item attributes.
|
void |
OrderItemImpl.setOrderItemAttributes(Map<String,OrderItemAttribute> orderItemAttributes)
Sets the map of order item attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
OrderServiceImpl.compareAttributes(Map<String,OrderItemAttribute> item1Attributes,
OrderItemRequestDTO item2)
Returns true if the two items attributes exactly match.
|
protected boolean |
OrderServiceImpl.itemMatches(Sku item1Sku,
Product item1Product,
Map<String,OrderItemAttribute> item1Attributes,
OrderItemRequestDTO item2) |
Copyright © 2014. All Rights Reserved.