|
|||||||||
| Home >> All >> com >> RuntimeCollective >> bboard >> [ bean overview ] | PREV NEXT | ||||||||
Uses of Interface
com.RuntimeCollective.bboard.bean.Board
| Uses of Board in com.RuntimeCollective.bboard.bean |
| Subinterfaces of Board in com.RuntimeCollective.bboard.bean | |
interface |
Blog
A Blog. |
interface |
Faq
A list of FAQs. |
interface |
Help
A help page. |
| Classes in com.RuntimeCollective.bboard.bean that implement Board | |
class |
PermissibleBoard
A special BBoard on which users must have special permissions to be able to read and/or write messages. |
class |
SimpleBlog
A simple implementation of a Blog. |
class |
SimpleBoard
The Board class is a Content with a list of Topics. |
class |
SimpleFaq
A simple implementation of a Faq list, which uses the same DB tables as SimpleBoard/Topic/Message |
class |
SimpleHelp
A simple implementation of a Help page. |
| Methods in com.RuntimeCollective.bboard.bean that return Board | |
Board |
Topic.getBoard()
Get the bulletin board that this topic is part of. |
Board |
SimpleTopic.getBoard()
Get the Board |
Board |
BoardLink.getBoard()
Get the Board |
| Methods in com.RuntimeCollective.bboard.bean with parameters of type Board | |
void |
Topic.setBoard(Board board)
Set the bulletin board that this topic is part of. |
void |
SimpleTopic.setBoard(Board board)
Set the Board |
java.lang.Object |
SimpleTopic.clone(Board board)
|
void |
BoardLink.setBoard(Board board)
Set the Board |
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> bboard >> [ bean overview ] | PREV NEXT | ||||||||