- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Shopping Cart System Class Diagram describes the structure of a Shopping Cart System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Shopping Cart System are Products, Category, Customer, Cart, Payment, Orders.
Classes of Shopping Cart System Class Diagram:
- Products Class : Manage all the operations of Products
- Category Class : Manage all the operations of Category
- Customer Class : Manage all the operations of Customer
- Cart Class : Manage all the operations of Cart
- Payment Class : Manage all the operations of Payment
- Orders Class : Manage all the operations of Orders
Classes and their attributes of Shopping Cart System Class Diagram:
- Products Attributes : product_id, product_customer_id product_items, product_number, product_type, product_description
- Category Attributes : category_id, category_product_id, _category_type, category_description
- Customer Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Cart Attributes : shopping_cart_id, shopping_cart_name, shopping_cart_type, shopping_cart_dscription
- Payment Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Orders Attributes : order_id, order_customer_id order_type, order_number, order_description
Classes and their methods of Shopping Cart System Class Diagram:
- Products Methods : addProducts(), editProducts(), deleteProducts(), updateProducts(), saveProducts(), searchProducts()
- Category Methods : addCategory(), editCategory(), deleteCategory(), updateCategory(), saveCategory(), searchCategory()
- Customer Methods : addCustomer(), editCustomer(), deleteCustomer(), updateCustomer(), saveCustomer(), searchCustomer()
- Cart Methods : addCart(), editCart(), deleteCart(), updateCart(), saveCart(), searchCart()
- Payment Methods : addPayment(), editPayment(), deletePayment(), updatePayment(), savePayment(), searchPayment()
- Orders Methods : addOrders(), editOrders(), deleteOrders(), updateOrders(), saveOrders(), searchOrders()
Class Diagram of Shopping Cart System :
Class Diagram Image: