Package com.bugyal.imentor.server.data

Examples of com.bugyal.imentor.server.data.Feedback


  @Override
  public void commment(String subject, String comment) {

    try {
      pm.createComment(new Feedback(getUserId(), subject, comment));
    } catch (MentorException e) {
      // TODO Auto-generated catch block
      e.printStackTrace();
    }
View Full Code Here

TOP

Related Classes of com.bugyal.imentor.server.data.Feedback

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.