
commerce.broadleaf-admin-module.2.2.0-GA.source-code.bl-admin-applicationContext.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:mo="http://schema.broadleafcommerce.org/mo" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd http://schema.broadleafcommerce.org/mo http://schema.broadleafcommerce.org/mo/mo-2.2.xsd"> <context:component-scan base-package="org.broadleafcommerce.admin"/> <bean id="blCustomPersistenceHandlers" class="org.springframework.beans.factory.config.ListFactoryBean" scope="prototype"> <property name="sourceList"> <list> <bean class="org.broadleafcommerce.admin.server.service.handler.CategoryCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.CustomerPasswordCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.OfferCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.OfferItemCriteriaCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.AdminUserCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.CustomerCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.ProductCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.ChildCategoriesCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.admin.server.service.handler.SkuCustomPersistenceHandler"/> </list> </property> </bean> <mo:override id="blMetadataOverrides"> <mo:overrideItem configurationKey="promotionOrderItem"> <mo:field name="category"> <mo:property name="excluded" value="false"/> </mo:field> <mo:field name="id"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="category.activeEndDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="category.activeStartDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="personalMessage"> <mo:property name="excluded" value="true"/> </mo:field> </mo:overrideItem> <mo:overrideItem configurationKey="promotionCustomer"> <mo:field name="firstName"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="lastName"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="emailAddress"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="auditable.dateCreated"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="auditable.dateUpdated"> <mo:property name="excluded" value="true"/> </mo:field> </mo:overrideItem> <mo:overrideItem configurationKey="promotionFulfillmentGroup"> <mo:field name="personalMessage"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="address.country"> <mo:property name="excluded" value="false"/> </mo:field> <mo:field name="address.state"> <mo:property name="excluded" value="false"/> </mo:field> <mo:field name="address.state.country"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="address.id"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="phone.id"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="id"> <mo:property name="excluded" value="true"/> </mo:field> </mo:overrideItem> <mo:overrideItem configurationKey="promotionOrder"> <mo:field name="customer"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="id"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="status"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="name"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="cityTax"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="countyTax"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="stateTax"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="districtTax"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="countryTax"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="totalTax"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="totalShipping"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="total"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="submitDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="orderNumber"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="emailAddress"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="auditable.dateCreated"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="auditable.dateUpdated"> <mo:property name="excluded" value="true"/> </mo:field> </mo:overrideItem> </mo:override> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy