- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Live Photo Galary Portal Class Diagram describes the structure of a Live Photo Galary Portal classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Live Photo Galary Portal are Images, Types, Downloads, Categories, Login, Uploads.
Classes of Live Photo Galary Portal Class Diagram:
- Images Class : Manage all the operations of Images
- Types Class : Manage all the operations of Types
- Downloads Class : Manage all the operations of Downloads
- Categories Class : Manage all the operations of Categories
- Login Class : Manage all the operations of Login
- Uploads Class : Manage all the operations of Uploads
Classes and their attributes of Live Photo Galary Portal Class Diagram:
- Images Attributes : image_id, image_name, image_type, image_description
- Types Attributes : type_id, type_image_id, type_name, type_description
- Downloads Attributes : download_id, download_image_id, download_title, download_type, download_description
- Categories Attributes : category_id, category_name, category_type, category_description
- Login Attributes : login_id, login_user_id, login_role_id, login_username, login_password, login_lastlogin
- Uploads Attributes : upload_id, upload_image_id, upload_name, upload_type, upload_description
Classes and their methods of Live Photo Galary Portal Class Diagram:
- Images Methods : addImages(), editImages(), deleteImages(), updateImages(), saveImages(), searchImages()
- Types Methods : addTypes(), editTypes(), deleteTypes(), updateTypes(), saveTypes(), searchTypes()
- Downloads Methods : addDownloads(), editDownloads(), deleteDownloads(), updateDownloads(), saveDownloads(), searchDownloads()
- Categories Methods : addCategories(), editCategories(), deleteCategories(), updateCategories(), saveCategories(), searchCategories()
- Login Methods : addLogin(), editLogin(), deleteLogin(), updateLogin(), saveLogin(), searchLogin()
- Uploads Methods : addUploads(), editUploads(), deleteUploads(), updateUploads(), saveUploads(), searchUploads()
Class Diagram of Live Photo Galary Portal :
Class Diagram Image: