- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
News Portal System Class Diagram describes the structure of a News Portal System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the News Portal System are News, Contents, Media, Advertisement, Latest Posts, News Tupe.
Classes of News Portal System Class Diagram:
- News Class : Manage all the operations of News
- Contents Class : Manage all the operations of Contents
- Media Class : Manage all the operations of Media
- Advertisement Class : Manage all the operations of Advertisement
- Latest Posts Class : Manage all the operations of Latest Posts
- News Tupe Class : Manage all the operations of News Tupe
Classes and their attributes of News Portal System Class Diagram:
- News Attributes : news_id, news_title, news_type, news_description
- Contents Attributes : content_id, content_news_id, content_title, content_type, content_description
- Media Attributes : media_id, media_name, vtype, media_description
- Advertisement Attributes : advertisement_id, advertisement_title, advertisement_Type, advertisement_description
- Latest Posts Attributes : post_id, post_name, post_type, post_description
- News Tupe Attributes : news_type_id, news_type_news_id, news_type_name, news_type_description
Classes and their methods of News Portal System Class Diagram:
- News Methods : addNews(), editNews(), deleteNews(), updateNews(), saveNews(), searchNews()
- Contents Methods : addContents(), editContents(), deleteContents(), updateContents(), saveContents(), searchContents()
- Media Methods : addMedia(), editMedia(), deleteMedia(), updateMedia(), saveMedia(), searchMedia()
- Advertisement Methods : addAdvertisement(), editAdvertisement(), deleteAdvertisement(), updateAdvertisement(), saveAdvertisement(), searchAdvertisement()
- Latest Posts Methods : addLatest Posts(), editLatest Posts(), deleteLatest Posts(), updateLatest Posts(), saveLatest Posts(), searchLatest Posts()
- News Tupe Methods : addNews Tupe(), editNews Tupe(), deleteNews Tupe(), updateNews Tupe(), saveNews Tupe(), searchNews Tupe()
Class Diagram of News Portal System :
Class Diagram Image: