|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use User | |
| org.blojsom.blog.database | Defines the classes and interfaces for the blojsom database artifacts |
| org.blojsom.fetcher | Defines the classes and interfaces for blojsom fetchers |
| org.blojsom.fetcher.database | Defines the classes and interfaces for the blojsom database fetcher |
| org.blojsom.plugin.admin | Defines the classes and interfaces for the blojsom admin plugins |
| Uses of User in org.blojsom.blog.database |
| Classes in org.blojsom.blog.database that implement User | |
class |
DatabaseUser
DatabaseUser |
| Uses of User in org.blojsom.fetcher |
| Methods in org.blojsom.fetcher that return User | |
User |
Fetcher.newUser()
Return a new User instance |
User[] |
Fetcher.getUsers(Blog blog)
Retrieve the users for a given blog |
User |
Fetcher.loadUser(Blog blog,
java.lang.String userLogin)
Load a User from a blog |
User |
Fetcher.loadUser(Blog blog,
java.lang.Integer userID)
Load a given User from a blog given their ID |
User |
Fetcher.saveUser(Blog blog,
User user)
Save a given User to the blog |
| Methods in org.blojsom.fetcher with parameters of type User | |
User |
Fetcher.saveUser(Blog blog,
User user)
Save a given User to the blog |
| Uses of User in org.blojsom.fetcher.database |
| Methods in org.blojsom.fetcher.database that return User | |
User |
DatabaseFetcher.newUser()
Return a new User instance |
User |
DatabaseFetcher.loadUser(Blog blog,
java.lang.String userLogin)
Load a User from a blog |
User[] |
DatabaseFetcher.getUsers(Blog blog)
Retrieve the users for a given blog |
User |
DatabaseFetcher.loadUser(Blog blog,
java.lang.Integer userID)
Load a given User from a blog given their ID |
User |
DatabaseFetcher.saveUser(Blog blog,
User user)
Save a given User to the blog |
| Methods in org.blojsom.fetcher.database with parameters of type User | |
User |
DatabaseFetcher.saveUser(Blog blog,
User user)
Save a given User to the blog |
| Uses of User in org.blojsom.plugin.admin |
| Methods in org.blojsom.plugin.admin with parameters of type User | |
protected void |
ForgottenPasswordPlugin.setupEmail(Blog blog,
User user,
org.apache.commons.mail.Email email)
Setup the comment e-mail |
protected java.util.Map |
EditBlogPermissionsPlugin.readPermissionsForUser(User user)
Read the permissions file for a given blog |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||