Package beans.followup

Examples of beans.followup.ModDisease


        super(details, al);
    }

    public void createDiseaseForEvent(FollowupEventData event) throws ClipsException {
        try {
            ModDisease modDisease = getBean().createDisease(event.getDetails());
            DiseaseDetails dd = modDisease.diseaseDetails;
            DiseaseLocal disease = new DiseaseLocal(getClient().getEMC(), dd, getAuditListener());
            getClient().getEMC().addDisease(disease);
            event.setDisease(disease);
            fireContentStateEvent();
View Full Code Here

TOP

Related Classes of beans.followup.ModDisease

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.