- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Forum System Class Diagram describes the structure of a Forum System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Forum System are Forum, Users, Registartions, Posts, Replies, Polls.
Classes of Forum System Class Diagram:
- Forum Class : Manage all the operations of Forum
- Users Class : Manage all the operations of Users
- Registartions Class : Manage all the operations of Registartions
- Posts Class : Manage all the operations of Posts
- Replies Class : Manage all the operations of Replies
- Polls Class : Manage all the operations of Polls
Classes and their attributes of Forum System Class Diagram:
- Forum Attributes : forum_id, forum_name, forum_type, forum_description
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Registartions Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Posts Attributes : post_id, post_user_id, post_title, post_type, post_description
- Replies Attributes : replies_id, replies_user_id, replies_title, replies_type, replies_description
- Polls Attributes : poll_id, poll_name, poll_type, poll_description
Classes and their methods of Forum System Class Diagram:
- Forum Methods : addForum(), editForum(), deleteForum(), updateForum(), saveForum(), searchForum()
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Registartions Methods : addRegistartions(), editRegistartions(), deleteRegistartions(), updateRegistartions(), saveRegistartions(), searchRegistartions()
- Posts Methods : addPosts(), editPosts(), deletePosts(), updatePosts(), savePosts(), searchPosts()
- Replies Methods : addReplies(), editReplies(), deleteReplies(), updateReplies(), saveReplies(), searchReplies()
- Polls Methods : addPolls(), editPolls(), deletePolls(), updatePolls(), savePolls(), searchPolls()
Class Diagram of Forum System :
Class Diagram Image: