Tariqa SOAP
|
Public Member Functions | |
__construct ($config, $soap) | |
ListNewstickersFeeds ($token) | |
GetAllAggregatedRSSFeed ($token) | |
GetAggregatedRSSFeed ($token, $feed_id) | |
ListAggregatedRSSFeeds ($token, $title=null) | |
ListAggregatedRSSFeeds2 ($token, $feeds_list) | |
GetCountryAggregatedRSSFeeds ($token, $country) | |
GetThemeAggregatedRSSFeeds ($token, $theme_id) | |
GetAggregatedRSSArticle ($token, $article_id) | |
ListAggregatedRSSArticles ($token, $feed_id=null, $time_range=null, $record_range_from=null, $record_range_no=null, $time_range_count=null, $query=null) | |
GetAggregatedRSSArticlesNumber ($token, $feed_id=null, $time_range=null, $time_range_count=null, $query=null) | |
GetCountryAggregatedRSSArticles ($token, $country, $time_range=null, $time_range_count=null, $record_range_from=null, $record_range_no=null, $query=null) | |
GetCountryAggregatedRSSArticlesNumber ($token, $country, $time_range=null, $time_range_count=null, $record_range_from=null, $record_range_no=null, $query=null) | |
GetThemeAggregatedRSSArticles ($token, $theme_id, $time_range=null, $time_range_count=null, $record_range_from=null, $record_range_no=null, $query=null) | |
GetAggregatedLatestnewsFeed ($token, $feed_id) | |
ListAggregatedLatestnewsFeeds ($token, $title=null) | |
GetAggregatedLatestnewsCountryFeeds ($token, $country) | |
GetAggregatedLatestnewsThemeFeeds ($token, $theme_id) | |
GetAggregatedLatestnewsArticle ($token, $article_id) | |
ListAggregatedLatestnewsArticles ($token, $feed_id=null, $time_range=null, $record_range_from=null, $record_range_no=null, $time_range_count=null, $query=null) | |
GetAggregatedLatestnewsArticlesNumber ($token, $feed_id=null, $time_range=null, $time_range_count=null, $query=null) | |
GetAggregatedLatestnewsCountryArticlesNumber ($token, $country, $time_range=null, $time_range_count=null, $query=null) | |
GetAggregatedLatestnewsCountryArticles ($token, $country, $time_range=null, $time_range_count=null, $record_range_from=null, $record_range_no=null, $query=null) | |
GetAggregatedLatestnewsThemeArticles ($token, $theme_id, $time_range=null, $time_range_count=null, $record_range_from=null, $record_range_no=null, $query=null) | |
CreateAggregatedRSSFeed ($token, $feed, $country, $theme) | |
UpdateAggregatedRSSFeed ($token, $feed) | |
DeleteAggregatedRSSFeed ($token, $feed_id) | |
CreateAggregatedLatestnewsFeed ($token, $feed, $country, $theme) | |
UpdateAggregatedLatestnewsFeed ($token, $feed) | |
DeleteAggregatedLatestnewsFeed ($token, $feed_id) | |
aggregatedSearchIDOL ($token, $query, $extra_data=null) | |
aggregatedGetDocumentIDOL ($token, $id, $highlight=null) | |
Data Fields | |
$soap | |
Protected Attributes | |
$config = null |
__construct | ( | $ | config, |
$ | soap | ||
) |
Constructs a tariqaThemes Object
aggregatedGetDocumentIDOL | ( | $ | token, |
$ | id, | ||
$ | highlight = null |
||
) |
Fetches a latest news IDOL document
string | $token | The token identifier |
int | $id | The document identifier |
string | $highlight | The terms to be highlighted [OPTIONAL] public |
aggregatedSearchIDOL | ( | $ | token, |
$ | query, | ||
$ | extra_data = null |
||
) |
Performs a search in the aggregated databases
string | $token | The token identifier |
AggregatedQuery | $query | The query |
string | $extra_data | Extra data lines (GET encoded) [OPTIONAL] public |
CreateAggregatedLatestnewsFeed | ( | $ | token, |
$ | feed, | ||
$ | country, | ||
$ | theme | ||
) |
Creates a new Latestnews Feed
string | $token | The session identifier |
Latestnews_feed | $feed | The new feed to be inserted in the database |
Country | $country | The feed country (null if there is not a country for this feed) |
Theme | $theme | The feed theme (null if there is not a theme for this feed) |
CreateAggregatedRSSFeed | ( | $ | token, |
$ | feed, | ||
$ | country, | ||
$ | theme | ||
) |
DeleteAggregatedLatestnewsFeed | ( | $ | token, |
$ | feed_id | ||
) |
Deletes a Latestnews Feed
string | $token | The session identifier |
int | $feed_id | The feed identificator |
DeleteAggregatedRSSFeed | ( | $ | token, |
$ | feed_id | ||
) |
Deletes a RSS Feed
string | $token | The session identifier |
int | $feed_id | The feed identificator |
GetAggregatedLatestnewsArticle | ( | $ | token, |
$ | article_id | ||
) |
Get an article from Latestnews Aggregator
string | $token | The session identifier |
int | $article_id | The article identifier |
GetAggregatedLatestnewsArticlesNumber | ( | $ | token, |
$ | feed_id = null , |
||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | query = null |
||
) |
Get the number of available articles from Latestnews aggregator
string | $token | The session identifier |
int | $feed_id | The feed identifier (null means all articles) [OPTIONAL] |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The number of days starting from time range (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetAggregatedLatestnewsCountryArticles | ( | $ | token, |
$ | country, | ||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | query = null |
||
) |
Get the list of available latestnews articles for a country
string | $token | The session identifier |
Country | $country | The selected country |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of the first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of the first articles to be retrieved from the first article (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetAggregatedLatestnewsCountryArticlesNumber | ( | $ | token, |
$ | country, | ||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | query = null |
||
) |
Get the number of available latestnews articles for a country
string | $token | The session identifier |
Country | $country | The selected country |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetAggregatedLatestnewsCountryFeeds | ( | $ | token, |
$ | country | ||
) |
Get the list of available latestnews feeds for a selected country
string | $token | The session identifier |
Country | $country | The selected country |
GetAggregatedLatestnewsFeed | ( | $ | token, |
$ | feed_id | ||
) |
Get a feed from Latestnews Aggregator
string | $token | The session identifier |
int | $feed_id | The feed identifier |
GetAggregatedLatestnewsThemeArticles | ( | $ | token, |
$ | theme_id, | ||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | query = null |
||
) |
Get the list of available latestnews articles for a theme
string | $token | The session identifier |
int | $theme_id | The selected theme |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of the first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of the first articles to be retrieved from the first article (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetAggregatedLatestnewsThemeFeeds | ( | $ | token, |
$ | theme_id | ||
) |
Get the list of available latestnews feeds for a selected theme
string | $token | The session identifier |
int | $theme_id | The selected theme |
GetAggregatedRSSArticle | ( | $ | token, |
$ | article_id | ||
) |
Get an article from the RSS Aggregator
string | $token | The session identifier |
int | $article_id | The article identifier |
GetAggregatedRSSArticlesNumber | ( | $ | token, |
$ | feed_id = null , |
||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | query = null |
||
) |
Get the number of available articles from the Aggregator
string | $token | The session identifier |
int | $feed_id | The feed identifier (null means all articles) [OPTIONAL] |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetAggregatedRSSFeed | ( | $ | token, |
$ | feed_id | ||
) |
Get a feed from RSS Aggregator
string | $token | The session identifier |
int | $feed_id | The feed identifier |
GetAllAggregatedRSSFeed | ( | $ | token | ) |
Get all feeds from the RSS Aggregator
string | $token | The session identifier |
GetCountryAggregatedRSSArticles | ( | $ | token, |
$ | country, | ||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | query = null |
||
) |
Get the list of available articles for a country from the RSS Aggregator
string | $token | The session identifier |
Country | $country | The selected country |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of the first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of the first articles to be retrieved from the first article (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetCountryAggregatedRSSArticlesNumber | ( | $ | token, |
$ | country, | ||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | query = null |
||
) |
Get the list of available articles for a country from the RSS Aggregator
string | $token | The session identifier |
Country | $country | The selected country |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of the first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of the first articles to be retrieved from the first article (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetCountryAggregatedRSSFeeds | ( | $ | token, |
$ | country | ||
) |
GetThemeAggregatedRSSArticles | ( | $ | token, |
$ | theme_id, | ||
$ | time_range = null , |
||
$ | time_range_count = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | query = null |
||
) |
Get the list of available articles for a theme
string | $token | The session identifier |
int | $theme_id | The selected theme |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of the first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of the first articles to be retrieved from the first article (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
GetThemeAggregatedRSSFeeds | ( | $ | token, |
$ | theme_id | ||
) |
Get the list of available feeds for a selected theme from the RSS Aggregator
string | $token | The session identifier |
int | $theme_id | The selected theme |
ListAggregatedLatestnewsArticles | ( | $ | token, |
$ | feed_id = null , |
||
$ | time_range = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | time_range_count = null , |
||
$ | query = null |
||
) |
Get the list of available articles from Latestnews aggregator
string | $token | The session identifier |
int | $feed_id | The feed identifier (null means all articles) [OPTIONAL] |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of articles to be retrieved from the first article(null means all articles) [OPTIONAL] |
int | $time_range_count | The number of days starting from time range (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
ListAggregatedLatestnewsFeeds | ( | $ | token, |
$ | title = null |
||
) |
Get the list of available feeds from latestnews aggregator
string | $token | The session identifier |
string | $title | The title of the feed (it can be only a part of the title) [OPTIONAL] |
ListAggregatedRSSArticles | ( | $ | token, |
$ | feed_id = null , |
||
$ | time_range = null , |
||
$ | record_range_from = null , |
||
$ | record_range_no = null , |
||
$ | time_range_count = null , |
||
$ | query = null |
||
) |
Get the list of available articles from the Aggregator
string | $token | The session identifier |
int | $feed_id | The feed identifier (null means all articles) [OPTIONAL] |
int | $time_range | The time range for articles in days (null means all articles) [OPTIONAL] |
int | $record_range_from | The number of the first article to be retrieved (null means all articles) [OPTIONAL] |
int | $record_range_no | The number of the first articles to be retrieved from the first article (null means all articles) [OPTIONAL] |
int | $time_range_count | The time range count for articles in days (null means all articles) [OPTIONAL] |
string | $query | The query to search from [OPTIONAL] |
ListAggregatedRSSFeeds | ( | $ | token, |
$ | title = null |
||
) |
Get the list of available feeds from RSS Aggregator
string | $token | The session identifier |
string | $title | The title of the feed (it can be only a part of the title) [OPTIONAL] |
ListAggregatedRSSFeeds2 | ( | $ | token, |
$ | feeds_list | ||
) |
Get the list of available feeds from RSS Aggregator
string | $token | The session identifier |
int[] | $feeds_list The list of feeds identifiers to retrieve |
ListNewstickersFeeds | ( | $ | token | ) |
Get the newstickers feeds list
string | $token | The session identifier public |
UpdateAggregatedLatestnewsFeed | ( | $ | token, |
$ | feed | ||
) |
Updates an existing Latestnews Feed
string | $token | The session identifier |
Latestnews_feed | $feed | The new feed to be inserted in the database |
UpdateAggregatedRSSFeed | ( | $ | token, |
$ | feed | ||
) |
Updates an existing RSS Feed
string | $token | The session identifier |
RSS_feed | $feed | The new feed to be inserted in the database |
$config = null [protected] |
Reimplemented from Tariqa.
$soap |
Reimplemented from Tariqa.