Examples of markAsReaded()


Examples of org.fenixedu.academic.domain.phd.alert.PhdAlertMessage.markAsReaded()

    public ActionForward readAlertMessage(ActionMapping mapping, ActionForm form, HttpServletRequest request,
            HttpServletResponse response) {

        PhdAlertMessage alertMessage = getAlertMessage(request);
        alertMessage.markAsReaded(getLoggedPerson(request));

        // back information
        String unread = (String) getFromRequest(request, "unread");
        String global = (String) getFromRequest(request, "global");
        String archive = (String) getFromRequest(request, "archive");
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.