|
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 - Parameters:
-
| ticket | authentication ticket |
| id | id |
.
|
| 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, int id) |
| | Get account feeds count.
|
| List< TransitAccountFeed > | GetAccountFeeds (string ticket, int id, ServiceQueryOptions options) |
| | Get account feeds.
|
| int | GetAllAccountFeedsCount (string ticket, TransitAccountFeedQueryOptions qopt) |
| | Get all account feeds count.
|
| List< TransitAccountFeed > | GetAllAccountFeeds (string ticket, TransitAccountFeedQueryOptions qopt, ServiceQueryOptions options) |
| | Get 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.
|
| List< TransitAccountFeedItem > | GetAllAccountFeedItems (string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options) |
| | Get 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.
|
| 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. - Parameters:
-
| ticket | authentication ticket |
| id | id |
.
|
| 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. - Parameters:
-
| ticket | authentication ticket |
| id | id |
.
|
| 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. - Parameters:
-
| ticket | authentication ticket |
| id | id |
.
|
|
TransitFeature | GetLatestAccountFeedItemFeatureByAccountFeedId (string ticket, int id) |