Package clips.delegate.doctor

Examples of clips.delegate.doctor.DiseaseLocal$SerrenCache


        @Override
        protected List<SerRenLocal> init() throws Exception {
            List<SerRenLocal> res = new ArrayList<SerRenLocal>();
            for(ServiceRenderDetails d: getBean().getAccomplichedSerrenList()) {
                res.add(new SerRenLocal(new DiseaseLocal(getDiseaseLocal().getEmcLocal(), d.diseaseID, getAuditListener()), d, getAuditListener()));
            }
            return res;
        }
View Full Code Here

TOP

Related Classes of clips.delegate.doctor.DiseaseLocal$SerrenCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.