
commerce.broadleaf-contentmanagement-module.3.0.1-GA.source-code.bl-cms-contentCreator-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:mo="http://schema.broadleafcommerce.org/mo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd http://schema.broadleafcommerce.org/mo http://schema.broadleafcommerce.org/mo/mo-3.0.xsd"> <bean id="blCustomPersistenceHandlers" class="org.springframework.beans.factory.config.ListFactoryBean" scope="prototype"> <property name="sourceList"> <list> <bean class="org.broadleafcommerce.cms.admin.server.handler.PageTemplateCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.StructuredContentTypeCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.SandBoxItemCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.PendingSandBoxItemCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.TimeDTOCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.RequestDTOCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.StructuredContentItemCriteriaCustomPersistenceHandler"/> <bean class="org.broadleafcommerce.cms.admin.server.handler.PageItemCriteriaCustomPersistenceHandler"/> </list> </property> </bean> <mo:override id="blMetadataOverrides"> <mo:overrideItem configurationKey="targetProduct"> <mo:field name="defaultCategory"> <mo:property name="excluded" value="false"/> </mo:field> <mo:field name="id"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="description"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="longDescription"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="activeStartDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="activeEndDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="defaultCategory.activeStartDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="defaultCategory.activeEndDate"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="sku.name"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="sku.salePrice"> <mo:property name="excluded" value="true"/> </mo:field> <mo:field name="sku.retailPrice"> <mo:property name="excluded" value="true"/> </mo:field> </mo:overrideItem> </mo:override> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy