PSE 2000 Group 4

Uses of Class
jobmatch.business.candidate.Candidate

Packages that use Candidate
jobmatch.business.candidate.cv   
jobmatch.business.company.profile.tree   
jobmatch.business.company.profile.tree.test   
jobmatch.business.provider.account   
jobmatch.business.service   
 

Uses of Candidate in jobmatch.business.candidate.cv
 

Methods in jobmatch.business.candidate.cv that return Candidate
 Candidate LanguageSkill.getCandidateBO()
          Returns the Candidate business object
 Candidate OperatingSystemSkill.getCandidateBO()
          Returns the Candidate business object
 Candidate WorkingSkill.getCandidateBO()
          Returns the Candidate business object
 Candidate Jobwish.getCandidateBO()
          Returns the Candidate business object
 Candidate Formation.getCandidateBO()
          Returns the Candidate business object
 Candidate SoftwareSkill.getCandidateBO()
          Returns the Candidate business object
 Candidate Hobby.getCandidateBO()
          Returns the Candidate business object
 Candidate ProgrammingSkill.getCandidateBO()
          Returns the Candidate business object
 Candidate CVSection.getCandidateBO()
           
 

Methods in jobmatch.business.candidate.cv with parameters of type Candidate
static List LanguageSkill.getAllLanguageSkillsFor(Candidate candidate)
          Returns a list of language skills for the specified candidate
static List OperatingSystemSkill.getAllOperatingSystemSkillsFor(Candidate candidate)
          Returns a list of operating system skills for the specified candidate
static List WorkingSkill.getAllWorkingSkillsFor(Candidate candidate)
          Returns a list of Working skills for the specified candidate
static List Jobwish.getAllJobwishFor(Candidate candidate)
          Returns a list of Jobwishes for the specified candidate
static List Formation.getAllFormationsFor(Candidate candidate)
          Returns a list of formations for the specified candidate
static List SoftwareSkill.getAllSoftwareSkillsFor(Candidate candidate)
          Returns a list of software skills for the specified candidate
static List Hobby.getAllHobbiesFor(Candidate candidate)
          Returns a list of Hobbies for the specified candidate
static List ProgrammingSkill.getAllProgrammingSkillsFor(Candidate candidate)
          Returns a list of programming skills for the specified candidate
 

Uses of Candidate in jobmatch.business.company.profile.tree
 

Methods in jobmatch.business.company.profile.tree with parameters of type Candidate
 boolean TreeNode.match(Candidate candidate)
           
 boolean LeafSupport.match(Candidate candidate)
           
 boolean MatchTree.match(Candidate candidate)
           
 boolean NOTNode.match(Candidate candidate)
           
 boolean ORNode.match(Candidate candidate)
           
 boolean ANDNode.match(Candidate candidate)
           
 boolean RootNode.match(Candidate candidate)
           
 

Uses of Candidate in jobmatch.business.company.profile.tree.test
 

Methods in jobmatch.business.company.profile.tree.test with parameters of type Candidate
 boolean BooleanNode.match(Candidate candidate)
           
 

Uses of Candidate in jobmatch.business.provider.account
 

Methods in jobmatch.business.provider.account that return Candidate
 Candidate CandidateAccount.getCandidateBO()
          Returns the candidate business object for this account
 

Uses of Candidate in jobmatch.business.service
 

Methods in jobmatch.business.service with parameters of type Candidate
 void Matcher.schedule(Candidate who)
          Schedule the candidate for matching
 


PSE 2000 Group 4