The Addressbook Sample Application implements the following use cases:
- View the list of all the persons in the database and their addresses
- Search for a particular person (addressee) by name
- Get detailed address information for a particular person
- Modify address information in the database
- Add new person and address to the list
The application uses the following 5 Business Objects:
- Persons
- Address
- Salutation
- Country
- Province / State
which include parent – child relationships between the following business object types:
- Countries - Provinces/States
- Person - Addresses
|