Uses of Class
org.sakaiproject.profile2.model.CompanyProfile
-
Packages that use CompanyProfile Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description booleanProfileLogic. addNewCompanyProfile(CompanyProfile companyProfile)Adds a new company profile to the database.booleanProfileLogic. 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 Modifier and Type Method Description voidUserProfile. addCompanyProfile(CompanyProfile companyProfile)voidUserProfile. removeCompanyProfile(CompanyProfile companyProfile)
-