- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Corporate Recruitment System Class Diagram describes the structure of a Corporate Recruitment System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Corporate Recruitment System are Company, Job Provider, Job Seeker, Experience, Technology, Job.
Classes of Corporate Recruitment System Class Diagram:
- Company Class : Manage all the operations of Company
- Job Provider Class : Manage all the operations of Job Provider
- Job Seeker Class : Manage all the operations of Job Seeker
- Experience Class : Manage all the operations of Experience
- Technology Class : Manage all the operations of Technology
- Job Class : Manage all the operations of Job
Classes and their attributes of Corporate Recruitment System Class Diagram:
- Company Attributes : company_id, company_name, comapny_type, company_description, company_address
- Job Provider Attributes : job_provider__id, job_provider__name, job_provider__mobile, job_provider__email, job_provider__username, job_provider__password, job_provider__address
- Job Seeker Attributes : job_seeker__id, job_seeker__name, job_seeker__mobile, job_seeker__email, job_seeker__username, job_seeker__password, job_seeker__address
- Experience Attributes : experience_id, experience_employee_id, experience_year, experience_type, experience_description
- Technology Attributes : technology_id, technology_name, technology_type, technology_description
- Job Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
Classes and their methods of Corporate Recruitment System Class Diagram:
- Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
- Job Provider Methods : addJob Provider(), editJob Provider(), deleteJob Provider(), updateJob Provider(), saveJob Provider(), searchJob Provider()
- Job Seeker Methods : addJob Seeker(), editJob Seeker(), deleteJob Seeker(), updateJob Seeker(), saveJob Seeker(), searchJob Seeker()
- Experience Methods : addExperience(), editExperience(), deleteExperience(), updateExperience(), saveExperience(), searchExperience()
- Technology Methods : addTechnology(), editTechnology(), deleteTechnology(), updateTechnology(), saveTechnology(), searchTechnology()
- Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
Class Diagram of Corporate Recruitment System :
Class Diagram Image: