
Definition at line 51 of file address.idl.
| boolean corba::cadmin::addr::AddressWriter::commitChanges | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Update changes permanently into database.
| boolean corba::cadmin::addr::AddressWriter::create | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Create a new address record in the database.
Add address to list of addresses in associate. Create a new address entry in the database. commitChanges() is not required after this function is called.
| noWait | Set to true if waiting is desired when lock is already acquired by others. If waiting is not desired, set flag to true. |
| OsbCorbaException | if operation at the gateway fails. |
| void corba::cadmin::addr::AddressWriter::setAddressee | ( | in common::Utf8String | newAddressee | ) |
Modify Addressee.
| void corba::cadmin::addr::AddressWriter::setCity | ( | in common::Utf8String | newCity | ) |
Modify city of address.
| void corba::cadmin::addr::AddressWriter::setCountry | ( | in common::Utf8String | newCountry | ) |
Modify country of address.
| void corba::cadmin::addr::AddressWriter::setEmail | ( | in common::Utf8String | newEmail | ) |
Modify email address.
| void corba::cadmin::addr::AddressWriter::setFaxNum | ( | in common::Utf8String | newFaxNum | ) |
Modify fax number.
| void corba::cadmin::addr::AddressWriter::setFunction | ( | in common::Utf8String | newFunction | ) |
Modify function of address holder.
| void corba::cadmin::addr::AddressWriter::setState | ( | in common::Utf8String | newState | ) |
Modify state of address.
| void corba::cadmin::addr::AddressWriter::setStreet | ( | in common::Utf8String | newStreet | ) |
Modify street of address.
| void corba::cadmin::addr::AddressWriter::setTelNum | ( | in common::Utf8String | newTelNum | ) |
Modify telephone number of address holder.
| void corba::cadmin::addr::AddressWriter::setZipCode | ( | in common::Utf8String | newZipCode | ) |
Modify zipcode of address.
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::addressee |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::city |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::country |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::email |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::faxNum |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::function |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::state |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::street |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::telNum |
| readonly attribute AddrTypeIdSeq corba::cadmin::addr::AddressWriter::types |
| readonly attribute common::Utf8String corba::cadmin::addr::AddressWriter::zipCode |
1.4.7