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

Packages that use OrderAttribute
org.broadleafcommerce.core.order.domain   
 

Uses of OrderAttribute in org.broadleafcommerce.core.order.domain
 

Classes in org.broadleafcommerce.core.order.domain that implement OrderAttribute
 class OrderAttributeImpl
          The Class OrderAttributeImpl
 

Fields in org.broadleafcommerce.core.order.domain with type parameters of type OrderAttribute
protected  Map<String,OrderAttribute> OrderImpl.orderAttributes
           
 

Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type OrderAttribute
 Map<String,OrderAttribute> Order.getOrderAttributes()
          A list of arbitrary attributes added to this order.
 Map<String,OrderAttribute> NullOrderImpl.getOrderAttributes()
           
 Map<String,OrderAttribute> OrderImpl.getOrderAttributes()
           
 

Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type OrderAttribute
 void Order.setOrderAttributes(Map<String,OrderAttribute> orderAttributes)
          Sets the map of order attributes.
 void NullOrderImpl.setOrderAttributes(Map<String,OrderAttribute> orderAttributes)
           
 void OrderImpl.setOrderAttributes(Map<String,OrderAttribute> orderAttributes)
           
 



Copyright © 2012. All Rights Reserved.