| java.lang.Object com.mvnforum.db.jdbc.WatchDAOImplJDBC
WatchDAOImplJDBC | public class WatchDAOImplJDBC implements WatchDAO(Code) | | |
Method Summary | |
public void | create(int memberID, int categoryID, int forumID, int threadID, int watchType, int watchOption, int watchStatus, Timestamp watchCreationDate, Timestamp watchLastSentDate, Timestamp watchEndDate) | public void | delete(int watchID) | public void | delete_inCategory(int categoryID) | public void | delete_inForum(int forumID) | public void | delete_inMember(int memberID) | public void | delete_inThread(int threadID) | public void | findByAlternateKey_MemberID_CategoryID_ForumID_ThreadID(int memberID, int categoryID, int forumID, int threadID) | public void | findByPrimaryKey(int watchID) | public Collection | getMemberBeans() | public int | getNumberOfWatches() | public int | getNumberOfWatches_forMember(int memberID) | public WatchBean | getWatch(int watchID) | public WatchBean | getWatch_byAlternateKey_MemberID_CategoryID_ForumID_ThreadID(int memberID, int categoryID, int forumID, int threadID) | public Collection | getWatches() | public Collection | getWatches_forMember(int memberID) | protected static boolean | isDirty() | protected static void | setDirty(boolean dirty) | public void | updateLastSentDate(int watchID, Timestamp watchLastSentDate) | public void | updateLastSentDate_forMember(int memberID, Timestamp watchLastSentDate) | public void | updateWatchType(int watchID, int watchType) |
WatchDAOImplJDBC | public WatchDAOImplJDBC()(Code) | | |
create | public void create(int memberID, int categoryID, int forumID, int threadID, int watchType, int watchOption, int watchStatus, Timestamp watchCreationDate, Timestamp watchLastSentDate, Timestamp watchEndDate) throws IllegalArgumentException, CreateException, DatabaseException, DuplicateKeyException, ForeignKeyNotFoundException(Code) | | |
findByAlternateKey_MemberID_CategoryID_ForumID_ThreadID | public void findByAlternateKey_MemberID_CategoryID_ForumID_ThreadID(int memberID, int categoryID, int forumID, int threadID) throws ObjectNotFoundException, DatabaseException(Code) | | |
isDirty | protected static boolean isDirty()(Code) | | |
setDirty | protected static void setDirty(boolean dirty)(Code) | | |
|
|