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.
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.