| org.mvnforum.phpbb2mvnforum.db.ThreadDAO
All known Subclasses: org.mvnforum.phpbb2mvnforum.db.jdbc.ThreadDAOImplJDBC, org.mvnforum.phpbb2mvnforum.db.jdbc.ThreadDAOImplXML,
ThreadDAO | public interface ThreadDAO (Code) | | |
Method Summary | |
public void | createMultiple(Collection beans) | public int | createThread(int ThreadID, int forumID, String memberName, String lastPostMemberName, String threadTopic, String threadBody, int threadVoteCount, int threadVoteTotalStars, Timestamp threadCreationDate, Timestamp threadLastPostDate, int threadType, int threadOption, int threadStatus, int threadHasPoll, int threadViewCount, int threadReplyCount, String threadIcon, int threadDuration, int threadAttachCount) | public void | findByPrimaryKey(int threadID) |
createThread | public int createThread(int ThreadID, int forumID, String memberName, String lastPostMemberName, String threadTopic, String threadBody, int threadVoteCount, int threadVoteTotalStars, Timestamp threadCreationDate, Timestamp threadLastPostDate, int threadType, int threadOption, int threadStatus, int threadHasPoll, int threadViewCount, int threadReplyCount, String threadIcon, int threadDuration, int threadAttachCount) throws ObjectNotFoundException, CreateException, DatabaseException, ForeignKeyNotFoundException, DuplicateKeyException(Code) | | |
|
|