All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

B

Board(ExtendedHash, Connection). Constructor for class org.paneris.messageboard.Board
Constructor to build Board using hash of name value pairs
Board(int, Connection). Constructor for class org.paneris.messageboard.Board
Constructor to build a Board from id from database

D

delete(). Method in class org.paneris.messageboard.Board
mark board as deleted
delete(). Method in class org.paneris.messageboard.Message
mark message as deleted

G

getIndentation(). Method in class org.paneris.messageboard.Message
get the level of indentation for displaying this message
getNext(). Method in class org.paneris.messageboard.Message
get the id of the next message (returns null if there are no more)
getNext(Message). Method in class org.paneris.messageboard.MessageThread

get the next message after this one

if we find a follow-up message, return it, and add any other messages that follow-up this one directly to the stack

if we don't find a follow-up, grab the next message off the stack and return it (having added any follow-ups to the stack

empty stack - return null

getNextThread(). Method in class org.paneris.messageboard.Board
gets the next thread (returns null if there are no more)
getPrevious(). Method in class org.paneris.messageboard.Message
get the id of the previous message (returns null if this is the first)

M

Message(ExtendedHash, Connection). Constructor for class org.paneris.messageboard.Message
Constructor to build Message using hash of name value pairs
Message(int, Connection). Constructor for class org.paneris.messageboard.Message
Constructor to build Message from id from database
MessageThread(Connection). Constructor for class org.paneris.messageboard.MessageThread
construct a stack to store messages that are in this thread

W

write(). Method in class org.paneris.messageboard.Board
write board to db
write(). Method in class org.paneris.messageboard.Message
write message to db