- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Content Management System Class Diagram describes the structure of a Content Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Content Management System are Content, Content Type, Content Category, Comment, Blogs, Web Page.
Classes of Content Management System Class Diagram:
- Content Class : Manage all the operations of Content
- Content Type Class : Manage all the operations of Content Type
- Content Category Class : Manage all the operations of Content Category
- Comment Class : Manage all the operations of Comment
- Blogs Class : Manage all the operations of Blogs
- Web Page Class : Manage all the operations of Web Page
Classes and their attributes of Content Management System Class Diagram:
- Content Attributes : content_id, content_blog_id, content_title, content_type, content_description
- Content Type Attributes : content_type_id, content_type_name, content_type_description
- Content Category Attributes : content_category_id, content_category, content_category_title, content_category_type, content_category_content, content_category_description
- Comment Attributes : comment_id, comment_user_id, comment_type, comment_title, comment_description
- Blogs Attributes : blog_id, blog_user_id blog_title, blog_type, blog_content, blog_description
- Web Page Attributes : webpage_id, webpage__user_id webpage__title, webpage__type, webpage__description
Classes and their methods of Content Management System Class Diagram:
- Content Methods : addContent(), editContent(), deleteContent(), updateContent(), saveContent(), searchContent()
- Content Type Methods : addContent Type(), editContent Type(), deleteContent Type(), updateContent Type(), saveContent Type(), searchContent Type()
- Content Category Methods : addContent Category(), editContent Category(), deleteContent Category(), updateContent Category(), saveContent Category(), searchContent Category()
- Comment Methods : addComment(), editComment(), deleteComment(), updateComment(), saveComment(), searchComment()
- Blogs Methods : addBlogs(), editBlogs(), deleteBlogs(), updateBlogs(), saveBlogs(), searchBlogs()
- Web Page Methods : addWeb Page(), editWeb Page(), deleteWeb Page(), updateWeb Page(), saveWeb Page(), searchWeb Page()
Class Diagram of Content Management System :
Class Diagram Image: