Uses of Class
com.peter.forum.Forum

Packages that use Forum
com.peter.forum   
 

Uses of Forum in com.peter.forum
 

Methods in com.peter.forum that return Forum
static Forum Forum.getForum(java.util.HashMap map)
          Converts a HashMap to a new Forum
 Forum[] DBForum.getForumFromDBM(DBMatrix dbm)
          Returns an array of fetched Objects from the database.
 Forum[] DBForum.getForums()
          Fetch an array of Topic from the database.
 Forum[] DBForum.getForums(Forum forum)
          Fetch an array of Forum from the database, with the same value as each variable in forum has.
 

Methods in com.peter.forum with parameters of type Forum
 int DBForum.addForum(Forum forum)
          Adding one Forum to the database.
 int DBForum.deleteForum(Forum forum)
          Deleting one Forum from the database.
 int DBForum.updateForum(Forum forum)
          Update one object in the database.
 Forum[] DBForum.getForums(Forum forum)
          Fetch an array of Forum from the database, with the same value as each variable in forum has.