Class DATWAAccounting

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

public class DATWAAccounting extends BusinessTask<Void>
See Also:
  • Field Details

    • LOGIN

      public static final String LOGIN
      See Also:
    • LOGOUT

      public static final String LOGOUT
      See Also:
    • mode

      protected String mode
    • daoSession

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

      protected MicroSession session
    • _loginId

      protected Long _loginId
    • _loginDate

      protected Date _loginDate
    • loginFailed

      protected boolean loginFailed
  • Constructor Details

    • DATWAAccounting

      public DATWAAccounting()
  • Method Details

    • body

      protected void body(Void input, 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<Void>
      Parameters:
      input - 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
    • init

      protected void init()
    • setMode

      public void setMode(String mode)
    • setSession

      public void setSession(MicroSession session)
    • getLoginId

      public Long getLoginId()
    • getLoginDate

      public Date getLoginDate()
    • isLoginFailed

      public boolean isLoginFailed()