uid |
---|
ProductsManagement |
The ProductManagement is a server module providing access to product descriptions and instance data.
ProductManager's public API is provided by the following facades:
None. The product management does not depend on any other server module.
- Moryx.Products.Model This data model is used to store product data as well as instance data. The product data describes how to produce an product instance and represents the manufacturing master data while the instance data contains tracing data about every produced instance which is the dynamic data of the product management module.
The ProductManagement is the central component to manage product types and their instances. Each application can define custom classes to best meet their requirements. Each application also defines a set of plugins to adapt the product management to their needs.
Component name | Implementation | Desription |
---|---|---|
IProductManager | internal | The API of the ProductManager |
IProductStorage | external | The plant specific product storage |
IProductImporter | internal/external | Plugins that can import products from file |
IRecipeManagement | internal | Component to handle all recipe operations |
TODO