Uses of Class
org.sakaiproject.profile2.model.CompanyProfile

Packages that use CompanyProfile
org.sakaiproject.profile2.logic   
org.sakaiproject.profile2.model   
 

Uses of CompanyProfile in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return types with arguments of type CompanyProfile
 List<CompanyProfile> ProfileLogic.getCompanyProfiles(String userId)
          Retrieves the company profiles from the database for the specified user.
 

Methods in org.sakaiproject.profile2.logic with parameters of type CompanyProfile
 boolean ProfileLogic.addNewCompanyProfile(CompanyProfile companyProfile)
          Adds a new company profile to the database.
 boolean ProfileLogic.updateCompanyProfile(CompanyProfile companyProfile)
          Saves an existing company profile in the database.
 

Uses of CompanyProfile in org.sakaiproject.profile2.model
 

Methods in org.sakaiproject.profile2.model with parameters of type CompanyProfile
 void UserProfile.addCompanyProfile(CompanyProfile companyProfile)
           
 void UserProfile.removeCompanyProfile(CompanyProfile companyProfile)
           
 



Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.