Package org.jresearch.gossip.dao

Examples of org.jresearch.gossip.dao.ForumDAO.removeAttachment()


            boolean isUserMod = dao.checkMod(Integer.parseInt(paForm.getFid()),
                    user);
            //          check user access rights
            getServlet().log("check user access rights ");
            if (isUserMod) {
                dao.removeAttachment(Integer.parseInt(paForm.getId()));
            } else {
                return (mapping.findForward(IConst.TOKEN.DENIED));
            }

        } catch (NumberFormatException e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.