Company & Contacts Object Design Help -
I hope someone (or some people) can help us with a problem that we have for a few days Is suppressed. How to organize our business object given to the attached picture?
We are looking for any help (to solve this idea) where we can find out about the design pattern (s) / object model (searches). It is complex, but we have tried to simplify this question.
Some details: Some companies have product lines and nothing else.
Each company has a list if at least one company If there is a product line, then some of them Perkins are also associated with at least one product line.
There are references (business / personal) for other contacts in contact with some contacts.
Each company and each contact can have zero or more addresses.
Thanks for any help to find a more appropriate solution (my impression is that we have to use multiple models / patterns).
>
** Draw diagram) The employees of our company are S / Internal application users who are in contacts because they can also be references, etc.
You can use the following object model:
Organization-id -name -description-productLines (collections that contain products that contain products) -org contacts (collections in which the contact is included) -andres (type of address, may be a collection depends on business rule) -id -name -type (business, personal, etc.) -PRIIDID (if there is no reference) -address (address or association) Stay product-in-name -proline contact (collection object consisting of contacts) You can create on this basic model that I can think of. Do you have a data schema? If so, then you should decide where to start. Some people like to design their data schema based on 1-1 mapping and some performance between their object and data model, and then there is another intangible mapping between objects and databases.
Comments
Post a Comment