Examples of FollowupEventDetails


Examples of beans.followup.entity.FollowupEventDetails

    private FollowupLocal followup;
    private CacheRestorable<DiseaseLocal> diseaseCashe = new CacheRestorable<DiseaseLocal>();
   
    public FollowupEventData(FollowupLocal followup, AuditListener al) throws ClipsException {
        super(new FollowupEventDetails());
        this.followup = followup;
        getDetails().followupID = followup.getID();
        initDisease(getDetails().diseaseID, null, al);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.