PSE 2000 Group 4

Uses of Interface
jobmatch.business.entity.Description

Packages that use Description
jobmatch.business.entity   
jobmatch.presentation   
 

Uses of Description in jobmatch.business.entity
 

Subinterfaces of Description in jobmatch.business.entity
 interface Capability
          Interface for Capabilities
 

Classes in jobmatch.business.entity that implement Description
 class Area
          Area Business Object
 class Association
          Association Business Object
 class ComputerCapability
          ComputerCapability Business Object
 class Country
          Country Business Object
 class Graduation
          Graduation Business Object
 class Industry
          Industry Business Object
 class Language
          Language Business Object
 class LanguageCapability
          LanguageCapability Business Object
 class OperatingSystem
          OperatingSystem Business Object
 class Programming
          Programming Business Object
 class School
          School Business Object
 class Schooltype
          Schooltype Business Object
 class Software
          Software Business Object
 

Uses of Description in jobmatch.presentation
 

Methods in jobmatch.presentation with parameters of type Description
 void CVSection.fillListBox(jobmatch.presentation.HTMLOptionElement template, Collection descriptions, Description selection)
          Fills the listbox of the provided OptionElement with the descriptions in the collection.
 


PSE 2000 Group 4