Class StaticView.SVTask

java.lang.Object
overit.geocall.da.DATask
overit.geocall.basic.ui.StaticView.SVTask
All Implemented Interfaces:
Serializable, Runnable, Identified, Tool
Enclosing class:
StaticView

protected class StaticView.SVTask extends DATask
See Also:
  • Field Details

    • _ddd

      protected DBView _ddd
  • Constructor Details

    • SVTask

      protected SVTask()
  • Method Details

    • getDBView

      protected DBView getDBView()
    • body

      protected void body() throws DAException
      Description copied from class: DATask
      Abstract method, that must be implemented, that represent the start point of the task. The method contains the application logic of the specific task.
      Specified by:
      body in class DATask
      Throws:
      DAException - If there is a (blocking) data-access error, a DAException is thrown to the caller