Uses of Class
org.eaglei.model.webapp.client.Comment

Packages that use Comment
org.eaglei.model.webapp.client   
org.eaglei.model.webapp.client.rpc   
org.eaglei.model.webapp.server   
org.eaglei.model.webapp.server.email   
 

Uses of Comment in org.eaglei.model.webapp.client
 

Methods in org.eaglei.model.webapp.client with parameters of type Comment
protected abstract  void CommentForm.submitComment(Comment comment)
           
 

Uses of Comment in org.eaglei.model.webapp.client.rpc
 

Methods in org.eaglei.model.webapp.client.rpc with parameters of type Comment
 java.lang.String CommentService.submitTermComment(Comment comment)
           
 void CommentServiceAsync.submitTermComment(Comment comment, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
           
 java.lang.String CommentService.submitTermRequest(Comment comment)
           
 void CommentServiceAsync.submitTermRequest(Comment comment, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
           
 

Uses of Comment in org.eaglei.model.webapp.server
 

Methods in org.eaglei.model.webapp.server with parameters of type Comment
 java.lang.String CommentServlet.submitTermComment(Comment comment)
           
 java.lang.String CommentServlet.submitTermRequest(Comment comment)
           
 

Uses of Comment in org.eaglei.model.webapp.server.email
 

Methods in org.eaglei.model.webapp.server.email with parameters of type Comment
 java.lang.String EmailService.send(Comment comment)
           
 



Copyright © 2009-2011 Eagle-I. All Rights Reserved.