1 /*** 2 * Created on Jun 13, 2005, Copyright UC Regents 3 */ 4 package org.telscenter.pas.service; 5 6 import java.awt.Dialog; 7 8 /*** 9 * @author turadg 10 */ 11 public interface IWorkReportService { 12 13 public Dialog popupShowAllWork(); 14 15 }