| Package | Description |
|---|---|
| org.osid.contact |
The Open Service Interface Definitions for the org.osid.contact
service.
|
| org.osid.contact.batch |
The Open Service Interface Definitions for the org.osid.contact.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
AddressForm |
AddressAdminSession.getAddressFormForCreate(Type[] addressRecordTypes)
Gets the address form for creating new addresses.
|
AddressForm |
AddressAdminSession.getAddressFormForUpdate(Id addressId)
Gets the address form for updating an existing address.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressAdminSession.createAddress(AddressForm addressForm)
Creates a new
Address. |
void |
AddressAdminSession.updateAddress(AddressForm addressForm)
Updates an existing address.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddressBatchForm
This is the form for creating and updating addresses in bulk.
|