资源描述:
《接口的实现类调用接口详解》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、结构图:其中MessageService.java为接口,MessageServiceImpl.java为其实现类。这里以MessageService.java中publicvoidMessageCreatXml(Stringpath,HashMaphm,Stringstr,Studentstudent,Listcidbypnum);在MessageServiceImpl.java的实现方法publicvoidMessageCreatXml(Stringpath,HashMaphm,Stringstr,Studentstudent,Listcidbyp
2、num){。。。。。。。。。。。。。。。。。。。。。。。。}调用MessageService.java中其他publicvoidMessageCreatStudent(Stringpath,HashMaphm,Studentstudent);publicvoidMessageCreatStudentInstructions(Stringpath,HashMaphm);publicvoidMessageCreatStudentType(Stringpath,HashMaphm);publicvoidMessageStudentLv(Stringpath,HashMaphm);publicv
3、oidMessageStudentCengci(Stringpath,HashMaphm);publicvoidMessageStudentCard(Stringpath,HashMaphm);publicvoidMessageCreatTopic(Stringpath,HashMaphm,Listcidbypnum);publicvoidMessageCourse(Stringpath,HashMaphm,Stringstr);publicvoidMessageCourseSdudyContent(Stringpath,HashMaphm,Stringstr);pub
4、licvoidMessageDtopic(Stringpath,HashMaphm,Stringstr);publicvoidMessageIntegralType(Stringpath,HashMaphm);publicvoidMessagePoint(Stringpath,HashMaphm,Stringstr);publicvoidMessagePower(Stringpath,HashMaphm);publicvoidMessageProvinceSchool(Stringpath,HashMaphm);publicvoidMessageProvinceSchoolSchool(
5、Stringpath,HashMaphm);publicvoidMessageReplaceIntegral(Stringpath,HashMaphm);publicvoidMessageSattachment(Stringpath,HashMaphm);publicvoidMessageSattchmentType(Stringpath,HashMaphm);publicvoidMessageSchool(Stringpath,HashMaphm);publicvoidMessageIntegralRequest(Stringpath,HashMaphm,Stringstr);publ
6、icvoidMessageProfessionCourse(Stringpath,HashMaphm,Stringstr);publicvoidMessageProfessional(Stringpath,HashMaphm,Studentstudent);publicvoidMessageIntegralCoefficient(Stringpath,HashMaphm,Stringstr);publicvoidMessageIntegralSet(Stringpath,HashMaphm,Stringstr);publicvoidMessageMixIntegral(Stringpat
7、h,HashMaphm,Stringstr);publicvoidMessageStudentIntegral(Stringpath,HashMaphm,Stringstr);publicvoidMessageNode(Stringpath,HashMaphm,Stringstr);的实现方法:接口:packagecom.action.service;importjava.util.HashMap;importjava.util.L