Class BlogsSoapService
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.services.BlogsSoapService
-
public class BlogsSoapService extends Object
-
-
Constructor Summary
Constructors Constructor Description BlogsSoapService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getBlogEntryByDayAndTitle
public RemoteBlogEntry getBlogEntryByDayAndTitle(String spaceKey, int dayOfMonth, String postTitle) throws RemoteException
- Throws:
RemoteException
-
getBlogEntryByDateAndTitle
public RemoteBlogEntry getBlogEntryByDateAndTitle(String spaceKey, int year, int month, int dayOfMonth, String postTitle) throws RemoteException
- Throws:
RemoteException
-
getBlogEntry
public RemoteBlogEntry getBlogEntry(long entryId) throws RemoteException
- Throws:
RemoteException
-
getBlogEntries
public RemoteBlogEntrySummary[] getBlogEntries(String spaceKey) throws RemoteException
- Throws:
RemoteException
-
storeBlogEntry
public RemoteBlogEntry storeBlogEntry(RemoteBlogEntry remoteBlogEntry) throws RemoteException
- Throws:
RemoteException
-
setPageManager
public void setPageManager(PageManager pageManager)
-
setSoapServiceHelper
public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
-
-