- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Job Portal System Class Diagram describes the structure of a Job Portal System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Job Portal System are Employee, Registration, Job, Interview, Search, Call Letter.
Classes of Job Portal System Class Diagram:
- Employee Class : Manage all the operations of Employee
- Registration Class : Manage all the operations of Registration
- Job Class : Manage all the operations of Job
- Interview Class : Manage all the operations of Interview
- Search Class : Manage all the operations of Search
- Call Letter Class : Manage all the operations of Call Letter
Classes and their attributes of Job Portal System Class Diagram:
- Employee Attributes : employee_id, employee_name, employee_mobile, employee_email, employee_username, employee_password, employee_address
- Registration Attributes : registration_id, registration_user_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Job Attributes : job_id, job_employee_id, job_name, job_type, job_description
- Interview Attributes : interview_id, interview_job_id, interview_title, interview_type, interview_date, interview_description
- Search Attributes : search_id, search_job_id, search_title, search_type, search_description
- Call Letter Attributes : call_letter_id, call_letter_employee_id, call_letter_job_id, call_letter_name, call_letter_type, call_letter_description
Classes and their methods of Job Portal System Class Diagram:
- Employee Methods : addEmployee(), editEmployee(), deleteEmployee(), updateEmployee(), saveEmployee(), searchEmployee()
- Registration Methods : addRegistration(), editRegistration(), deleteRegistration(), updateRegistration(), saveRegistration(), searchRegistration()
- Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
- Interview Methods : addInterview(), editInterview(), deleteInterview(), updateInterview(), saveInterview(), searchInterview()
- Search Methods : addSearch(), editSearch(), deleteSearch(), updateSearch(), saveSearch(), searchSearch()
- Call Letter Methods : addCall Letter(), editCall Letter(), deleteCall Letter(), updateCall Letter(), saveCall Letter(), searchCall Letter()
Class Diagram of Job Portal System :
Class Diagram Image: