b2e65b5638b618b04879dbdb886651379bdc212f.svn-base 3.7 KB
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	邮件service配置文件
 -->
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	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-2.5.xsd
			http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
			http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
			
	<!-- 发邮件service-->
	<bean id="yxysendmailservice" class="com.espeed.yxy.service.impl.YxySendMailServiceImpl">
		<!-- 待发邮件DAO -->
		<property name="yxysendmailmasterdao">
			<ref bean="yxysendmailmasterdao"/>
		</property>	
		<property name="mailmasterbasedao">
			<ref bean="mailmasterbasedao"/>
		</property>	
		<!-- 待发邮件地址DAO -->
		<property name="yxysendmaildetaildao">
			<ref bean="yxysendmaildetaildao"/>
		</property>	
		<!-- SMTP DAO -->
		<property name="yxysendsmtpinfodao">
			<ref bean="yxysendsmtpinfodao"/>
		</property>	
		<!-- SMTP 后缀配置DAO -->
		<property name="yxysmtpsuffixsetdao">
			<ref bean="yxysmtpsuffixsetdao"/>
		</property>	
		<!-- SMTP 后缀发送量DAO -->
		<property name="yxysmtpsendsetdao">
			<ref bean="yxysmtpsendsetdao"/>
		</property>	
		<!-- 自配SMTP已发送量DAO -->
		<property name="yxysmtpsendselfoversetdao">
			<ref bean="yxysmtpsendselfoversetdao"/>
		</property>	
		<!--自配SMTP发送量限制 DAO-->
		<property name="yxysmtpsendselfsetdao">
			<ref bean="yxysmtpsendselfsetdao"/>
		</property>	
		<!--控制参数 DAO-->
		<property name="yxysysparamaterdao">
			<ref bean="yxysysparamaterdao"/>
		</property>	
		<property name="yxysysparamatersvaluedao">
			<ref bean="yxysysparamatersvaluedao"/>
		</property>	
		<!-- 回复dao -->
		<property name="replydao">
			<ref bean="replydao"/>
		</property>
		<!-- 过滤dao -->
		<property name="filterdao">
			<ref bean="filterdao"/>
		</property>
		<!-- 跟踪配置dao -->
		<property name="centretracksetdao">
			<ref bean="centretracksetdao"/>
		</property>
		<!-- 营销开发客户配置dao -->
		<property name="centreyxyedmnewcustomerdao">
			<ref bean="centreyxyedmnewcustomerdao"/>
		</property>
		<!-- 营销盘活客户配置dao -->
		<property name="centreyxyedmoldcustomerdao">
			<ref bean="centreyxyedmoldcustomerdao"/>
		</property>
		<!-- 用户dao -->
		<property name="centreuserdao">
			<ref bean="centreuserdao"></ref>
		</property>
	</bean>
	 
	<!-- 营销计划service -->
	<bean id="marketingplanservice" class="com.espeed.yxy.service.impl.YxyMarketingPlanServiceImpl">
		<property name="marketingplandao">
			<ref bean="marketingplandao"/>
		</property>
		<property name="marketingweekdao">
			<ref bean="marketingweekdao"/>
		</property>
		<property name="addressdao">
			<ref bean="addressdao"/>
		</property>
		<property name="stencildao">
			<ref bean="stencildao"/>
		</property>
		<property name="senderdao">
			<ref bean="senderdao"/>
		</property>
		<property name="yxysysparamaterdao">
			<ref bean="yxysysparamaterdao"/>
		</property>	
		<property name="yxysysparamatersvaluedao">
			<ref bean="yxysysparamatersvaluedao"/>
		</property>	
		<property name="yxycustomeremaildao">
			<ref bean="yxycustomeremaildao"/>
		</property>
		<property name="centreyxyedmoldcustomerdao">
			<ref bean="centreyxyedmoldcustomerdao"/>
		</property>
		<property name="centreuserdao">
			<ref bean="centreuserdao"/>
		</property>
		<property name="crmcustomerinfodao">
			<ref bean="crmcustomerinfodao"/>
		</property>
		<property name="yxysendcountdao">
			<ref bean="yxysendcountdao"/>
		</property>
	</bean>
</beans>