java.lang.Object
overit.geocall.da.DATask
overit.geocallapp.wfm.notifications.dashboard.strugglefailures.DATLoadStruggleFailure
All Implemented Interfaces:
Serializable, Runnable, Identified, Tool

public class DATLoadStruggleFailure extends DATask
See Also:
  • Field Details

    • _dbvFailuresNum

      protected DBView _dbvFailuresNum
    • _dbvAnalizedFail

      protected DBView _dbvAnalizedFail
    • _dbvNotAnalizedFail

      protected DBView _dbvNotAnalizedFail
    • _dbvCMIdentified

      protected DBView _dbvCMIdentified
    • _dbvCMCarriedOut

      protected DBView _dbvCMCarriedOut
    • _hgFilter

      protected HashGetter _hgFilter
  • Constructor Details

    • DATLoadStruggleFailure

      public DATLoadStruggleFailure()
  • Method Details

    • getFailuresNumber

      protected DBView getFailuresNumber()
    • getAnalizedFail

      protected DBView getAnalizedFail()
    • getNotAnalizedFail

      protected DBView getNotAnalizedFail()
    • getCMIdentified

      protected DBView getCMIdentified()
    • getCMCarriedOut

      protected DBView getCMCarriedOut()
    • setFilter

      protected void setFilter(HashGetter hgFilter)
    • body

      protected void body() throws DAException, DAValidateException
      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
      DAValidateException - If there are error in the data validation phase, a DAValidateException is thrown
    • execute

      public void execute(PooledConnection conn) throws DAException, DAValidateException
      Throws:
      DAException
      DAValidateException