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 b4872352c9dba8324ad6eec6298791f587da2eff..24b596658eb929e821895d86df94eb52735466a5 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()