Examples of applyFormatterForOneThread()


Examples of org.olat.modules.fo.archiver.ForumArchiveManager.applyFormatterForOneThread()

    Message m = currMsg.getThreadtop();
    Long topMessageId = (m == null) ? currMsg.getKey() : m.getKey();

    ForumRTFFormatter rtff = new ForumRTFFormatter(getArchiveContainer(ureq), true);
    ForumArchiveManager fam = ForumArchiveManager.getInstance();
    fam.applyFormatterForOneThread(rtff, forum.getKey().longValue(), topMessageId.longValue());
  }
 
 
 
  ////////////////////////////////////////
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.