|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.user.log.UserLogDAO
public final class UserLogDAO
This class provides Data Access methods for AppUser objects
Constructor Summary | |
---|---|
UserLogDAO()
|
Method Summary | |
---|---|
void |
insertLog(UserLog userLog)
Insert a new record in the table of connections |
int |
selectLoginErrors(UserLog userLog,
int nIntervalMinutes)
Calculate the number of connections with a given ip_address by a determinate time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserLogDAO()
Method Detail |
---|
public int selectLoginErrors(UserLog userLog, int nIntervalMinutes)
selectLoginErrors
in interface IUserLogDAO
userLog
- The Log of connectionnIntervalMinutes
- The number of minutes since the last connection
public void insertLog(UserLog userLog)
insertLog
in interface IUserLogDAO
userLog
- the UserLog Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |