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.RemoteService
    The client side stub for the RPC service.
    • Method Detail

      • getInvites

        ArrayList<org.gcube.portal.databook.shared.Invite> getInvites​(org.gcube.portal.databook.shared.InviteStatus[] statuses)