Uses of Interface
org.broadleafcommerce.core.order.domain.OrderItemAttribute

Packages that use OrderItemAttribute
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service.manipulation   
 

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.manipulation
 

Methods in org.broadleafcommerce.core.order.service.manipulation that return types with arguments of type OrderItemAttribute
 Map<String,OrderItemAttribute> DiscreteOrderItemDecorator.getOrderItemAttributes()
          A list of arbitrary attributes added to this item.
 

Method parameters in org.broadleafcommerce.core.order.service.manipulation with type arguments of type OrderItemAttribute
 void DiscreteOrderItemDecorator.setOrderItemAttributes(Map<String,OrderItemAttribute> orderItemAttributes)
          Sets the map of order item attributes.
 



Copyright © 2013. All Rights Reserved.