Package DE_EPAGES::Ebay::API::Table::EbayRegion
interface for table EbayRegion
@EXPORT_OK |
Functions
- DeleteEbayRegion
- ExistsEbayRegion
- GetAllInfoEbayRegions
- GetAllPKeyEbayRegions
- GetInfoEbayRegion
- GetInfoEbayRegionsByCountryID
- GetPKeyEbayRegionsByCountryID
- InsertEbayRegion
- OnDeleteCountry
- UpdateEbayRegion
DeleteEbayRegion
Deletes a(n) EbayRegion.
Syntax |
DeleteEbayRegion($EbayRegionId); DeleteEbayRegion($hEbayRegion); # if $hEbayRegion includes EbayRegionId |
Input |
|
ExistsEbayRegion
Returns true if the EbayRegion exists.
Syntax |
$exists = ExistsEbayRegion($EbayRegionId); |
Input |
|
Return |
|
GetAllInfoEbayRegions
Returns all objects of EbayRegion.
Syntax |
$ahEbayRegions = GetAllInfoEbayRegions(); |
Return |
|
GetAllPKeyEbayRegions
Returns all EbayRegion identifiers.
Syntax |
$aEbayRegionIDs = GetAllPKeyEbayRegions(); |
Return |
|
GetInfoEbayRegion
Returns the EbayRegion by identifier.
Syntax |
$hEbayRegion = GetInfoEbayRegion($EbayRegionId); |
Input |
|
Return |
|
GetInfoEbayRegionsByCountryID
Returns objects of EbayRegion by alternate key CountryID.
Syntax |
$ahEbayRegions = GetInfoEbayRegionsByCountryID($CountryID); |
Input |
|
Return |
|
GetPKeyEbayRegionsByCountryID
Returns primary keys of EbayRegion by alternate key CountryID.
Syntax |
$aKeys = GetPKeyEbayRegionsByCountryID($CountryID); |
Input |
|
Return |
|
InsertEbayRegion
Creates an entry of EbayRegion.
Syntax |
InsertEbayRegion($hEbayRegion); |
Input |
|
OnDeleteCountry
Deletes EbayRegion of this model when a(n) Country is deleted.
Syntax |
OnDeleteCountry($hParams); |
Input |
|
UpdateEbayRegion
Updates a(n) EbayRegion if any element was changed.
Syntax |
UpdateEbayRegion($EbayRegionId, $hEbayRegion); UpdateEbayRegion($hEbayRegion); # if $hEbayRegion includes EbayRegionId |
Input |
|