From cf577d0b602b2d6e8852a57700bbbe7da3d71b01 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Tue, 8 Dec 2009 08:40:16 +0000 Subject: [PATCH] LMS-1280 missing update SVN: 13733 --- .../web/client/application/ClientPluginFactory.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/ClientPluginFactory.java b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/ClientPluginFactory.java index b4872352c9d..24b596658eb 100644 --- a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/ClientPluginFactory.java +++ b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/ClientPluginFactory.java @@ -39,11 +39,10 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType; import ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.IPhosphoNetXClientServiceAsync; /** - * - * * @author Franz-Josef Elmer */ -public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNetXClientServiceAsync> +public class ClientPluginFactory extends + AbstractClientPluginFactory<IPhosphoNetXClientServiceAsync> { public ClientPluginFactory(IViewContext<ICommonClientServiceAsync> originalViewContext) @@ -97,7 +96,7 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet public final ITabItemFactory createEntityViewer(final IIdentifiable identifiable) { - + final TechId sampleId = TechId.create(identifiable); return new ITabItemFactory() { @@ -126,6 +125,11 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet return new DummyComponent(); } + public final Widget createBatchUpdateForEntityType(final SampleType sampleType) + { + return new DummyComponent(); + } + public ITabItemFactory createEntityEditor(final IIdentifiable identifiable) { return new ITabItemFactory() -- GitLab