Currently these are:
Definition at line 51 of file tariffcatalogue.idl.
| cp::ConnectionPt corba::tcat::TariffCatalogue::getConnectionPt | ( | in cp::ConnectionPtId | cpId | ) | raises (common::OsbCorbaException) |
Get a connection point by its id.
| cpId | Unqiue id of connection point. |
| OsbCorbaException | if the connection point does not exist in the tariff catalogue. |
| cp::ConnectionPtSeq corba::tcat::TariffCatalogue::getConnectionPts | ( | ) |
Get list of connection points in the tariff catalogue.
| service::ServiceElement corba::tcat::TariffCatalogue::getServiceElement | ( | in service::ServiceElementId | seId | ) | raises (common::OsbCorbaException) |
Get a service element by its id.
| seId | Unqiue id of service element. |
| OsbCorbaException | if the service element does not exist in the tariff catalogue. |
| service::ServiceElementSeq corba::tcat::TariffCatalogue::getServiceElements | ( | ) |
Get list of service elements from the tariff catalogue.
| ts::TariffSystem corba::tcat::TariffCatalogue::getTariffSystem | ( | in ts::TariffSystemId | tsId | ) | raises (common::OsbCorbaException) |
Get a tariff system by its id.
| tsId | The id of the tariff system to find. |
| OsbCorbaException | if the tariff system does not exist in the tariff catalogue. |
| ts::TariffSystemSeq corba::tcat::TariffCatalogue::getTariffSystems | ( | ) |
Get list of tariff systems in the tariff catalogue.
1.4.7