PSE 2000 Group 4

Uses of Class
jobmatch.business.provider.account.CompanyAccount

Packages that use CompanyAccount
jobmatch.business.provider.account   
jobmatch.presentation   
 

Uses of CompanyAccount in jobmatch.business.provider.account
 

Methods in jobmatch.business.provider.account that return CompanyAccount
 CompanyAccount AccountManager.getCompanyAccount(String username)
          Returns the account of the company with the specified username
 

Uses of CompanyAccount in jobmatch.presentation
 

Methods in jobmatch.presentation that return CompanyAccount
protected  CompanyAccount AuthentificationPage.getCompanyAccount(jobmatch.presentation.HttpPresentationComms comms)
          Return the current company account
 


PSE 2000 Group 4