Skip to content
Snippets Groups Projects
Commit cf577d0b authored by buczekp's avatar buczekp
Browse files

LMS-1280 missing update

SVN: 13733
parent 093134c4
No related merge requests found
...@@ -39,11 +39,10 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.SampleType; ...@@ -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; import ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.IPhosphoNetXClientServiceAsync;
/** /**
*
*
* @author Franz-Josef Elmer * @author Franz-Josef Elmer
*/ */
public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNetXClientServiceAsync> public class ClientPluginFactory extends
AbstractClientPluginFactory<IPhosphoNetXClientServiceAsync>
{ {
public ClientPluginFactory(IViewContext<ICommonClientServiceAsync> originalViewContext) public ClientPluginFactory(IViewContext<ICommonClientServiceAsync> originalViewContext)
...@@ -97,7 +96,7 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet ...@@ -97,7 +96,7 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet
public final ITabItemFactory createEntityViewer(final IIdentifiable identifiable) public final ITabItemFactory createEntityViewer(final IIdentifiable identifiable)
{ {
final TechId sampleId = TechId.create(identifiable); final TechId sampleId = TechId.create(identifiable);
return new ITabItemFactory() return new ITabItemFactory()
{ {
...@@ -126,6 +125,11 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet ...@@ -126,6 +125,11 @@ public class ClientPluginFactory extends AbstractClientPluginFactory<IPhosphoNet
return new DummyComponent(); return new DummyComponent();
} }
public final Widget createBatchUpdateForEntityType(final SampleType sampleType)
{
return new DummyComponent();
}
public ITabItemFactory createEntityEditor(final IIdentifiable identifiable) public ITabItemFactory createEntityEditor(final IIdentifiable identifiable)
{ {
return new ITabItemFactory() return new ITabItemFactory()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment