Package net.naijatek.myalumni.modules.common.helper

Examples of net.naijatek.myalumni.modules.common.helper.PrivateMessageHelper


    List<ClassNewsVO> newClassNewsVO = classNewsService.findAllByStatus(BaseConstants.APPROVAL_NEEDED);
    setSessionObject(request, "NEW_CLASSNEWS", newClassNewsVO);

    MyAlumniUserContainer container = (MyAlumniUserContainer) request
        .getSession().getAttribute(BaseConstants.USER_CONTAINER);
    PrivateMessageHelper pmHelper = pmService.getAdminMessageCenter(
        BaseConstants.ADMIN_USERNAME_ID, BaseConstants.FOLDER_INBOX,
        container);
    setSessionObject(request, BaseConstants.MESSAGE_CENTER, pmHelper);
  }
View Full Code Here

TOP

Related Classes of net.naijatek.myalumni.modules.common.helper.PrivateMessageHelper

Copyright © 2018 www.massapicom. 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.