Uses of Interface
org.broadleafcommerce.core.order.domain.OrderAttribute
Packages that use OrderAttribute
-
Uses of OrderAttribute in org.broadleafcommerce.core.order.domain
Classes in org.broadleafcommerce.core.order.domain that implement OrderAttributeFields in org.broadleafcommerce.core.order.domain with type parameters of type OrderAttributeMethods in org.broadleafcommerce.core.order.domain with type parameters of type OrderAttributeModifier and TypeMethodDescription<G extends OrderAttribute>
CreateResponse<G>OrderAttributeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type OrderAttributeModifier and TypeMethodDescriptionNullOrderImpl.getOrderAttributes()Order.getOrderAttributes()A list of arbitrary attributes added to this order.OrderImpl.getOrderAttributes()Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type OrderAttributeModifier and TypeMethodDescriptionvoidNullOrderImpl.setOrderAttributes(Map<String, OrderAttribute> orderAttributes) voidOrder.setOrderAttributes(Map<String, OrderAttribute> orderAttributes) Sets the map of order attributes.voidOrderImpl.setOrderAttributes(Map<String, OrderAttribute> orderAttributes)