| java.lang.Object com.mvnforum.user.AttachmentWebHandler
AttachmentWebHandler | public class AttachmentWebHandler (Code) | | |
Method Summary | |
public void | addSuccessForRender(GenericRequest request, GenericResponse response) | static void | deleteAttachments_inPost(int postID) | static void | deleteAttachments_inThread(int threadID) | public void | deleteSuccessForRender(GenericRequest request, GenericResponse response) | public void | downloadAttachment(GenericRequest request, HttpServletResponse response) | public void | editSuccessForRender(GenericRequest request, GenericResponse response) | public void | prepareAdd(GenericRequest request, GenericResponse response) | public void | prepareDelete(GenericRequest request, GenericResponse response) | public void | prepareEdit(GenericRequest request, GenericResponse response) | public void | prepareListAttachments(GenericRequest request, GenericResponse response) | public void | processAdd(GenericRequest request, GenericResponse response) | public void | processDelete(GenericRequest request) | public void | processEdit(GenericRequest request) | public void | processSearchAttachments(GenericRequest request, GenericResponse response) |
AttachmentWebHandler | public AttachmentWebHandler()(Code) | | |
deleteAttachments_inPost | static void deleteAttachments_inPost(int postID) throws DatabaseException(Code) | | NOTE: This method should be called before any attemp to delete a post
because it require the post is exited
After calling this method, go ahead and delete the post
|
deleteAttachments_inThread | static void deleteAttachments_inThread(int threadID) throws DatabaseException(Code) | | NOTE: This method should be called before any attemp to delete a thread
because it require the thread is exited
After calling this method, go ahead and delete the thread
|
|
|