-
Field Summary
Fields
protected overit.geocall.basic.ms.auth.DAOSession
protected boolean
-
Constructor Summary
Constructors
-
Method Summary
protected void
Implements this method to write the specific task logic to handle the input parameter.
protected void
boolean
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
LOGIN
public static final String LOGIN
- See Also:
-
-
LOGOUT
public static final String LOGOUT
- See Also:
-
-
-
daoSession
protected overit.geocall.basic.ms.auth.DAOSession daoSession
-
-
-
_loginDate
protected Date _loginDate
-
loginFailed
protected boolean loginFailed
-
Constructor Details
-
DATWAAccounting
public DATWAAccounting()
-
Method Details
-
body
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)
-
-
-
getLoginDate
public Date getLoginDate()
-
isLoginFailed
public boolean isLoginFailed()