Skip to content

Testbedcontroller interface

amaxilat edited this page Feb 19, 2012 · 2 revisions

public void delete(final int id);

public Testbed getByID(final int id);

public List<Testbed> list();

public Testbed getByUrnPrefix(final String urnPrefix);

public Testbed getByName(final String name);

public Map<String, Long> countNodes();

public Map<String, Long> countLinks();

public void setSessionFactory(final SessionFactory factory);

public void add(final Testbed testbed);

public void update(final Testbed testbed);