SnCore!

WebSyndicationService Class Reference

Managed web syndication services. More...

List of all members.


Public Member Functions

int CreateOrUpdateFeedType (string ticket, TransitFeedType type)
 Create or update an account feed type.
TransitFeedType GetFeedTypeById (string ticket, int id)
 Get an account feed type.
TransitFeedType GetFeedTypeByName (string ticket, string name)
 Get an account feed type by name.
List< TransitFeedType > GetFeedTypes (string ticket, ServiceQueryOptions options)
 Get all AccountFeed types.
int GetFeedTypesCount (string ticket)
 Get all AccountFeed types count.
void DeleteFeedType (string ticket, int id)
 Delete an account feed type.
int CreateOrUpdateAccountFeed (string ticket, TransitAccountFeed feed)
 Create or update an account feed.
int UpdateAccountFeedItems (string ticket, int id)
 Update account feed items.
int UpdateAccountFeedItemImgs (string ticket, int id)
 Update account feed item images.
int UpdateAccountFeedItemMedias (string ticket, int id)
 Update account feed item medias.
TransitAccountFeed GetAccountFeedById (string ticket, int id)
 Get an account feed.
int GetAccountFeedsCount (string ticket, TransitAccountFeedQueryOptions qopt)
 Get account feeds count.
List< TransitAccountFeed > GetAccountFeeds (string ticket, TransitAccountFeedQueryOptions qopt, ServiceQueryOptions options)
 Get updated account feeds.
void DeleteAccountFeed (string ticket, int id)
 Delete an account feed.
int GetAllAccountFeedItemsCount (string ticket, TransitAccountFeedItemQueryOptions qopt)
 Get account feed items count.
List< TransitAccountFeedItem > GetAllAccountFeedItems (string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options)
 Get account feed items.
void DeleteAccountFeedItem (string ticket, int id)
 Delete an account feed item.
TransitAccountFeedItem GetAccountFeedItemById (string ticket, int id)
 Get account feed item by id.
int GetAccountFeedItemsCount (string ticket, int id)
 Get account feed items count.
List< TransitAccountFeedItem > GetAccountFeedItems (string ticket, int id, ServiceQueryOptions options)
 Get account feed items.
int CreateOrUpdateAccountFeedItem (string ticket, TransitAccountFeedItem item)
 Create or update an account feed item.
List< TransitAccountFeedItem > SearchAccountFeedItems (string ticket, string s, ServiceQueryOptions options)
 Search feed items.
int SearchAccountFeedItemsCount (string ticket, string s)
 Return the number of feed items matching a query.
int GetAccountFeedItemImgsCount (string ticket, TransitAccountFeedItemImgQueryOptions options)
 Get account feed item images count.
List< TransitAccountFeedItemImg > GetAccountFeedItemImgs (string ticket, TransitAccountFeedItemImgQueryOptions qopt, ServiceQueryOptions options)
 Get account feed item images.
TransitAccountFeedItemImg GetAccountFeedItemImgById (string ticket, int id)
 Get account feed item image by id.
int CreateOrUpdateAccountFeedItemImg (string ticket, TransitAccountFeedItemImg img)
 Create or update an account feed item image.
void DeleteAccountFeedItemImg (string ticket, int id)
 Delete an account feed item image.
int GetAccountFeedItemMediasCount (string ticket, TransitAccountFeedItemMediaQueryOptions options)
 Get account feed item medias count.
List< TransitAccountFeedItemMedia > GetAccountFeedItemMedias (string ticket, TransitAccountFeedItemMediaQueryOptions qopt, ServiceQueryOptions options)
 Get account feed item medias.
TransitAccountFeedItemMedia GetAccountFeedItemMediaById (string ticket, int id)
 Get account feed item media by id.
int CreateOrUpdateAccountFeedItemMedia (string ticket, TransitAccountFeedItemMedia img)
 Create or update an account feed item media.
void DeleteAccountFeedItemMedia (string ticket, int id)
 Delete an account feed item media.
int CreateOrUpdateAccountRssWatch (string ticket, TransitAccountRssWatch rsswatch)
 Create or update an rss watch.
TransitAccountRssWatch GetAccountRssWatchById (string ticket, int id)
 Get an rss watch.
int GetAccountRssWatchsCount (string ticket, int id)
 Get rss watchs count.
List< TransitAccountRssWatch > GetAccountRssWatchs (string ticket, int id, ServiceQueryOptions options)
 Get rss watchs.
int GetAccountRssWatchItemsCount (string ticket, int id)
 Get rss items count.
TransitRssChannelItems GetAccountRssWatchItems (string ticket, int id, ServiceQueryOptions options)
 Get rss items.
void DeleteAccountRssWatch (string ticket, int id)
 Delete an rss watch.
TransitFeature GetLatestAccountFeedItemFeatureByAccountFeedId (string ticket, int id)
 Find the latest feature of an AccountFeed via AccountFeedItems.

Detailed Description

Managed web syndication services.


Member Function Documentation

int CreateOrUpdateFeedType ( string  ticket,
TransitFeedType  type 
)

Create or update an account feed type.

Parameters:
ticket authentication ticket
type transit account feed type

TransitFeedType GetFeedTypeById ( string  ticket,
int  id 
)

Get an account feed type.

Returns:
transit account feed type

TransitFeedType GetFeedTypeByName ( string  ticket,
string  name 
)

Get an account feed type by name.

Returns:
transit account feed type

List<TransitFeedType> GetFeedTypes ( string  ticket,
ServiceQueryOptions  options 
)

Get all AccountFeed types.

Returns:
list of transit account feed types

int GetFeedTypesCount ( string  ticket  ) 

Get all AccountFeed types count.

Returns:
number of transit account feed types

void DeleteFeedType ( string  ticket,
int  id 
)

Delete an account feed type.

Parameters:
ticket authentication ticket
id id

int CreateOrUpdateAccountFeed ( string  ticket,
TransitAccountFeed  feed 
)

Create or update an account feed.

Parameters:
ticket authentication ticket
type transit account feed

int UpdateAccountFeedItems ( string  ticket,
int  id 
)

Update account feed items.

Parameters:
ticket authentication ticket
feedid feed id

int UpdateAccountFeedItemImgs ( string  ticket,
int  id 
)

Update account feed item images.

Parameters:
ticket authentication ticket
feedid feed id

int UpdateAccountFeedItemMedias ( string  ticket,
int  id 
)

Update account feed item medias.

Parameters:
ticket authentication ticket
feedid feed id

TransitAccountFeed GetAccountFeedById ( string  ticket,
int  id 
)

Get an account feed.

Returns:
transit account feed

int GetAccountFeedsCount ( string  ticket,
TransitAccountFeedQueryOptions  qopt 
)

Get account feeds count.

Returns:
all account feeds count

List<TransitAccountFeed> GetAccountFeeds ( string  ticket,
TransitAccountFeedQueryOptions  qopt,
ServiceQueryOptions  options 
)

Get updated account feeds.

Returns:
list of updated account feeds

void DeleteAccountFeed ( string  ticket,
int  id 
)

Delete an account feed.

Parameters:
ticket authentication ticket
id id

int GetAllAccountFeedItemsCount ( string  ticket,
TransitAccountFeedItemQueryOptions  qopt 
)

Get account feed items count.

Returns:
transit account feed items count

List<TransitAccountFeedItem> GetAllAccountFeedItems ( string  ticket,
TransitAccountFeedItemQueryOptions  qopt,
ServiceQueryOptions  options 
)

Get account feed items.

Returns:
transit account feed items

void DeleteAccountFeedItem ( string  ticket,
int  id 
)

Delete an account feed item.

Parameters:
ticket authentication ticket
id id

TransitAccountFeedItem GetAccountFeedItemById ( string  ticket,
int  id 
)

Get account feed item by id.

Parameters:
ticket authentication ticket
id feed item id
Returns:
transit account feed item

int GetAccountFeedItemsCount ( string  ticket,
int  id 
)

Get account feed items count.

Parameters:
id account feed id
Returns:
transit account feed items count

List<TransitAccountFeedItem> GetAccountFeedItems ( string  ticket,
int  id,
ServiceQueryOptions  options 
)

Get account feed items.

Returns:
transit account feed items

int CreateOrUpdateAccountFeedItem ( string  ticket,
TransitAccountFeedItem  item 
)

Create or update an account feed item.

Parameters:
ticket authentication ticket

List<TransitAccountFeedItem> SearchAccountFeedItems ( string  ticket,
string  s,
ServiceQueryOptions  options 
)

Search feed items.

Returns:

int SearchAccountFeedItemsCount ( string  ticket,
string  s 
)

Return the number of feed items matching a query.

Returns:
number of feed items

int GetAccountFeedItemImgsCount ( string  ticket,
TransitAccountFeedItemImgQueryOptions  options 
)

Get account feed item images count.

Returns:
transit account feed item images count

List<TransitAccountFeedItemImg> GetAccountFeedItemImgs ( string  ticket,
TransitAccountFeedItemImgQueryOptions  qopt,
ServiceQueryOptions  options 
)

Get account feed item images.

Returns:
transit account feed item images

TransitAccountFeedItemImg GetAccountFeedItemImgById ( string  ticket,
int  id 
)

Get account feed item image by id.

Parameters:
ticket authentication ticket
id feed item image id
Returns:
transit account feed item image

int CreateOrUpdateAccountFeedItemImg ( string  ticket,
TransitAccountFeedItemImg  img 
)

Create or update an account feed item image.

Parameters:
ticket authentication ticket
type transit account feed item image

void DeleteAccountFeedItemImg ( string  ticket,
int  id 
)

Delete an account feed item image.

Parameters:
ticket authentication ticket
id id

int GetAccountFeedItemMediasCount ( string  ticket,
TransitAccountFeedItemMediaQueryOptions  options 
)

Get account feed item medias count.

Returns:
transit account feed item medias count

List<TransitAccountFeedItemMedia> GetAccountFeedItemMedias ( string  ticket,
TransitAccountFeedItemMediaQueryOptions  qopt,
ServiceQueryOptions  options 
)

Get account feed item medias.

Returns:
transit account feed item medias

TransitAccountFeedItemMedia GetAccountFeedItemMediaById ( string  ticket,
int  id 
)

Get account feed item media by id.

Parameters:
ticket authentication ticket
id feed item media id
Returns:
transit account feed item media

int CreateOrUpdateAccountFeedItemMedia ( string  ticket,
TransitAccountFeedItemMedia  img 
)

Create or update an account feed item media.

Parameters:
ticket authentication ticket
type transit account feed item media

void DeleteAccountFeedItemMedia ( string  ticket,
int  id 
)

Delete an account feed item media.

Parameters:
ticket authentication ticket
id id

int CreateOrUpdateAccountRssWatch ( string  ticket,
TransitAccountRssWatch  rsswatch 
)

Create or update an rss watch.

Parameters:
ticket authentication ticket
type transit rss watch

TransitAccountRssWatch GetAccountRssWatchById ( string  ticket,
int  id 
)

Get an rss watch.

Returns:
transit rss watch

int GetAccountRssWatchsCount ( string  ticket,
int  id 
)

Get rss watchs count.

Returns:
number of rss watchs

List<TransitAccountRssWatch> GetAccountRssWatchs ( string  ticket,
int  id,
ServiceQueryOptions  options 
)

Get rss watchs.

Returns:
list of rss watchs

int GetAccountRssWatchItemsCount ( string  ticket,
int  id 
)

Get rss items count.

Returns:
number of rss items

TransitRssChannelItems GetAccountRssWatchItems ( string  ticket,
int  id,
ServiceQueryOptions  options 
)

Get rss items.

Returns:
list of rss items

void DeleteAccountRssWatch ( string  ticket,
int  id 
)

Delete an rss watch.

Parameters:
ticket authentication ticket
id id

TransitFeature GetLatestAccountFeedItemFeatureByAccountFeedId ( string  ticket,
int  id 
)

Find the latest feature of an AccountFeed via AccountFeedItems.

Parameters:
ticket authentication ticket
id account feed id


The documentation for this class was generated from the following file:
  • WebSyndicationService.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:27 2008 | Doxygen 1.5.4