|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.paneris.messageboard.model | A JAL based Messageboard system model. |
| org.paneris.paneris.model | Persistent data and processes. |
| org.paneris.user.model | A JAL User. |
| Uses of User in org.paneris.messageboard.model |
|---|
| Methods in org.paneris.messageboard.model with parameters of type User | |
|---|---|
boolean |
Board.isSubscribed(User user)
Is this user subscribed to this board? |
void |
Board.subscribe(User user)
Subscribe this user to this board. |
void |
Board.unSubscribe(User user)
Unsubscribe us from this board |
| Uses of User in org.paneris.paneris.model |
|---|
| Constructors in org.paneris.paneris.model with parameters of type User | |
|---|---|
PageContent(User user)
Constructor. |
|
| Uses of User in org.paneris.user.model |
|---|
| Methods in org.paneris.user.model that return User | |
|---|---|
static User |
User.getInstance(org.webmacro.servlet.WebContext context)
|
static User |
User.getInstance(org.webmacro.servlet.WebContext context,
java.lang.String db)
|
static User |
User.getSystemUser(java.lang.String db)
|
User |
User.refresh(org.webmacro.servlet.WebContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||