| org.mvnforum.phpbb2mvnforum.db.PostDAO
All known Subclasses: org.mvnforum.phpbb2mvnforum.db.jdbc.PostDAOImplXML, org.mvnforum.phpbb2mvnforum.db.jdbc.PostDAOImplJDBC,
PostDAO | public interface PostDAO (Code) | | |
Method Summary | |
public void | create(int postID, int parentPostID, int forumID, int threadID, int memberID, String memberName, String lastEditMemberName, String postTopic, String postBody, Timestamp postCreationDate, Timestamp postLastEditDate, String postCreationIP, String postLastEditIP, int postEditCount, int postFormatOption, int postOption, int postStatus, String postIcon, int postAttachCount) | public void | createMultiple(Collection beans) | public void | findByPrimaryKey(int postID) |
create | public void create(int postID, int parentPostID, int forumID, int threadID, int memberID, String memberName, String lastEditMemberName, String postTopic, String postBody, Timestamp postCreationDate, Timestamp postLastEditDate, String postCreationIP, String postLastEditIP, int postEditCount, int postFormatOption, int postOption, int postStatus, String postIcon, int postAttachCount) throws CreateException, DatabaseException, DuplicateKeyException, ForeignKeyNotFoundException(Code) | | |
|
|