Examples of addHasKnowledge()


Examples of com.bugyal.imentor.server.ParticipantManager.addHasKnowledge()

      ParticipantManager participantManager = MentorManager.INSTANCE
          .getParticipantManager();
      Participant participant = participantManager.createParticipant(
          name, gender, getRandomLocation(), email, "100002992300278");

      participantManager.addHasKnowledge(participant, hasSubjects, 1,
          participant);
      participantManager.addNeedKnowledge(participant, needSubjects, 1,
          participant);

      if (r.nextFloat() < 0.1) {
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.