|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProfileManager
| Method Summary | |
|---|---|
void |
destroy()
|
boolean |
displayCompleteProfile(Profile profile)
|
List |
findProfiles(String searchString)
Searches the list of user profiles matching given search criteria |
byte[] |
getInstitutionalPhotoByUserId(String uid)
Searches the university photo for given username |
byte[] |
getInstitutionalPhotoByUserId(String uid,
boolean siteMaintainer)
Allow user with update access to site view id photo of member users |
Profile |
getProfile()
Returns user mutable profile of currently logged in user |
Map<String,Profile> |
getProfiles(Set<String> userIds)
Returns a map of user IDs to Profiles. |
Profile |
getUserProfileById(String id)
|
void |
init()
|
boolean |
isCurrentUserProfile(Profile profile)
|
boolean |
isDisplayNoPhoto(Profile profile)
|
boolean |
isDisplayPictureURL(Profile profile)
|
boolean |
isDisplayUniversityPhoto(Profile profile)
|
boolean |
isDisplayUniversityPhotoUnavailable(Profile profile)
|
boolean |
isShowSearch()
|
boolean |
isShowTool()
|
void |
save(Profile profile)
Save or Update an existing profile |
| Method Detail |
|---|
void init()
void destroy()
void save(Profile profile)
profile - Profile getProfile()
Map<String,Profile> getProfiles(Set<String> userIds)
userIds - A collection of user IDs
List findProfiles(String searchString)
searchString -
byte[] getInstitutionalPhotoByUserId(String uid)
uid -
byte[] getInstitutionalPhotoByUserId(String uid,
boolean siteMaintainer)
uid - siteMaintainer -
boolean displayCompleteProfile(Profile profile)
profile -
boolean isCurrentUserProfile(Profile profile)
profile -
boolean isDisplayPictureURL(Profile profile)
profile -
boolean isDisplayUniversityPhoto(Profile profile)
profile -
boolean isDisplayUniversityPhotoUnavailable(Profile profile)
profile -
boolean isDisplayNoPhoto(Profile profile)
profile -
boolean isShowTool()
profile -
boolean isShowSearch()
Profile getUserProfileById(String id)
id -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||