| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic | |
| org.sakaiproject.profile2.model |
| Modifier and Type | Method and Description |
|---|---|
List<CompanyProfile> |
ProfileLogic.getCompanyProfiles(String userId)
Retrieves the company profiles from the database for the specified user.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserProfile.addCompanyProfile(CompanyProfile companyProfile) |
void |
UserProfile.removeCompanyProfile(CompanyProfile companyProfile) |
Copyright © 2008-2016 The Sakai Foundation. All Rights Reserved.