public class BlogsSoapService extends Object
Constructor and Description |
---|
BlogsSoapService() |
Modifier and Type | Method and Description |
---|---|
RemoteBlogEntrySummary[] |
getBlogEntries(String spaceKey) |
RemoteBlogEntry |
getBlogEntry(long entryId) |
RemoteBlogEntry |
getBlogEntryByDateAndTitle(String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
getBlogEntryByDayAndTitle(String spaceKey,
int dayOfMonth,
String postTitle) |
void |
setPageManager(PageManager pageManager) |
void |
setSoapServiceHelper(SoapServiceHelper soapServiceHelper) |
RemoteBlogEntry |
storeBlogEntry(RemoteBlogEntry remoteBlogEntry) |
public RemoteBlogEntry getBlogEntryByDayAndTitle(String spaceKey, int dayOfMonth, String postTitle) throws RemoteException
RemoteException
public RemoteBlogEntry getBlogEntryByDateAndTitle(String spaceKey, int year, int month, int dayOfMonth, String postTitle) throws RemoteException
RemoteException
public RemoteBlogEntry getBlogEntry(long entryId) throws RemoteException
RemoteException
public RemoteBlogEntrySummary[] getBlogEntries(String spaceKey) throws RemoteException
RemoteException
public RemoteBlogEntry storeBlogEntry(RemoteBlogEntry remoteBlogEntry) throws RemoteException
RemoteException
public void setPageManager(PageManager pageManager)
public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
Copyright © 2003–2016 Atlassian. All rights reserved.