All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.paneris.messageboard.Board

java.lang.Object
   |
   +----org.paneris.util.DatadictionaryTable
           |
           +----org.paneris.messageboard.Board

public class Board
extends DatadictionaryTable

A messageboard.


Constructor Index

 o Board(ExtendedHash, Connection)
Constructor to build Board using hash of name value pairs
 o Board(int, Connection)
Constructor to build a Board from id from database

Method Index

 o delete()
mark board as deleted
 o getNextThread()
gets the next thread (returns null if there are no more)
 o write()
write board to db

Constructors

 o Board
 public Board(int id,
              Connection c) throws Exception
Constructor to build a Board from id from database

 o Board
 public Board(ExtendedHash h,
              Connection c) throws Exception
Constructor to build Board using hash of name value pairs

Methods

 o write
 public void write() throws Exception
write board to db

 o delete
 public void delete() throws Exception
mark board as deleted

 o getNextThread
 public MessageThread getNextThread()
gets the next thread (returns null if there are no more)


All Packages  Class Hierarchy  This Package  Previous  Next  Index