Package clips.delegate.doctor.followup

Examples of clips.delegate.doctor.followup.FollowUpFactoryLocal


        add(jPanel2, java.awt.BorderLayout.NORTH);
    }// </editor-fold>//GEN-END:initComponents

    private void btGoGoGoActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btGoGoGoActionPerformed
        try {           
            FollowUpFactoryLocal factoryLocal = new FollowUpFactoryLocal();
            followupList = factoryLocal.findFollowUpsComing(dateFrom, dateTill, chFollowupDown.isSelected(), client);
            refreshTable();
        } catch (ClipsException ex) {
            MessageBox.showException(ex);
        }
    }//GEN-LAST:event_btGoGoGoActionPerformed
View Full Code Here

TOP

Related Classes of clips.delegate.doctor.followup.FollowUpFactoryLocal

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.