|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserLoginInfoDao
| Method Summary | |
|---|---|
void |
deleteUserInfoFor(com.atlassian.user.User user)
Remove the login information for the given user. |
UserLoginInfo |
findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)
Lookup an existing audit object for the given user or create a new audit object if there isn't one for this user. |
void |
saveOrUpdate(UserLoginInfo loginInfo)
Store the login attached to a particular user |
| Method Detail |
|---|
UserLoginInfo findOrCreateUserLoginInfoForUser(com.atlassian.user.User user)
user or create a new audit object if there isn't one for this user.
user -
void saveOrUpdate(UserLoginInfo loginInfo)
loginInfo - void deleteUserInfoFor(com.atlassian.user.User user)
user.
user -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||