@RemoteServiceRelativePath(value="../extension/ProposedQuery")
public interface OKMProposedQueryService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
create(long qpId,
String users,
String roles,
String comment) |
void |
deleteProposedQueryByMeFromUser(String user) |
void |
deleteReceived(long msgId) |
void |
deleteSent(long msgId) |
Map<String,Long> |
findProposedQueriesUsersFrom() |
List<GWTProposedQueryReceived> |
findProposedQueryByMeFromUser(String sender) |
void |
markAccepted(long msgId) |
void |
markSeen(long msgId) |
void create(long qpId,
String users,
String roles,
String comment)
throws OKMException
OKMExceptionMap<String,Long> findProposedQueriesUsersFrom() throws OKMException
OKMExceptionvoid markSeen(long msgId)
throws OKMException
OKMExceptionvoid markAccepted(long msgId)
throws OKMException
OKMExceptionvoid deleteReceived(long msgId)
throws OKMException
OKMExceptionvoid deleteSent(long msgId)
throws OKMException
OKMExceptionList<GWTProposedQueryReceived> findProposedQueryByMeFromUser(String sender) throws OKMException
OKMExceptionvoid deleteProposedQueryByMeFromUser(String user) throws OKMException
OKMExceptionCopyright © 2017 Open Knowledge Management System S.L.. All rights reserved.