Class BlogsSoapService
java.lang.Object
com.atlassian.confluence.rpc.soap.services.BlogsSoapService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlogEntries
(String spaceKey) getBlogEntry
(long entryId) getBlogEntryByDateAndTitle
(String spaceKey, int year, int month, int dayOfMonth, String postTitle) getBlogEntryByDayAndTitle
(String spaceKey, int dayOfMonth, String postTitle) void
setPageManager
(PageManager pageManager) void
setSoapServiceHelper
(SoapServiceHelper soapServiceHelper) storeBlogEntry
(RemoteBlogEntry remoteBlogEntry)
-
Constructor Details
-
BlogsSoapService
public BlogsSoapService()
-
-
Method Details
-
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
- Throws:
RemoteException
-
getBlogEntries
- Throws:
RemoteException
-
storeBlogEntry
- Throws:
RemoteException
-
setPageManager
-
setSoapServiceHelper
-