From 7f3a5a651fd60a5b67e52dcfd1a8ae48576b64aa Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 29 Sep 2010 13:49:10 +0000 Subject: [PATCH] LMS-1793 Changed the IReportingPluginTask interface to support different kinds of reporting tasks. SVN: 18051 --- .../eicml/AbstractEICMLDatastoreReportingPlugin.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rtd_yeastx/source/java/ch/systemsx/cisd/yeastx/eicml/AbstractEICMLDatastoreReportingPlugin.java b/rtd_yeastx/source/java/ch/systemsx/cisd/yeastx/eicml/AbstractEICMLDatastoreReportingPlugin.java index 0629380f2e8..ab3746e4175 100644 --- a/rtd_yeastx/source/java/ch/systemsx/cisd/yeastx/eicml/AbstractEICMLDatastoreReportingPlugin.java +++ b/rtd_yeastx/source/java/ch/systemsx/cisd/yeastx/eicml/AbstractEICMLDatastoreReportingPlugin.java @@ -22,8 +22,7 @@ import java.util.Properties; import javax.sql.DataSource; -import ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.AbstractDatastorePlugin; -import ch.systemsx.cisd.openbis.dss.generic.server.plugins.tasks.IReportingPluginTask; +import ch.systemsx.cisd.openbis.dss.generic.server.plugins.standard.AbstractTableModelReportingPlugin; import ch.systemsx.cisd.openbis.dss.generic.shared.DataSourceProvider; import ch.systemsx.cisd.openbis.dss.generic.shared.ServiceProvider; import ch.systemsx.cisd.openbis.generic.shared.basic.dto.TableModel; @@ -35,8 +34,8 @@ import ch.systemsx.cisd.yeastx.db.DBUtils; * * @author Tomasz Pylak */ -abstract public class AbstractEICMLDatastoreReportingPlugin extends AbstractDatastorePlugin - implements IReportingPluginTask +abstract public class AbstractEICMLDatastoreReportingPlugin extends + AbstractTableModelReportingPlugin { private static final long serialVersionUID = 1L; -- GitLab