Uses of Class
pl.databucket.examples.data.user.User
| Package | Description |
|---|---|
| pl.databucket.examples.data.user |
-
Uses of User in pl.databucket.examples.data.user
Methods in pl.databucket.examples.data.user that return User Modifier and Type Method Description UserBucketUsers. getUser(Rules rules)UserBucketUsers. getUser(Rules rules, List<String> fields)UserBucketUsers. insertUser(User user)UserBucketUsers. reserveUser(Rules rules)UserBucketUsers. updateUser(User user)Methods in pl.databucket.examples.data.user with parameters of type User Modifier and Type Method Description UserBucketUsers. insertUser(User user)UserBucketUsers. updateUser(User user)Method parameters in pl.databucket.examples.data.user with type arguments of type User Modifier and Type Method Description voidBucketUsers. insertMultiUser(List<User> userList)