|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||