@Configuration
@ImportResource(value={"classpath:/bl-order-applicationContext-persistence.xml","classpath:/bl-order-applicationContext.xml","classpath:/bl-order-applicationContext-workflow.xml"},
reader=org.broadleafcommerce.common.extensibility.FrameworkXmlBeanDefinitionReader.class)
public class OrderAutoConfiguration
extends Object
| Constructor and Description |
|---|
OrderAutoConfiguration() |
@Bean(name="com.broadleafcommerce.order.common.dto.OfferCodeDTO") @Scope(value="prototype") public OfferCodeDTO offerCodeDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OfferDTO") @Scope(value="prototype") public OfferDTO offerDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderAddressDTO") @Scope(value="prototype") public OrderAddressDTO orderAddressDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderCustomerDTO") @Scope(value="prototype") public OrderCustomerDTO orderCustomerDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderDTO") @Scope(value="prototype") public OrderDTO orderDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderAttributeDTO") @Scope(value="prototype") public OrderAttributeDTO orderAttributeDTOPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderItemDetailDTO") @Scope(value="prototype") public OrderItemDetailDTO orderItemDetailDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderItemDTO") @Scope(value="prototype") public OrderItemDTO orderItemDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.OrderPaymentDTO") @Scope(value="prototype") public OrderPaymentDTO orderPaymentDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.PaymentTransactionDTO") @Scope(value="prototype") public PaymentTransactionDTO paymentTransactionDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.FulfillmentGroupDTO") @Scope(value="prototype") public FulfillmentGroupDTO fulfillmentGroupDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.FulfillmentOptionDTO") @Scope(value="prototype") public FulfillmentOptionDTO fulfillmentOptionDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.SplitFulfillmentGroupDTO") @Scope(value="prototype") public SplitFulfillmentGroupDTO splitFulfillmentGroupDtoPrototype()
@Bean(name="com.broadleafcommerce.order.common.dto.FulfillmentGroupItemDTO") @Scope(value="prototype") public FulfillmentGroupItemDTO fulfillmentGroupItemDtoPrototype()
Copyright © 2017. All rights reserved.