Provider data
List of Global Functions
Add - Add a new provider
Clone - Clone the given provider
CloneSystem - Clone the given system provider
Commit - Commit pending operation
Delete - Delete the given provider
Edit - Edit the given provider
Export - Export data
GetCountries - Get list of countries
GetCountry - This is a single point of dependence on the Language module of yast2-country-data
GetProviders - Get providers from a group (country/other)
Import - Import data
IsUnique - Check if provider name is unique
Modified - Were the providers changed?
Overview - Create an overview table with all configured providers
ProviderType - Return current provider type
Read - Read providers data (custom only) and country mappings
Select - Select the given provider
SelectSystem - Select the given system provider
Summary - Create a textual summary and a list of unconfigured providers
Write - Write custom providers data
List of Global Variables
Current - Current provider structure depends on Type. See providers.rpm
LastCountry - Last selected country
Name - Current provider name
Type - Current provider type
Clone the given provider
Function parameters
string name
Return value
boolean - true if success
Clone the given system provider
Function parameters
path name
Return value
boolean - true if success
Delete the given provider
Function parameters
string name
Return value
boolean - true if success
Edit the given provider
Function parameters
string name
Return value
boolean - true if success
Export data
Function parameters
string type
Return value
map - dumped settings (later acceptable by Import())
This is a single point of dependence on the Language module of yast2-country-data
Return value
string
Get providers from a group (country/other)
Function parameters
string type
string country
string preselect
Return value
list - of items for SelectionBox
Import data
Function parameters
string type
map providers
Return value
map - true on success
Check if provider name is unique
Function parameters
string name
Return value
boolean - true if OK
Were the providers changed?
Function parameters
string type
Return value
boolean - true if modified
Create an overview table with all configured providers
Function parameters
string type
Return value
list - table items
Read providers data (custom only) and country mappings
Return value
boolean - true if success
Select the given provider
Function parameters
string name
Return value
boolean - true if success
Select the given system provider
Function parameters
path name
Return value
boolean - true if success
Create a textual summary and a list of unconfigured providers
Function parameters
string type
boolean split
Return value
list - summary of the current configuration