|
||||||||||
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.UserLogHome
public final class UserLogHome
This class provides instances management methods (create, find, ...) for UserLog objects
Method Summary | |
---|---|
static void |
addUserLog(UserLog userLog)
Insert a new record in the table of connections |
static int |
getLoginErrors(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 |
Method Detail |
---|
public static void addUserLog(UserLog userLog)
userLog
- the UserLog objectpublic static int getLoginErrors(UserLog userLog, int nIntervalMinutes)
userLog
- the UserLog objectnIntervalMinutes
- The number of minutes of properties file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |