Package org.olat.bookmark

Examples of org.olat.bookmark.BookmarkManager


      myTool.addLink(TOOLBOX_LINK_COURSECONFIG, translate("command.courseconfig"));
    }
    myTool.addPopUpLink("personalnote", translate("command.personalnote"), null, null, "750", "550", false);
    if (offerBookmark && !isGuest) {
      myTool.addLink(ACTION_BOOKMARK, translate("command.bookmark"), TOOL_BOOKMARK, null);
      BookmarkManager bm = BookmarkManager.getInstance();
      if (bm.isResourceableBookmarked(identity, courseRepositoryEntry)) myTool.setEnabled(TOOL_BOOKMARK, false);

    }
    if (cc.isEfficencyStatementEnabled() && course.hasAssessableNodes()) {
      // link to efficiency statements should
      // - not appear when not configured in course configuration
View Full Code Here

TOP

Related Classes of org.olat.bookmark.BookmarkManager

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.