Product: Entity
Item | Value |
---|---|
Briefly | Brief description missing. |
Authors | |
Definition Path | ImprovingApp.ProductContext.Product |
View Source Link | product.riddl(61:3) |
- event sourced()
- Type ‘SKU’ in Context ‘ProductContext’
- OnMessageClause ‘On command ProductContext.CreateProduct’ in Handler ‘ProductHandler’
- OnMessageClause ‘On command DeleteProduct’ in Handler ‘CreatedProductHandler’
- OnMessageClause ‘On command ProductContext.DeleteProduct’ in Handler ‘ActiveProductHandler’
- OnMessageClause ‘On command ProductContext.InactivateProduct’ in Handler ‘ActiveProductHandler’
- OnMessageClause ‘On command ProductContext.DeleteProduct’ in Handler ‘InactiveProductHandler’
- OnMessageClause ‘On command ProductContext.ActivateProduct’ in Handler ‘InactiveProductHandler’
- Record ‘DraftProduct’ in Entity ‘Product’
- Record ‘DefinedProduct’ in Entity ‘Product’
- Record ‘DeletedProduct’ in Entity ‘Product’
- DefinedProduct: Record
- Info
- Meta
- Sku
- DefinedProductState: State
- ActiveProductHandler: Handler
- On Command Product Context. Activate Product
- On Command Product Context. Create Product
- On Command Product Context. Delete Product
- On Command Product Context. Inactivate Product
- On Command Product Context. Update Product Info
- On Query Get Product Info
- InactiveProductHandler: Handler
- On Command Product Context. Activate Product
- On Command Product Context. Create Product
- On Command Product Context. Delete Product
- On Command Product Context. Inactivate Product
- On Command Product Context. Update Product Info
- On Query Get Product Info
- ActiveProductHandler: Handler
- DeletedProduct: Record
- Name
- Sku
- DeletedProductState: State
- DeletedProductHandler: Handler
- On Command Product Context. Activate Product
- On Command Product Context. Create Product
- On Command Product Context. Delete Product
- On Command Product Context. Inactivate Product
- On Command Product Context. Update Product Info
- On Query Get Product Info
- DeletedProductHandler: Handler
- DraftProduct: Record
- Info
- Meta
- Sku
- DraftProductState: State
- CreatedProductHandler: Handler
- On Command Activate Product
- On Command Delete Product
- On Command Inactivate Product
- On Command Product Context. Create Product
- On Command Update Product Info
- On Query Get Product Info
- CreatedProductHandler: Handler
- ProductHandler: Handler
- On Command Product Context. Create Product
- Other