Uses of Interface
org.broadleafcommerce.core.order.domain.OrderItemAttribute
Packages that use OrderItemAttribute
Package
Description
-
Uses of OrderItemAttribute in org.broadleafcommerce.core.catalog.dao
Methods in org.broadleafcommerce.core.catalog.dao with parameters of type OrderItemAttributeModifier and TypeMethodDescriptionProductOptionDao.translateItemAttributeValue(OrderItemAttribute itemAttribute, ProductOption productOption) Returns a translated String attribute value for OrderItemAttributeProductOptionDaoImpl.translateItemAttributeValue(OrderItemAttribute itemAttribute, ProductOption productOption) -
Uses of OrderItemAttribute in org.broadleafcommerce.core.catalog.service
Methods in org.broadleafcommerce.core.catalog.service with parameters of type OrderItemAttributeModifier and TypeMethodDescriptionCatalogService.translateItemAttributeValue(OrderItemAttribute itemAttribute, ProductOption productOption) Returns a translated String attribute value for OrderItemAttributeCatalogServiceImpl.translateItemAttributeValue(OrderItemAttribute itemAttribute, ProductOption productOption) -
Uses of OrderItemAttribute in org.broadleafcommerce.core.order.domain
Classes in org.broadleafcommerce.core.order.domain that implement OrderItemAttributeModifier and TypeClassDescriptionclassArbitrary attributes to add to an order-item.Fields in org.broadleafcommerce.core.order.domain with type parameters of type OrderItemAttributeModifier and TypeFieldDescriptionprotected Map<String,OrderItemAttribute> OrderItemImpl.orderItemAttributeMapMethods in org.broadleafcommerce.core.order.domain with type parameters of type OrderItemAttributeModifier and TypeMethodDescription<G extends OrderItemAttribute>
CreateResponse<G>OrderItemAttributeImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.order.domain that return OrderItemAttributeModifier and TypeMethodDescriptionOrderItemAttribute.clone()Provide support for a deep copy of an order item.OrderItemAttributeImpl.clone()Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type OrderItemAttributeModifier and TypeMethodDescriptionOrderItem.getOrderItemAttributes()A list of arbitrary attributes added to this item.OrderItemImpl.getOrderItemAttributes()A list of arbitrary attributes added to this item.Methods in org.broadleafcommerce.core.order.domain with parameters of type OrderItemAttributeModifier and TypeMethodDescriptionvoidOrderItemAttributeImpl.checkCloneable(OrderItemAttribute itemAttribute) Method parameters in org.broadleafcommerce.core.order.domain with type arguments of type OrderItemAttributeModifier and TypeMethodDescriptionvoidOrderItem.setOrderItemAttributes(Map<String, OrderItemAttribute> orderItemAttributes) Sets the map of order item attributes.voidOrderItemImpl.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 OrderItemAttributeModifier and TypeMethodDescriptionprotected booleanOrderServiceImpl.compareAttributes(Map<String, OrderItemAttribute> item1Attributes, OrderItemRequestDTO item2) Returns true if the two items attributes exactly match.protected booleanOrderServiceImpl.itemMatches(Sku item1Sku, Product item1Product, Map<String, OrderItemAttribute> item1Attributes, OrderItemRequestDTO item2)