|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderItemAttribute | |
|---|---|
| org.broadleafcommerce.core.order.domain | |
| org.broadleafcommerce.core.order.service | |
| Uses of OrderItemAttribute in org.broadleafcommerce.core.order.domain |
|---|
| Classes in org.broadleafcommerce.core.order.domain that implement OrderItemAttribute | |
|---|---|
class |
OrderItemAttributeImpl
Arbitrary attributes to add to an order-item. |
| Fields in org.broadleafcommerce.core.order.domain with type parameters of type OrderItemAttribute | |
|---|---|
protected Map<String,OrderItemAttribute> |
OrderItemImpl.orderItemAttributeMap
|
| Methods in org.broadleafcommerce.core.order.domain that return OrderItemAttribute | |
|---|---|
OrderItemAttribute |
OrderItemAttribute.clone()
Provide support for a deep copy of an order item. |
OrderItemAttribute |
OrderItemAttributeImpl.clone()
|
| Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type OrderItemAttribute | |
|---|---|
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. |
| Methods in org.broadleafcommerce.core.order.domain with parameters of type OrderItemAttribute | |
|---|---|
void |
OrderItemAttributeImpl.checkCloneable(OrderItemAttribute itemAttribute)
|
| Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type OrderItemAttribute | |
|---|---|
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. |
| Uses of OrderItemAttribute in org.broadleafcommerce.core.order.service |
|---|
| Method parameters in org.broadleafcommerce.core.order.service with type arguments of type OrderItemAttribute | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||