Uses of Class
com.peter.topic.Topic

Packages that use Topic
com.peter.topic   
 

Uses of Topic in com.peter.topic
 

Methods in com.peter.topic that return Topic
static Topic Topic.getTopic(java.util.HashMap map)
          Converts a HashMap to a new Topic
 Topic[] DBTopic.getTopicsFromDBM(DBMatrix dbm)
          Returns an array of fetched Topics from the database.
 Topic[] DBTopic.getTopics()
          Fetch an array of Topics from the database.
 Topic[] DBTopic.getTopics(Topic topic)
          Fetch an array of Topics from the database, with the same value as each variable in Topics topic has.
 

Methods in com.peter.topic with parameters of type Topic
 int DBTopic.addTopic(Topic topic)
          Adds one Topic to the database.
 int DBTopic.deleteTopic(Topic topic)
          Deleting one object from the database.
 int DBTopic.updateTopic(Topic topic)
          Updates one Topic to the database.
 Topic[] DBTopic.getTopics(Topic topic)
          Fetch an array of Topics from the database, with the same value as each variable in Topics topic has.