|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserFull in com.silverpeas.directory.control |
---|
Methods in com.silverpeas.directory.control that return UserFull | |
---|---|
UserFull |
DirectorySessionController.getUserFul(String userId)
|
Uses of UserFull in com.silverpeas.domains.silverpeasdriver |
---|
Methods in com.silverpeas.domains.silverpeasdriver that return UserFull | |
---|---|
UserFull |
SilverpeasDriver.getUserFull(String userId)
|
Methods in com.silverpeas.domains.silverpeasdriver with parameters of type UserFull | |
---|---|
void |
SilverpeasDriver.updateUserFull(UserFull userFull)
|
Uses of UserFull in com.silverpeas.jobDomainPeas |
---|
Methods in com.silverpeas.jobDomainPeas that return types with arguments of type UserFull | |
---|---|
static Collection<UserFull> |
JobDomainPeasDAO.selectUserSynchroInsertUpdateTableDomain_User(Domain domain)
Sélection des utilisateurs à synchroniser en insert ou update de la table Domain |
Methods in com.silverpeas.jobDomainPeas with parameters of type UserFull | |
---|---|
void |
UserRequestData.applyDataOnExistingUser(UserFull existingUser)
Applies the data on the specified instance of an existing user. |
Method parameters in com.silverpeas.jobDomainPeas with type arguments of type UserFull | |
---|---|
String |
SynchroUserWebServiceItf.insertUpdateListUserWebService(String idDomain,
Collection<UserFull> listUserToInsertUpdate,
Collection<Group> listGroupToInsertUpdate)
|
Uses of UserFull in com.silverpeas.jobDomainPeas.control |
---|
Methods in com.silverpeas.jobDomainPeas.control that return UserFull | |
---|---|
UserFull |
JobDomainPeasSessionController.getTargetUserFull()
|
UserFull |
JobDomainPeasSessionController.getUser(String specificId)
|
Uses of UserFull in com.silverpeas.jobOrganizationPeas.control |
---|
Methods in com.silverpeas.jobOrganizationPeas.control that return UserFull | |
---|---|
UserFull |
JobOrganizationPeasSessionController.getCurrentUser()
|
Uses of UserFull in com.silverpeas.look |
---|
Methods in com.silverpeas.look that return UserFull | |
---|---|
UserFull |
LookSilverpeasV5Helper.getUserFull()
|
Uses of UserFull in com.silverpeas.profile.web |
---|
Methods in com.silverpeas.profile.web that return UserFull | |
---|---|
UserFull |
UserProfileExtendedEntity.toUserFull()
|
Methods in com.silverpeas.profile.web with parameters of type UserFull | |
---|---|
static UserProfileExtendedEntity |
UserProfileExtendedEntity.fromUser(UserFull user)
Decorates the specified user full details with the required WEB exposition features. |
Uses of UserFull in com.silverpeas.socialnetwork.myContactProfil.control |
---|
Methods in com.silverpeas.socialnetwork.myContactProfil.control that return UserFull | |
---|---|
UserFull |
MyContactProfilSessionController.getUserFull(String userId)
get this user with full information |
Uses of UserFull in com.silverpeas.socialnetwork.myProfil.control |
---|
Methods in com.silverpeas.socialnetwork.myProfil.control that return UserFull | |
---|---|
UserFull |
MyProfilSessionController.getUserFul(String userId)
get this user with full information |
Uses of UserFull in com.silverpeas.socialnetwork.profil.control |
---|
Methods in com.silverpeas.socialnetwork.profil.control that return UserFull | |
---|---|
UserFull |
ProfilSessionController.getUserFul(String userId)
get this user with full information |
Uses of UserFull in com.silverpeas.socialnetwork.user.model |
---|
Methods in com.silverpeas.socialnetwork.user.model that return UserFull | |
---|---|
UserFull |
SNFullUser.getUserFull()
|
Uses of UserFull in com.silverpeas.web.mock |
---|
Methods in com.silverpeas.web.mock that return UserFull | |
---|---|
UserFull |
OrganizationControllerMockWrapper.getUserFull(String sUserId)
|
Uses of UserFull in com.stratelia.silverpeas.domains.ldapdriver |
---|
Methods in com.stratelia.silverpeas.domains.ldapdriver that return UserFull | |
---|---|
UserFull |
LDAPSynchroUserItf.getCacheUserFull(UserDetail user)
|
UserFull |
LDAPDriver.getUserFull(String userId)
Retrieve user information from database |
UserFull |
LDAPUser.getUserFull(String lds,
String id,
int domainId)
Return a UserDetail object filled with the infos of the user having ID = id NOTE : the DomainID and the ID are not set. |
Methods in com.stratelia.silverpeas.domains.ldapdriver with parameters of type UserFull | |
---|---|
void |
LDAPDriver.updateUserFull(UserFull user)
|
Uses of UserFull in com.stratelia.silverpeas.domains.sqldriver |
---|
Methods in com.stratelia.silverpeas.domains.sqldriver that return UserFull | |
---|---|
UserFull |
SQLDriver.getUserFull(String id)
|
Methods in com.stratelia.silverpeas.domains.sqldriver with parameters of type UserFull | |
---|---|
void |
SQLDriver.updateUserFull(UserFull uf)
Update the data inside domain |
Uses of UserFull in com.stratelia.silverpeas.personalizationPeas.control |
---|
Methods in com.stratelia.silverpeas.personalizationPeas.control that return UserFull | |
---|---|
UserFull |
PersonalizationSessionController.getTargetUserFull()
|
Uses of UserFull in com.stratelia.webactiv.beans.admin |
---|
Methods in com.stratelia.webactiv.beans.admin that return UserFull | |
---|---|
static UserFull |
UserFull.getById(String userId)
Gets the full profile of the user with the specified identifier. |
UserFull |
UserManager.getUserFull(DomainDriverManager ddManager,
String sUserId)
Get the user corresponding to the given user Id (only infos in cache table) |
UserFull |
AdminController.getUserFull(String sUserId)
Return the UserFull of the user with the given Id |
UserFull |
OrganizationController.getUserFull(String sUserId)
|
UserFull |
Admin.getUserFull(String sUserId)
Get the user corresponding to the given user Id (only infos in cache table) |
UserFull |
DomainDriver.getUserFull(String userId)
Retrieve user information from database |
UserFull |
DomainDriverManager.getUserFull(String userId)
|
UserFull |
AdminController.getUserFull(String domainId,
String specificId)
|
UserFull |
Admin.getUserFull(String domainId,
String specificId)
|
Methods in com.stratelia.webactiv.beans.admin with parameters of type UserFull | |
---|---|
String |
DomainDriverManager.createUser(UserFull user)
Create a new User. |
String |
UserManager.updateUserFull(DomainDriverManager ddManager,
UserFull userFull)
Update the given user |
String |
AdminController.updateUserFull(UserFull userFull)
Update the given user |
String |
Admin.updateUserFull(UserFull user)
Update the given user in Silverpeas and specific domain |
void |
DomainDriver.updateUserFull(UserFull user)
|
void |
DomainDriverManager.updateUserFull(UserFull user)
|
Uses of UserFull in com.stratelia.webactiv.util.contact.model |
---|
Methods in com.stratelia.webactiv.util.contact.model that return UserFull | |
---|---|
UserFull |
ContactDetail.getUserFull()
|
UserFull |
Contact.getUserFull()
|
UserFull |
CompleteContact.getUserFull()
|
Uses of UserFull in org.silverpeas.core.admin |
---|
Methods in org.silverpeas.core.admin that return UserFull | |
---|---|
UserFull |
OrganisationController.getUserFull(String sUserId)
Return the UserDetail of the user with the given ldap Id |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |