org.eaglei.model.webapp.client.rpc
Interface CommentService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
CommentServlet

@RemoteServiceRelativePath(value="comment")
public interface CommentService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 java.lang.String submitTermComment(Comment comment)
           
 java.lang.String submitTermRequest(Comment comment)
           
 

Method Detail

submitTermComment

java.lang.String submitTermComment(Comment comment)
                                   throws org.eaglei.model.gwt.rpc.LoggedException
Throws:
org.eaglei.model.gwt.rpc.LoggedException

submitTermRequest

java.lang.String submitTermRequest(Comment comment)
                                   throws org.eaglei.model.gwt.rpc.LoggedException
Throws:
org.eaglei.model.gwt.rpc.LoggedException


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