Package org.olat.repository.controllers

Examples of org.olat.repository.controllers.RepositorySearchController


      /*
       * add a link to the currentCategory
       */
      else if (event.getCommand().equals(ACTION_ADD_CTLGLINK)) {
        removeAsListenerAndDispose(rsc);
        rsc = new RepositorySearchController(translate(NLS_CHOOSE), ureq, getWindowControl(), true, false);
        listenTo(rsc);
        // OLAT-Admin has search form
        if (isOLATAdmin) {
          rsc.displaySearchForm();
        }
View Full Code Here


          type = PodcastFileResource.TYPE_NAME;
          break;
        default:
          throw new AssertException("Declared import type is not supported.");
      }
      searchController = new RepositorySearchController(translator.translate("command.linkresource"), ureq, getWindowControl(), true,
          false, type);
      searchController.addControllerListener(this);
      searchController.doSearchByOwnerLimitType(ureq.getIdentity(), type);
      // brasato:: check in gui
      // was: getWindowControl().pushAsModalDialog(translator.translate("command.linkresource"), searchController.getInitialComponent());
View Full Code Here

TOP

Related Classes of org.olat.repository.controllers.RepositorySearchController

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.