|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserLogEntryDao
Data access methods for UserLogEntry.
| Method Summary | |
|---|---|
void |
cleanupLogoutTime()
Set logout time to be current date time for null values. |
void |
deleteUserLogEntry(UserLogEntry logEntry)
Deletes the specified log entry. |
int |
getNumberUniqueRejectedLoginEventsForLicenseType(java.util.Date from,
java.util.Date to,
com.jamasoftware.contour.util.license.UserLicenseType licenseType,
java.lang.Integer organizationId)
Retrieve the number of "rejected" login events that happened for a given range, not counting multiple by the same user. |
UserLogEntry |
getUserLogEntry(java.lang.Integer entryId)
Get the log entry by the entry id. |
java.util.List<UserLogEntry> |
getUserLogEntryList(java.lang.Integer userId)
Gets list of of log entries for the given user. |
java.util.List<UserLogEntry> |
getUserLogEntryListBySession(java.lang.String sessionId)
Gets all the log entries for the given session id. |
void |
saveUserLogEntry(UserLogEntry logEntry)
Saves or updates the specified log entry. |
| Method Detail |
|---|
java.util.List<UserLogEntry> getUserLogEntryList(java.lang.Integer userId)
userId - the id of the user
UserLogEntry getUserLogEntry(java.lang.Integer entryId)
entryId - the id of the log entry
void saveUserLogEntry(UserLogEntry logEntry)
logEntry - the logEntry to be saved.void deleteUserLogEntry(UserLogEntry logEntry)
logEntry - the log entry to be deleted.java.util.List<UserLogEntry> getUserLogEntryListBySession(java.lang.String sessionId)
sessionId - session id
void cleanupLogoutTime()
int getNumberUniqueRejectedLoginEventsForLicenseType(java.util.Date from,
java.util.Date to,
com.jamasoftware.contour.util.license.UserLicenseType licenseType,
java.lang.Integer organizationId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||