Interface InvitesService
-
- All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
InvitesServiceImpl
@RemoteServiceRelativePath("invites") public interface InvitesService extends com.google.gwt.user.client.rpc.RemoteServiceThe client side stub for the RPC service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayList<org.gcube.portal.databook.shared.Invite>getInvites(org.gcube.portal.databook.shared.InviteStatus[] statuses)
-
-
-
Method Detail
-
getInvites
ArrayList<org.gcube.portal.databook.shared.Invite> getInvites(org.gcube.portal.databook.shared.InviteStatus[] statuses)
-
-