com.atlassian.confluence.rpc.soap.services
Class BlogsSoapService

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.services.BlogsSoapService

public class BlogsSoapService
extends java.lang.Object


Constructor Summary
BlogsSoapService()
           
 
Method Summary
 RemoteBlogEntrySummary[] getBlogEntries(java.lang.String spaceKey)
           
 RemoteBlogEntry getBlogEntry(long entryId)
           
 RemoteBlogEntry getBlogEntryByDayAndTitle(java.lang.String spaceKey, int dayOfMonth, java.lang.String postTitle)
           
 void setPageManager(PageManager pageManager)
           
 void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)
           
 void setSpaceManager(SpaceManager spaceManager)
           
 RemoteBlogEntry storeBlogEntry(RemoteBlogEntry remoteBlogEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsSoapService

public BlogsSoapService()
Method Detail

getBlogEntryByDayAndTitle

public RemoteBlogEntry getBlogEntryByDayAndTitle(java.lang.String spaceKey,
                                                 int dayOfMonth,
                                                 java.lang.String postTitle)
                                          throws RemoteException
Throws:
RemoteException

getBlogEntry

public RemoteBlogEntry getBlogEntry(long entryId)
                             throws RemoteException
Throws:
RemoteException

getBlogEntries

public RemoteBlogEntrySummary[] getBlogEntries(java.lang.String spaceKey)
                                        throws RemoteException
Throws:
RemoteException

storeBlogEntry

public RemoteBlogEntry storeBlogEntry(RemoteBlogEntry remoteBlogEntry)
                               throws RemoteException
Throws:
RemoteException

setPageManager

public void setPageManager(PageManager pageManager)

setSpaceManager

public void setSpaceManager(SpaceManager spaceManager)

setSoapServiceHelper

public void setSoapServiceHelper(SoapServiceHelper soapServiceHelper)


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.