|
|||||||||
| Home >> All >> com >> RuntimeCollective >> bboard >> [ bean overview ] | PREV NEXT | ||||||||
A
- AND_IDS_ORDER_CDATE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- AND_TOPIC - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- AttachmentMessage - class com.RuntimeCollective.bboard.bean.AttachmentMessage.
- A message that includes a reference to an optional attachment File.
- AttachmentMessage() - Constructor for class com.RuntimeCollective.bboard.bean.AttachmentMessage
- Construct a new message with a new unique id.
- AttachmentMessage(int) - Constructor for class com.RuntimeCollective.bboard.bean.AttachmentMessage
- Get a message from the database for the given id.
- addMessage(Message) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Add a message to this topic.
- addMessage(Message) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Add a message to this topic.
- addTopic(Topic) - Method in interface com.RuntimeCollective.bboard.bean.Board
- Add a topic to this board.
- addTopic(Topic) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Add a topic to this board.
- approveAll() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Approve all the topics and messages in that Board (only relevent if you are using moderation).
- approveAll() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Approve all the topics and messages in that Board (only relevent if you are using moderation).
- archive() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Archive this board from the database.
- archive() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Archive this topic from the database.
- attachment - Variable in class com.RuntimeCollective.bboard.bean.AttachmentMessage
- The attachment for this message.
B
- Blog - interface com.RuntimeCollective.bboard.bean.Blog.
- A Blog.
- Board - interface com.RuntimeCollective.bboard.bean.Board.
- An interface that defines a bulletin board.
- BoardId - Variable in class com.RuntimeCollective.bboard.bean.BoardLink
- Does this BoardLink link to a Board, and then which one ?
- BoardId - Variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- The Board
- BoardLink - class com.RuntimeCollective.bboard.bean.BoardLink.
- The BoardLink class implements the abstract Link class, by linking to a Board.
- BoardLink() - Constructor for class com.RuntimeCollective.bboard.bean.BoardLink
- Construct a new blank BoardLink, giving it a new unique ID.
- BoardLink(int) - Constructor for class com.RuntimeCollective.bboard.bean.BoardLink
- Get a BoardLink from the database, given an id.
C
- COMMA - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- C_WHERE_M_TOPIC - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- canEdit(User) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Can a user "edit" this Bean.
- canEdit(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Whether this user can edit this board.
- canEdit(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Can this user edit this bean.
- canPerformAction(String, User) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Can a given User perform a given action on that Bean?
- canView(User) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Can a user "view" this Bean.
- canView(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Whether this user can view this board.
- canView(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Can this user view this bean.
- clone() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- clone(Topic) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Returns null; does not really support cloning.
- clone() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- clone(Board) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- com.RuntimeCollective.bboard.bean - package com.RuntimeCollective.bboard.bean
- The BBoard module offers Bulletin Board (aka Message Board), Blog and Faq functionality.
D
- DATABASE_TABLE - Static variable in interface com.RuntimeCollective.bboard.bean.Board
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in class com.RuntimeCollective.bboard.bean.BoardLink
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in interface com.RuntimeCollective.bboard.bean.Message
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleMessage
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- The name of the database table for this bean type.
- DATABASE_TABLE - Static variable in interface com.RuntimeCollective.bboard.bean.Topic
- The name of the database table for this bean type.
- DEFAULT_VIEW_TOPIC_PATH - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- DELETE_FROM - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- DELETE_USER_READS_WHERE_USER_ID - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Delete() - Method in class com.RuntimeCollective.bboard.bean.AttachmentMessage
- Delete the message and attachment.
- delete() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Delete this BoardLink from the database.
- delete() - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Delete this bean from the database.
- delete() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Delete this Board from the database.
- delete() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Delete this Message from the database.
- delete() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Delete this Topic from the database.
- deleteTopics() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Delete all topics associated with the board.
E
- END_PAR - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
F
- Faq - interface com.RuntimeCollective.bboard.bean.Faq.
- A list of FAQs.
- Flag - Variable in class com.RuntimeCollective.bboard.bean.SimpleMessage
- A string identifying the flag to be shown next to this message.
- Flag - Variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- A string identifying a flag to be shown next to the topic.
G
- getActionPermissionRule(String) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Get the PermissionRule for a given action on this Bean.
- getActions() - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Get an Iterator of the actions constrained until now.
- getAllMessageText() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Return all the messages text, concatenated together.
- getAllQuestions() - Method in class com.RuntimeCollective.bboard.bean.SimpleFaq
- Get all the questions in this faq.
- getAllQuestionsAsList() - Method in class com.RuntimeCollective.bboard.bean.SimpleFaq
- Get all the questions in this faq, as a List
- getAttachment() - Method in class com.RuntimeCollective.bboard.bean.AttachmentMessage
- Get the attachment for this message.
- getAuthorisationPathForAction(String, HttpSession, String) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Deprecated. This method was modified not to refer to Client Tier classes (HttpSession). Use instead:
getAuthorisationPathForAction(action, (User) session.getAttribute(RuntimeParameters.get("logonUserKey")), (Session) session.getAttribute(Session.SESSION_KEY), new HttpSessionReturnPathContainer(session), returnPath) - getAuthorisationPathForAction(String, User, Session, ReturnPathContainer, String) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Get the path of the page where a User should be sent in order to (maybe) get authorised for an action.
- getBoard() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Get the Board
- getBoard() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the Board
- getBoard() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get the bulletin board that this topic is part of.
- getBoardId() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Get the Board Id.
- getContent() - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the content.
- getContent(String) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the content under a given format.
- getContent() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get the content.
- getContent(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get the content under a given format.
- getDescription(String) - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get the description under a given format.
- getDescription() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the description: get the text in fact.
- getDescription(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the description under a given format.
- getDescription() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the description: get the text in fact.
- getDescription(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the description under a given format.
- getDescription(String) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get the description under a given format.
- getFaq() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get the FAQ for this board.
- getFaq() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the FAQ for this board.
- getFields() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get a Collection of Strings, for every Field that can be searched for on this object.
- getFlag() - Method in interface com.RuntimeCollective.bboard.bean.Message
- Get a string identifying the flag to be shown next to this message.
- getFlag() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get a string identifying the flag to be shown next to this message.
- getFlag() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get a string identifying a flag to be shown next to the topic.
- getFlag() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get a string identifying a flag to be shown next to the topic.
- getIndexedMessages() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get all the Messages for this Topic, with their positions
- getIndexedTopics() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get all the Topics for this MessageBoard, with their positions
- getIndexedTopics() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get all the Topics for this Board, with their positions.
- getLastMessageDate() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the date of the last message added to this topic, or null if there are no messages.
- getLastMessageDate() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get the date the last message was added to this topic.
- getLastMessageDateCached() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the date of the last message added to this topic, or null if there are no messages.
- getLastUpdate() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Returns last update time, either the time of the last message, or the creation time of this topic
- getLastUpdated() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the last-updated date for the BBoard.
- getLink() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get a link that will display this object (ok, so this is a bit of a hack - there must be a better way, possibly with forwards)
- getLinkText() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Get the LinkText: for a BoardLink, this uses the Board's Name or SectionName.
- getLinkURL() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Get the LinkURL: a link to viewPage or previewPage For plain users, you should check if the link is displayable before calling this.
- getMessageList() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the message list for this topic.
- getMessageList() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get the message list for this topic.
- getMessages() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get all the Messages for this Topic
- getMessagesInfo() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Return an array of Objects that provide metadata about this Topic's messages.
- getMessagesInfo() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Return an array of Objects that provide metadata about this Topic's messages.
- getNumMessages() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the number of messages added to this topic.
- getNumMessages() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get the number of messages that belong to this topic.
- getNumTopics() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the number of topics the BBoard has.
- getOpen() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get whether this board is currently accepting new topics.
- getOpen() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get whether this board is currently accepting new topics.
- getOpen() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get whether this topic is currently accepting new messages.
- getOpen() - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get whether this topic is currently accepting new topics.
- getOpenInNewWindow() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Get the OpenInNewWindow: redefine to take into account the template of the Board
- getReadDate(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get the date that this topic was last read by this user, or null if it has never been read.
- getReadDate(User) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Get the date that this topic was last read by this user.
- getResponse() - Method in interface com.RuntimeCollective.bboard.bean.Message
- Get the message that this is a response to.
- getResponse() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get the message that this is a response to.
- getResponseId() - Method in interface com.RuntimeCollective.bboard.bean.Message
- Get the id of the message that this is a response to (or -1 if this is not a response).
- getResponseId() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get the id of the message that this is a response to (or -1 if this is not a response).
- getSearchSummary() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get a short, one paragraph summary for this searchable object.
- getSearchText() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get all text for this object that will be searched on.
- getSearchTitle() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get a one-line title for this searchable object.
- getSimplePermissible() - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Get the SimplePermissible
- getTopic() - Method in interface com.RuntimeCollective.bboard.bean.Blog
- Get the single topic for this Blog.
- getTopic() - Method in interface com.RuntimeCollective.bboard.bean.Message
- Get the topic that this message is part of.
- getTopic() - Method in class com.RuntimeCollective.bboard.bean.SimpleBlog
- Get the single topic for this Blog.
- getTopic() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get the Topic
- getTopicList() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get the list of topics for this board.
- getTopicList() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the list of topics for this board.
- getTopicListByMessageDate() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get the list of topics for this board, ordered by message date (most recent first).
- getTopicListByMessageDate() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get the list of topics for this board, ordered by message date (most recent first).
- getTopics() - Method in interface com.RuntimeCollective.bboard.bean.Board
- Get all the Topics for this MessageBoard
- getTopics() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get all the Topics for this Board, ordered by most recent message first
H
- HTTP - Static variable in class com.RuntimeCollective.bboard.bean.BoardLink
- Help - interface com.RuntimeCollective.bboard.bean.Help.
- A help page.
- hasUnread(User) - Method in interface com.RuntimeCollective.bboard.bean.Board
- Whether this board contains any topics that contain any messages that have not been read by this user.
- hasUnread(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Whether this board contains any topics that contain any messages that have not been read by this user.
- hasUnread(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Whether this topic contains any messages that this user has not read.
- hasUnread(User) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Whether this topic contains any messages that this user has not read.
I
- INSERT_INTO_USER_READS_VALUES - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- INTERFACE_BEAN - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBlog
- The name of the interface that this bean implements, and which may be used to key this bean on the session.
- INTERFACE_BEAN - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- The name of the interface that this bean implements, and which may be used to key this bean on the session.
- INTERFACE_BEAN - Static variable in class com.RuntimeCollective.bboard.bean.SimpleFaq
- The name of the interface that this bean implements, and which may be used to key this bean on the session.
- INTERFACE_BEAN - Static variable in class com.RuntimeCollective.bboard.bean.SimpleHelp
- The name of the interface that this bean implements, and which may be used to key this bean on the session.
- INTERFACE_BEAN - Static variable in class com.RuntimeCollective.bboard.bean.SimpleMessage
- The name of the interface that this bean implements, and which may be used to key this bean on the session.
- INTERFACE_BEAN - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- The name of the interface that this bean implements, and which may be used to key this bean on the session.
- isDisplayable() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Is this link displayable, ie is it valid ?
- isNew(User) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Whether this message is new to this user.
- isNew(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Whether this message is new to this user.
L
- LIVE_ORDER - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- lastMessageDateCached - Variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- A cache of the last result of getLastMessageDate().
M
- M_COMMA - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Message - interface com.RuntimeCollective.bboard.bean.Message.
- An interface defining a bulletin board message.
O
- Open - Variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Whether this board is currently accepting new topics.
- Open - Variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Whether this topic is currently accepting new messages.
P
- PAGEROOT - Static variable in class com.RuntimeCollective.bboard.bean.BoardLink
- PermissibleBoard - class com.RuntimeCollective.bboard.bean.PermissibleBoard.
- A special BBoard on which users must have special permissions to be able to read and/or write messages.
- PermissibleBoard() - Constructor for class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Construct a new blank PermissibleBoard, giving it a new unique ID.
- PermissibleBoard(int) - Constructor for class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Get a current PermissibleBoard from the RuntimeDataSource, given an id.
- populateIndex() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Return a Searchable[] of all Topics that need to be added to the search index.
Q
- QUERY_LAST_MESSAGE_DATE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- QUERY_LAST_MESSAGE_DATE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- QUERY_LAST_TOPIC_DATE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- QUERY_MESSAGES_INFO - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- QUERY_NUM_MESSAGES - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- QUERY_NUM_TOPICS - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- QUERY_TOPICS_BY_MESSAGE_DATE_1 - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- QUERY_TOPICS_BY_MESSAGE_DATE_2 - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- QUOTE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
R
- ResponseId - Variable in class com.RuntimeCollective.bboard.bean.SimpleMessage
- The id of the message that this is a response to (or -1 if this is not a response).
- readDates - Variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- A cache recording when this topic was read by this user.
- removeMessage(Message) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Remove a message from this topic.
- removeMessage(Message) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Remove a message from this topic.
- removeTopic(Topic) - Method in interface com.RuntimeCollective.bboard.bean.Board
- Remove a topic from this board.
- removeTopic(Topic) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Remove a topic from this board.
S
- SELECT_FIELDS_FROM - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- SELECT_ID - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- SELECT_M_ID_FROM - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- SELECT_READ_DATE_WHERE_USER - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- SET_ARCHIVE_DATE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- SimpleBlog - class com.RuntimeCollective.bboard.bean.SimpleBlog.
- A simple implementation of a Blog.
- SimpleBlog() - Constructor for class com.RuntimeCollective.bboard.bean.SimpleBlog
- Default constructor generates a new blank blog.
- SimpleBlog(int) - Constructor for class com.RuntimeCollective.bboard.bean.SimpleBlog
- Get the given Blog from the database.
- SimpleBoard - class com.RuntimeCollective.bboard.bean.SimpleBoard.
- The Board class is a Content with a list of Topics.
- SimpleBoard() - Constructor for class com.RuntimeCollective.bboard.bean.SimpleBoard
- Construct a new blank Board, giving it a new unique ID.
- SimpleBoard(int) - Constructor for class com.RuntimeCollective.bboard.bean.SimpleBoard
- Get a Board from the RuntimeDataSource, given an id.
- SimpleFaq - class com.RuntimeCollective.bboard.bean.SimpleFaq.
- A simple implementation of a Faq list, which uses the same DB tables as SimpleBoard/Topic/Message
- SimpleFaq() - Constructor for class com.RuntimeCollective.bboard.bean.SimpleFaq
- Default constructor generates a new blank faq.
- SimpleFaq(int) - Constructor for class com.RuntimeCollective.bboard.bean.SimpleFaq
- Get the given Faq from the database.
- SimpleHelp - class com.RuntimeCollective.bboard.bean.SimpleHelp.
- A simple implementation of a Help page.
- SimpleHelp() - Constructor for class com.RuntimeCollective.bboard.bean.SimpleHelp
- Construct a new simple help page
- SimpleHelp(int) - Constructor for class com.RuntimeCollective.bboard.bean.SimpleHelp
- Get the given Help page from the database.
- SimpleMessage - class com.RuntimeCollective.bboard.bean.SimpleMessage.
- The SimpleMessage class is TextComponent attached to a Topic.
- SimpleMessage() - Constructor for class com.RuntimeCollective.bboard.bean.SimpleMessage
- Construct a new blank Message, giving it a new unique ID.
- SimpleMessage(int) - Constructor for class com.RuntimeCollective.bboard.bean.SimpleMessage
- Get a Message from the RuntimeDataSource, given an id.
- SimplePermissibleId - Variable in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- The SimplePermissible
- SimpleTopic - class com.RuntimeCollective.bboard.bean.SimpleTopic.
- The Topic class is TextComponent attached to a Board, and to which are assigned many Messages.
- SimpleTopic() - Constructor for class com.RuntimeCollective.bboard.bean.SimpleTopic
- Construct a new blank Topic, giving it a new unique ID.
- SimpleTopic(int) - Constructor for class com.RuntimeCollective.bboard.bean.SimpleTopic
- Get a Topic from the RuntimeDataSource, given an id.
- save() - Method in class com.RuntimeCollective.bboard.bean.AttachmentMessage
- Save the message and attachment.
- save() - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Save this BoardLink to the database.
- save() - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Save this bean to the database.
- save() - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Save this Board to the database.
- save() - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Save this Message to the database.
- save() - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Save this Topic to the database.
- searchCategory - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- The category, or section name, to "file" this object under in the search index.
- setActionPermissionRule(String, PermissionRule) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Set the PermissionRule for a given action on this Bean.
- setAttachment(File) - Method in class com.RuntimeCollective.bboard.bean.AttachmentMessage
- Set the attachment for this message.
- setBoard(Board) - Method in class com.RuntimeCollective.bboard.bean.BoardLink
- Set the Board
- setBoard(Board) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set the Board
- setBoard(Board) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Set the bulletin board that this topic is part of.
- setContent(String) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the content.
- setContent(String, String) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the content under a given format.
- setContent(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Set the content: set the text in fact.
- setContent(String, String) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Set the content under a given format.
- setDescription(String, String) - Method in interface com.RuntimeCollective.bboard.bean.Board
- Set the description under a given format.
- setDescription(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Set the description: set the text in fact.
- setDescription(String, String) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Set the description under a given format.
- setDescription(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set the description: set the text in fact.
- setDescription(String, String) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set the description under a given format.
- setDescription(String, String) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Set the description under a given format.
- setFirstMessage(Message) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set the first message of this topic.
- setFirstMessage(Message) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Set the first message of this topic.
- setFlag(String) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set a string identifying the flag to be shown next to this message.
- setFlag(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Set a string identifying the flag to be shown next to this message.
- setFlag(String) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set a string identifying a flag to be shown next to the topic.
- setFlag(String) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Set a string identifying a flag to be shown next to the topic.
- setLastMessageDate(Date) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set the date of the last message added to this topic; in fact sets the lastModifiedDate.
- setLastMessageDate(Date) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Set the date the last message was added to this topic.
- setOpen(boolean) - Method in interface com.RuntimeCollective.bboard.bean.Board
- Set whether this board is currently accepting new topics.
- setOpen(boolean) - Method in class com.RuntimeCollective.bboard.bean.SimpleBoard
- Set whether this board is currently accepting new topics.
- setOpen(boolean) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Set whether this topic is currently accepting new messages.
- setOpen(boolean) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Set whether this topic is currently accepting new topics.
- setReadDate(User) - Method in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Record that this topic has been read by this user.
- setReadDate(User) - Method in interface com.RuntimeCollective.bboard.bean.Topic
- Record that this topic has been read by this user.
- setResponse(Message) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the message that this is a response to.
- setResponse(Message) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Set the message that this is a response to.
- setResponseId(int) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the id of the message that this is a response to (or -1 if this is not a response).
- setResponseId(int) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Set the id of the message that this is a response to (or -1 if this is not a response).
- setSimplePermissible(SimplePermissible) - Method in class com.RuntimeCollective.bboard.bean.PermissibleBoard
- Set the SimplePermissible
- setTopic(Topic) - Method in interface com.RuntimeCollective.bboard.bean.Message
- Set the topic that this message is part of.
- setTopic(Topic) - Method in class com.RuntimeCollective.bboard.bean.SimpleMessage
- Set the Topic
T
- T_COMMA - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- T_WHERE_T_ID - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- Topic - interface com.RuntimeCollective.bboard.bean.Topic.
- An interface defining a topic within a bulletin board.
- TopicId - Variable in class com.RuntimeCollective.bboard.bean.SimpleMessage
- The Topic
U
- UPDATE - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
V
- VIEWBOARD - Static variable in class com.RuntimeCollective.bboard.bean.BoardLink
- VIEWBOARDPATHPARAM - Static variable in class com.RuntimeCollective.bboard.bean.BoardLink
- VIEW_TOPIC_PATH - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
- VIEW_TOPIC_PATH_PARAM - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
W
- WHERE_BOARD - Static variable in class com.RuntimeCollective.bboard.bean.SimpleBoard
- WHERE_ID - Static variable in class com.RuntimeCollective.bboard.bean.SimpleTopic
A B C D E F G H I L M O P Q R S T U V W
|
|||||||||
| Home >> All >> com >> RuntimeCollective >> bboard >> [ bean overview ] | PREV NEXT | ||||||||