Open JABEZRAJA opened 1 year ago
Product details will successfully update and store in database.
[x] Form validator
[x] Business Validation
Invalid When a Product 's name is not in use or when the input provided does not meet the criteria, Product arise.
graph TD; A(ProductService - int id, String name) --> B(Form Validation) -- Valid --> C(Business Validation) B -- Invalid --> H(Validation Exception) C -- Valid --> D(Argument Passed to ProductDAO) D --> F(Store Value in Database) C -- Invalid --> E(Validation Exception)
User story :
Pre-requisites:
Validations:
[x] Form validator
[x] Business Validation
Messages:
Flow: