public class

BlogsSoapService

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.rpc.soap.services.BlogsSoapService

Summary

Public Constructors
BlogsSoapService()
Public Methods
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)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BlogsSoapService ()

Public Methods

public RemoteBlogEntrySummary[] getBlogEntries (String spaceKey)

public RemoteBlogEntry getBlogEntry (long entryId)

public RemoteBlogEntry getBlogEntryByDateAndTitle (String spaceKey, int year, int month, int dayOfMonth, String postTitle)

public RemoteBlogEntry getBlogEntryByDayAndTitle (String spaceKey, int dayOfMonth, String postTitle)

public void setPageManager (PageManager pageManager)

public void setSoapServiceHelper (SoapServiceHelper soapServiceHelper)

public RemoteBlogEntry storeBlogEntry (RemoteBlogEntry remoteBlogEntry)