@RemoteServiceRelativePath(value="../extension/ProposedSubscription")
public interface OKMProposedSubscriptionService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteProposedSubscriptionByMeFromUser(String sender) |
void |
deleteReceived(int msgId) |
void |
deleteSent(int msgId) |
List<GWTProposedSubscriptionReceived> |
findProposedSubscriptionByMeFromUser(String user) |
Map<String,Long> |
findProposedSubscriptionsUsersFrom() |
void |
markAccepted(int msgId) |
void |
markSeen(int msgId) |
void |
send(String uuid,
String type,
String users,
String roles,
String comment) |
void send(String uuid, String type, String users, String roles, String comment) throws OKMException
OKMExceptionMap<String,Long> findProposedSubscriptionsUsersFrom() throws OKMException
OKMExceptionvoid markSeen(int msgId)
throws OKMException
OKMExceptionvoid markAccepted(int msgId)
throws OKMException
OKMExceptionvoid deleteReceived(int msgId)
throws OKMException
OKMExceptionvoid deleteSent(int msgId)
throws OKMException
OKMExceptionvoid deleteProposedSubscriptionByMeFromUser(String sender) throws OKMException
OKMExceptionList<GWTProposedSubscriptionReceived> findProposedSubscriptionByMeFromUser(String user) throws OKMException
OKMExceptionCopyright © 2017 Open Knowledge Management System S.L.. All rights reserved.