- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Advertisement Management System Class Diagram describes the structure of a Advertisement Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Advertisement Management System are Advertisement, Advertisement Types, Sizes, Payments, Customers, Places.
Classes of Advertisement Management System Class Diagram:
- Advertisement Class : Manage all the operations of Advertisement
- Advertisement Types Class : Manage all the operations of Advertisement Types
- Sizes Class : Manage all the operations of Sizes
- Payments Class : Manage all the operations of Payments
- Customers Class : Manage all the operations of Customers
- Places Class : Manage all the operations of Places
Classes and their attributes of Advertisement Management System Class Diagram:
- Advertisement Attributes : advertisement_id, advertisement_title, advertisement_Type, advertisement_description
- Advertisement Types Attributes : advertisement types_id, advertisement Types_title, advertisement types_description
- Sizes Attributes : sizes_advertisement_id, size_description
- Payments Attributes : payment_id, payment_customer_id, payment_date, payment_amount, payment_description
- Customers Attributes : customer_id, customer_name, customer_mobile, customer_email, customer_username, customer_password, customer_address
- Places Attributes : place_id, place_name, place_address, place_description
Classes and their methods of Advertisement Management System Class Diagram:
- Advertisement Methods : addAdvertisement(), editAdvertisement(), deleteAdvertisement(), updateAdvertisement(), saveAdvertisement(), searchAdvertisement()
- Advertisement Types Methods : addAdvertisement Types(), editAdvertisement Types(), deleteAdvertisement Types(), updateAdvertisement Types(), saveAdvertisement Types(), searchAdvertisement Types()
- Sizes Methods : addSizes(), editSizes(), deleteSizes(), updateSizes(), saveSizes(), searchSizes()
- Payments Methods : addPayments(), editPayments(), deletePayments(), updatePayments(), savePayments(), searchPayments()
- Customers Methods : addCustomers(), editCustomers(), deleteCustomers(), updateCustomers(), saveCustomers(), searchCustomers()
- Places Methods : addPlaces(), editPlaces(), deletePlaces(), updatePlaces(), savePlaces(), searchPlaces()
Class Diagram of Advertisement Management System :
Class Diagram Image: