123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="utf-8" ?>
- <objects xmlns="http://www.springframework.net">
- <description>Spring注入Service,容器指向本层层封装的接口,舍弃Dao层,减少代码量</description>
- <!--系统管理begin-->
- <!--系统管理-->
- <object id="MES.Production.Service.System" type="MES.Production.Service.ServiceImp.SystemManage,MES.Production.Service" singleton="false">
- </object>
- <!--代码-->
- <object id="MES.Production.Service.Code" type="MES.Production.Service.ServiceImp.CodeManage,MES.Production.Service" singleton="false">
- </object>
- <!--部门管理-->
- <object id="MES.Production.Service.Department" type="MES.Production.Service.ServiceImp.DepartmentManage,MES.Production.Service" singleton="false">
- </object>
- <!--用户部门管理-->
- <object id="MES.Production.Service.UserDepartment" type="MES.Production.Service.ServiceImp.UserDepartmentManage,MES.Production.Service" singleton="false">
- </object>
- <!--用户在线检测-->
- <object id="MES.Production.Service.Online" type="MES.Production.Service.ServiceImp.OnlineManage,MES.Production.Service" singleton="false">
- </object>
- <!--用户管理-->
- <object id="MES.Production.Service.User" type="MES.Production.Service.ServiceImp.UserManage,MES.Production.Service" singleton="false">
- <property name="UserInfoManage" ref="MES.Production.Service.UserInfo"/>
- <property name="UserRoleManage" ref="MES.Production.Service.UserRole"/>
- <property name="UserPermissionManage" ref="MES.Production.Service.UserPermission"/>
- <property name="PostUserManage" ref="MES.Production.Service.PostUser"/>
- <property name="UserDepartmentManage" ref="MES.Production.Service.UserDepartment"/>
- <property name="PermissionManage" ref="MES.Production.Service.Permission"/>
- <property name="DepartmentManage" ref="MES.Production.Service.Department"/>
- </object>
- <!--常用联系人-->
- <object id="MES.Production.Service.BeUser" type="MES.Production.Service.ServiceImp.BeUserManage,MES.Production.Service" singleton="false">
- </object>
- <!--用户拓展信息-->
- <object id="MES.Production.Service.UserInfo" type="MES.Production.Service.ServiceImp.UserInfoManage,MES.Production.Service" singleton="false">
- </object>
- <!--用户授权-->
- <object id="MES.Production.Service.UserPermission" type="MES.Production.Service.ServiceImp.UserPermissionManage,MES.Production.Service" singleton="false">
- <property name="PermissionManage" ref="MES.Production.Service.Permission"/>
- </object>
- <!--角色管理-->
- <object id="MES.Production.Service.Role" type="MES.Production.Service.ServiceImp.RoleManage,MES.Production.Service" singleton="false">
- </object>
- <!--用户角色-->
- <object id="MES.Production.Service.UserRole" type="MES.Production.Service.ServiceImp.UserRoleManage,MES.Production.Service" singleton="false">
- </object>
- <!--角色授权-->
- <object id="MES.Production.Service.RolePermission" type="MES.Production.Service.ServiceImp.RolePermissionManage,MES.Production.Service" singleton="false">
- <property name="PermissionManage" ref="MES.Production.Service.Permission"/>
- </object>
- <!--岗位管理-->
- <object id="MES.Production.Service.Post" type="MES.Production.Service.ServiceImp.PostManage,MES.Production.Service" singleton="false">
- </object>
- <!--岗位部门管理-->
- <object id="MES.Production.Service.PostDepartment" type="MES.Production.Service.ServiceImp.PostDepartmentManage,MES.Production.Service" singleton="false">
- <property name="PostUserManage" ref="MES.Production.Service.PostUser"/>
- </object>
- <!--用户岗位管理-->
- <object id="MES.Production.Service.PostUser" type="MES.Production.Service.ServiceImp.PostUserManage,MES.Production.Service" singleton="false">
- </object>
- <!--模块管理-->
- <object id="MES.Production.Service.Module" type="MES.Production.Service.ServiceImp.ModuleManage,MES.Production.Service" singleton="false">
- </object>
- <!--授权管理-->
- <object id="MES.Production.Service.Permission" type="MES.Production.Service.ServiceImp.PermissionManage,MES.Production.Service" singleton="false">
- </object>
- <!--省市县级联管理-->
- <object id="MES.Production.Service.CodeArea" type="MES.Production.Service.ServiceImp.CodeAreaManage,MES.Production.Service" singleton="false">
- </object>
- <!--系统日志管理-->
- <object id="MES.Production.Service.Syslog" type="MES.Production.Service.ServiceImp.SyslogManage,MES.Production.Service" singleton="false">
- </object>
- <!--消息通知管理-->
- <object id="MES.Production.Service.Msg" type="MES.Production.Service.ServiceImp.MsgManage,MES.Production.Service" singleton="false">
- </object>
- <!--消息接收人管理-->
- <object id="MES.Production.Service.MsgRev" type="MES.Production.Service.ServiceImp.MsgRevManage,MES.Production.Service" singleton="false">
- </object>
- <!--消息附件管理-->
- <!--系统管理end-->
- </objects>
|