apollo.dataadapter.ensj.controller
Class LoadSeqRegionByHistoryHandler

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

public class LoadSeqRegionByHistoryHandler
extends EventHandler

The user has selected a seq-region from the location history dropdown. We populate the coordsystem & seq-region & start=stop fields accordingly.


Field Summary
static java.lang.String PATTERN
           
 
Fields inherited from class apollo.dataadapter.ensj.controller.EventHandler
NULL_VERSION
 
Constructor Summary
LoadSeqRegionByHistoryHandler(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
 

Field Detail

PATTERN

public static final java.lang.String PATTERN
See Also:
Constant Field Values
Constructor Detail

LoadSeqRegionByHistoryHandler

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

doAction

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