- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Form Publishing System Class Diagram describes the structure of a Form Publishing System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Form Publishing System are Web Form, Publish, Text Area, Email, Notification, Login.
Classes of Form Publishing System Class Diagram:
- Web Form Class : Manage all the operations of Web Form
- Publish Class : Manage all the operations of Publish
- Text Area Class : Manage all the operations of Text Area
- Email Class : Manage all the operations of Email
- Notification Class : Manage all the operations of Notification
- Login Class : Manage all the operations of Login
Classes and their attributes of Form Publishing System Class Diagram:
- Web Form Attributes : web_form_id, web_form__user_id web_form__title, web_form__type, web_form__description
- Publish Attributes : publish_id, publish_name, publish_type, publish_description
- Text Area Attributes : text_area_id, text_area_name, text_area_size, text_area_type, text_area_description
- Email Attributes : email_id, email_title, email_type, email_description
- Notification Attributes : notification_id, notification_title, notification_type, notification_description
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
Classes and their methods of Form Publishing System Class Diagram:
- Web Form Methods : addWeb Form(), editWeb Form(), deleteWeb Form(), updateWeb Form(), saveWeb Form(), searchWeb Form()
- Publish Methods : addPublish(), editPublish(), deletePublish(), updatePublish(), savePublish(), searchPublish()
- Text Area Methods : addText Area(), editText Area(), deleteText Area(), updateText Area(), saveText Area(), searchText Area()
- Email Methods : addEmail(), editEmail(), deleteEmail(), updateEmail(), saveEmail(), searchEmail()
- Notification Methods : addNotification(), editNotification(), deleteNotification(), updateNotification(), saveNotification(), searchNotification()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
Class Diagram of Form Publishing System :
Class Diagram Image: