Class DATWAKiller

java.lang.Object
overit.geocall.bl.BusinessTask<String>
overit.geocall.basic.bl.auth.task.DATWAKiller
All Implemented Interfaces:
Serializable, Tool

public class DATWAKiller extends BusinessTask<String>
See Also:
  • Field Details

    • daoSessionAccounting

      protected DAOSessionAccounting daoSessionAccounting
    • daoSession

      protected overit.geocall.basic.ms.auth.DAOSession daoSession
    • sessionError

      protected String sessionError
  • Constructor Details

    • DATWAKiller

      public DATWAKiller()
  • Method Details

    • init

      protected void init()
    • body

      protected void body(String sessionId, PoolKit pk) throws DAException, DAValidateException
      Description copied from class: BusinessTask
      Implements this method to write the specific task logic to handle the input parameter.
      Specified by:
      body in class BusinessTask<String>
      Parameters:
      sessionId - the object upon which the task will works on
      pk - the poolkit containing the reference to the database connection that can be used
      Throws:
      DAException - in case of database error
      DAValidateException - in case of database validation error
    • getError

      public String getError()