| com.mvnforum.db.PmAttachmentDAO
All known Subclasses: com.mvnforum.db.jdbc.PmAttachmentDAOImplJDBC,
PmAttachmentDAO | public interface PmAttachmentDAO (Code) | | |
Method Summary | |
public int | create(int memberID, String pmAttachFilename, int pmAttachFileSize, String pmAttachMimeType, String pmAttachDesc, String pmAttachCreationIP, Timestamp pmAttachCreationDate, Timestamp pmAttachModifiedDate, int pmAttachDownloadCount, int pmAttachOption, int pmAttachStatus) | public void | delete(int pmAttachID) | public void | findByPrimaryKey(int pmAttachID) | public Collection | getOrphanPmAttachments() | public PmAttachmentBean | getPmAttachment(int pmAttachID) | public Collection | getPmAttachments_inMessage(int messageID) | public void | increaseDownloadCount(int pmAttachID) | public void | updatePmAttachOption(int pmAttachID, int pmAttachOption) |
create | public int create(int memberID, String pmAttachFilename, int pmAttachFileSize, String pmAttachMimeType, String pmAttachDesc, String pmAttachCreationIP, Timestamp pmAttachCreationDate, Timestamp pmAttachModifiedDate, int pmAttachDownloadCount, int pmAttachOption, int pmAttachStatus) throws CreateException, DatabaseException, ForeignKeyNotFoundException, ObjectNotFoundException(Code) | | |
|
|