- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Sarkari Naukri Portal System Class Diagram describes the structure of a Sarkari Naukri Portal System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Sarkari Naukri Portal System are Jobs, Users, Company, Resumes, Skills, Registration.
Classes of Sarkari Naukri Portal System Class Diagram:
- Jobs Class : Manage all the operations of Jobs
- Users Class : Manage all the operations of Users
- Company Class : Manage all the operations of Company
- Resumes Class : Manage all the operations of Resumes
- Skills Class : Manage all the operations of Skills
- Registration Class : Manage all the operations of Registration
Classes and their attributes of Sarkari Naukri Portal System Class Diagram:
- Jobs Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
- Resumes Attributes : resume_id, resume_user_id, resume_name, resume_type, resume_description
- Skills Attributes : skill_id, skill_user_id, skill_name, skill_type, skill_description
- Registration Attributes : registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description
Classes and their methods of Sarkari Naukri Portal System Class Diagram:
- Jobs Methods : addJobs(), editJobs(), deleteJobs(), updateJobs(), saveJobs(), searchJobs()
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- Resumes Methods : addResumes(), editResumes(), deleteResumes(), updateResumes(), saveResumes(), searchResumes()
- Skills Methods : addSkills(), editSkills(), deleteSkills(), updateSkills(), saveSkills(), searchSkills()
- Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
Class Diagram of Sarkari Naukri Portal System :
Class Diagram Image: