Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Product and Content Association


 Product and Content are key entities. They are associated with each other through ProductContent. Content has metadata about content. The actual content information (e.g. FilePath, FileType) is stored in DataResource entity. The ContentType (e.g. small file, document etc.) is stored in ProductContentType
 
 

Same pattern is repeated for other main types of Entities

Party, Product, WorkEffort, Events, Orders etc. repeat the same pattern for content association. Note XXXContent models many to many relationship.

  • No labels