User of this interface at the server side has to create an Accounting servant in order to use the retrieval functions provided in the interface.
Definition at line 267 of file chargetraits.idl.
| Account corba::common::Accounting::getAccount | ( | in Utf8String | accCode | ) | raises (OsbCorbaException) |
Gets an account by its Id.
| accCode | The code of the account which should be found. |
| OsbCorbaException | In case the account referenced by this id cannot be found in the tariff catalogue. |
| AccountSeq corba::common::Accounting::getAccounts | ( | ) | raises (OsbCorbaException) |
Get list of account.
| TaxKeySeq corba::common::Accounting::getAssocTaxKeys | ( | ) | raises (OsbCorbaException) |
Get list of associate tax keys.
| ChargeTraits corba::common::Accounting::getChargeTraits | ( | in ChargeTraitsId | id | ) | raises (OsbCorbaException) |
Gets a charge traits by its Id.
| id | The id of the charge traits which should be found. |
| OsbCorbaException | In case the charge traits referenced by this id cannot be found in the tariff catalogue. |
| ChargeTraitsSeq corba::common::Accounting::getChargeTraitses | ( | ) | raises (OsbCorbaException) |
Get chargetraits list.
| TaxKeySeq corba::common::Accounting::getContractTaxKeys | ( | ) | raises (OsbCorbaException) |
Get list of contract tax keys.
| Currency corba::common::Accounting::getCurrency | ( | in CurrencyCode | code | ) | raises (OsbCorbaException) |
Retrieve a currency by its code.
| code | The id of the currency which should be found. |
| OsbCorbaException | In case the currency referenced by this id cannot be found in the tariff catalogue. |
| CurrencyBook corba::common::Accounting::getCurrencyBook | ( | ) | raises (OsbCorbaException) |
Retrieves list of currency.
| corba::common::TaxKeySeq corba::common::Accounting::getProductTaxKeys | ( | ) | raises (corba::common::OsbCorbaException) |
Get list of product tax keys.
| RoundRule corba::common::Accounting::getRoundRule | ( | in RoundRuleId | id | ) | raises (OsbCorbaException) |
Retrieves a round rule by its Id.
| id | The id of the round rule which should be found. |
| OsbCorbaException | In case the round rule referenced by this id cannot be found in the tariff catalogue. |
| RoundRuleId corba::common::Accounting::getRoundRuleByName | ( | in Utf8String | name | ) | raises (OsbCorbaException) |
Retrieves a roundrule by its name.
| name | The name of the round rule to search for. |
| RoundRuleSeq corba::common::Accounting::getRoundRules | ( | ) | raises (OsbCorbaException) |
Retrieves list of round rule.
| TaxKey corba::common::Accounting::getTaxKey | ( | in TaxKeyId | id | ) | raises (OsbCorbaException) |
Retrieves a tax key by its Id.
| id | The id of the tax key which should be found. |
| OsbCorbaException | In case the tax key referenced by this id cannot be found in the tariff catalogue. |
| TaxKeyId corba::common::Accounting::getTaxKeyByName | ( | in Utf8String | name | ) | raises (OsbCorbaException) |
Retrieves a tax key by its name.
| name | The name of the tax key to search for. |
| TaxKeySeq corba::common::Accounting::getTaxKeys | ( | ) | raises (OsbCorbaException) |
Retrieves list of tax key.
| Unit corba::common::Accounting::getUnit | ( | in UnitId | id | ) | raises (OsbCorbaException) |
Gets a unit by its id.
| id | The id of unit. |
| OsbCorbaException | if unit referenced by this id cannot be found. |
| UnitId corba::common::Accounting::getUnitByName | ( | in Utf8String | name | ) | raises (OsbCorbaException) |
Retrieves an unit by its name.
| name | The name of the unit to search for. |
| UnitSeq corba::common::Accounting::getUnits | ( | ) | raises (OsbCorbaException) |
Get list of units.
1.4.7