Oracle Collaboration Suite Discussions Web Services Java API Reference
10g (10.1.2.2)

Part No. B28210-01


oracle.discussions.ws
Interface RssUrlService


public interface RssUrlService

Method Summary
 java.lang.String getAllFavoritesRssUrl()
           
 java.lang.String getContainerRssUrl(long lContainerId)
           
 java.lang.String getFavoritePopularTopicsRssUrl()
           
 java.lang.String getFavoriteRecentMessagesRssUrl()
           
 java.lang.String getFavoritesRssUrl(long lContainerId)
           
 java.lang.String getMyPopularTopicsRssUrl()
           
 java.lang.String getMyPostsRssUrl()
           
 java.lang.String getMyRecentPostsRssUrl()
           
 java.lang.String getPopularRepliesToMyPostsRssUrl()
           
 java.lang.String getPopularTopicsRssUrl(long lContainerId)
           
 java.lang.String getRecentMessagesRssUrl(long lContainerId)
           
 java.lang.String getRecentRepliesToMyPostsRssUrl()
           
 java.lang.String getRepliesToMyPostsRssUrl()
           
 java.lang.String getTopicRssUrl(long lForumId, int iTopicId)
           

 

Method Detail

getContainerRssUrl

public java.lang.String getContainerRssUrl(long lContainerId)
                                    throws TdWSException
Throws:
TdWSException

getTopicRssUrl

public java.lang.String getTopicRssUrl(long lForumId,
                                       int iTopicId)
                                throws TdWSException
Throws:
TdWSException

getFavoritesRssUrl

public java.lang.String getFavoritesRssUrl(long lContainerId)
                                    throws TdWSException
Throws:
TdWSException

getRecentMessagesRssUrl

public java.lang.String getRecentMessagesRssUrl(long lContainerId)
                                         throws TdWSException
Throws:
TdWSException

getPopularTopicsRssUrl

public java.lang.String getPopularTopicsRssUrl(long lContainerId)
                                        throws TdWSException
Throws:
TdWSException

getAllFavoritesRssUrl

public java.lang.String getAllFavoritesRssUrl()
                                       throws TdWSException
Throws:
TdWSException

getFavoriteRecentMessagesRssUrl

public java.lang.String getFavoriteRecentMessagesRssUrl()
                                                 throws TdWSException
Throws:
TdWSException

getFavoritePopularTopicsRssUrl

public java.lang.String getFavoritePopularTopicsRssUrl()
                                                throws TdWSException
Throws:
TdWSException

getMyPostsRssUrl

public java.lang.String getMyPostsRssUrl()
                                  throws TdWSException
Throws:
TdWSException

getMyRecentPostsRssUrl

public java.lang.String getMyRecentPostsRssUrl()
                                        throws TdWSException
Throws:
TdWSException

getMyPopularTopicsRssUrl

public java.lang.String getMyPopularTopicsRssUrl()
                                          throws TdWSException
Throws:
TdWSException

getRepliesToMyPostsRssUrl

public java.lang.String getRepliesToMyPostsRssUrl()
                                           throws TdWSException
Throws:
TdWSException

getRecentRepliesToMyPostsRssUrl

public java.lang.String getRecentRepliesToMyPostsRssUrl()
                                                 throws TdWSException
Throws:
TdWSException

getPopularRepliesToMyPostsRssUrl

public java.lang.String getPopularRepliesToMyPostsRssUrl()
                                                  throws TdWSException
Throws:
TdWSException

Copyright © 2005, Oracle. All rights reserved.