public interface NewsAppSoap extends Remote
| Modifier and Type | Method and Description |
|---|---|
NewsPostSoapDO |
createNewsPost(String sessionId,
String projectId,
String title,
String body) |
void |
deleteNewsPost(String sessionId,
String postId) |
NewsPostSoapList |
findNews(String sessionId,
String queryString,
String projectId,
boolean searchAttachments) |
NewsPostSoapList |
getAllNewsPostList(String sessionId) |
NewsPostSoapList |
getNewsPostList(String sessionId,
String projectId) |
NewsPostSoapDO createNewsPost(String sessionId, String projectId, String title, String body) throws RemoteException, IllegalArgumentFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
void deleteNewsPost(String sessionId, String postId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
NewsPostSoapList getNewsPostList(String sessionId, String projectId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
NewsPostSoapList getAllNewsPostList(String sessionId) throws RemoteException, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
NewsPostSoapList findNews(String sessionId, String queryString, String projectId, boolean searchAttachments) throws RemoteException, SearchQuerySyntaxFault, NoSuchObjectFault, InvalidSessionFault, SystemFault, PermissionDeniedFault
Copyright © 2004-2014 Hudson. All Rights Reserved.