|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserProfileEntity | |
---|---|
com.silverpeas.comment.web | Provides the REST web service that handle requests about comments on a given resource in published in Silverpeas. |
com.silverpeas.profile.web | |
org.silverpeas.node.web |
Uses of UserProfileEntity in com.silverpeas.comment.web |
---|
Methods in com.silverpeas.comment.web that return UserProfileEntity | |
---|---|
UserProfileEntity |
CommentEntity.getAuthor()
Gets the user that has written this comment. |
Uses of UserProfileEntity in com.silverpeas.profile.web |
---|
Subclasses of UserProfileEntity in com.silverpeas.profile.web | |
---|---|
class |
UserProfileExtendedEntity
The complete profile of a user that is exposable in the WEB. |
Methods in com.silverpeas.profile.web that return UserProfileEntity | |
---|---|
UserProfileEntity |
UserProfileResource.checkUserToken()
|
static UserProfileEntity |
UserProfileEntity.fromUser(UserDetail user)
Decorates the specified user details with the required WEB exposition features. |
static UserProfileEntity[] |
UserProfileEntity.fromUsers(List<? extends UserDetail> users,
URI usersUri)
Decorates the specified user details with the required WEB exposition features. |
UserProfileEntity |
UserProfileResource.getUser(String userId,
boolean extended)
Gets the profile on the user that is identified by the unique identifier refered by the URI. |
UserProfileEntity |
UserProfileEntity.withAsUri(URI userUri)
|
Uses of UserProfileEntity in org.silverpeas.node.web |
---|
Methods in org.silverpeas.node.web that return UserProfileEntity | |
---|---|
UserProfileEntity |
NodeAttrEntity.getCreator()
|
Methods in org.silverpeas.node.web with parameters of type UserProfileEntity | |
---|---|
void |
NodeAttrEntity.setCreator(UserProfileEntity creator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |