Package DE_EPAGES::Tax::API::Table::TaxAreaCountry
interface for table TaxAreaCountry
Functions
- DeleteTaxAreaCountry
- ExistsTaxAreaCountry
- GetAllInfoTaxAreaCountries
- GetAllPKeyTaxAreaCountries
- GetInfoTaxAreaCountriesByTaxAreaID
- GetInfoTaxAreaCountriesByTaxMatrixID
- GetInfoTaxAreaCountry
- GetPKeyTaxAreaCountriesByTaxAreaID
- GetPKeyTaxAreaCountriesByTaxMatrixID
- InsertTaxAreaCountry
- OnDeleteCountry
- OnDeleteShopCountry
- UpdateTaxAreaCountry
DeleteTaxAreaCountry
Deletes a(n) TaxAreaCountry.
Syntax |
DeleteTaxAreaCountry($TaxAreaCountryID); DeleteTaxAreaCountry($hTaxAreaCountry); # if $hTaxAreaCountry includes TaxAreaCountryID |
Input |
|
ExistsTaxAreaCountry
Returns true if the TaxAreaCountry exists.
Syntax |
$exists = ExistsTaxAreaCountry($TaxAreaCountryID); |
Input |
|
Return |
|
GetAllInfoTaxAreaCountries
Returns all objects of TaxAreaCountry.
Syntax |
$ahTaxAreaCountrys = GetAllInfoTaxAreaCountries(); |
Return |
|
GetAllPKeyTaxAreaCountries
Returns all TaxAreaCountry identifiers.
Syntax |
$aTaxAreaCountryIDs = GetAllPKeyTaxAreaCountries(); |
Return |
|
GetInfoTaxAreaCountriesByTaxAreaID
Returns objects of TaxAreaCountry by alternate key TaxAreaID.
Syntax |
$ahTaxAreaCountries = GetInfoTaxAreaCountriesByTaxAreaID($TaxAreaID); |
Input |
|
Return |
|
GetInfoTaxAreaCountriesByTaxMatrixID
Returns objects of TaxAreaCountry by alternate keys TaxMatrixID and CountryID.
Syntax |
$ahTaxAreaCountries = GetInfoTaxAreaCountriesByTaxMatrixID($TaxMatrixID, $CountryID); |
Input |
|
Return |
|
GetInfoTaxAreaCountry
Returns the TaxAreaCountry by identifier.
Syntax |
$hTaxAreaCountry = GetInfoTaxAreaCountry($TaxAreaCountryID); |
Input |
|
Return |
|
GetPKeyTaxAreaCountriesByTaxAreaID
Returns primary keys of TaxAreaCountry by alternate key TaxAreaID.
Syntax |
$aKeys = GetPKeyTaxAreaCountriesByTaxAreaID($TaxAreaID); |
Input |
|
Return |
|
GetPKeyTaxAreaCountriesByTaxMatrixID
Returns primary keys of TaxAreaCountry by alternate keys TaxMatrixID and CountryID.
Syntax |
$aKeys = GetPKeyTaxAreaCountriesByTaxMatrixID($TaxMatrixID, $CountryID); |
Input |
|
Return |
|
InsertTaxAreaCountry
Creates an entry of TaxAreaCountry.
Syntax |
$TaxAreaCountryID = InsertTaxAreaCountry($hTaxAreaCountry); |
Input |
|
Return |
|
OnDeleteCountry
Deletes TaxAreaCountry of this model when a(n) Country is deleted.
Syntax |
OnDeleteCountry($hParams); |
Input |
|
OnDeleteShopCountry
Deletes TaxAreaCountry of this model when a(n) Country is deleted.
Syntax |
OnDeleteShopCountry($hParams); |
Input |
|
UpdateTaxAreaCountry
Updates a(n) TaxAreaCountry if any element was changed.
Syntax |
UpdateTaxAreaCountry($TaxAreaCountryID, $hTaxAreaCountry); UpdateTaxAreaCountry($hTaxAreaCountry); # if $hTaxAreaCountry includes TaxAreaCountryID |
Input |
|