apollo.dataadapter.ensj.controller
Class FindCoordSystemsHandler

java.lang.Object
  extended by apollo.dataadapter.ensj.controller.EventHandler
      extended by apollo.dataadapter.ensj.controller.FindCoordSystemsHandler

public class FindCoordSystemsHandler
extends EventHandler

Find the coord systems (with their versions concatenated on) for the user to choose from. Once we've found the coord systems, we clear out the old seq-regions and declare them to be not initialised.


Field Summary
 
Fields inherited from class apollo.dataadapter.ensj.controller.EventHandler
NULL_VERSION
 
Constructor Summary
FindCoordSystemsHandler(Controller controller, java.lang.String key)
           
 
Method Summary
 void doAction(Model model)
           
 
Methods inherited from class apollo.dataadapter.ensj.controller.EventHandler
closeConnection, doRead, doUpdate, findCoordinateSystems, findCoordSystemForNamedSeqRegion, findSeqRegions, getConnectionForModel, getController, getCountForQuery, getKey, getRowCountForTable, isNull, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindCoordSystemsHandler

public FindCoordSystemsHandler(Controller controller,
                               java.lang.String key)
Method Detail

doAction

public void doAction(Model model)
Specified by:
doAction in class EventHandler