Uses of Class
org.silverpeas.core.admin.user.model.UserDetail
-
-
Uses of UserDetail in org.silverpeas.core.admin.component.model
Methods in org.silverpeas.core.admin.component.model that return UserDetail Modifier and Type Method Description UserDetail
ComponentSearchCriteria. getUser()
Methods in org.silverpeas.core.admin.component.model with parameters of type UserDetail Modifier and Type Method Description ComponentSearchCriteria
ComponentSearchCriteria. onUser(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.admin.domain
Methods in org.silverpeas.core.admin.domain that return UserDetail Modifier and Type Method Description UserDetail[]
DomainDriver. getAllUsers()
UserDetail[]
DomainDriverManager. getAllUsers()
UserDetail[]
DomainDriverManager. getAllUsers(String domainId)
UserDetail
DomainDriver. getUser(String specificId)
Retrieves common user information from database.UserDetail
DomainDriverManager. getUser(String specificId)
UserDetail[]
DomainDriver. getUsersByQuery(Map<String,String> query)
UserDetail[]
DomainDriverManager. getUsersByQuery(Map<String,String> query)
UserDetail[]
DomainDriver. getUsersBySpecificProperty(String propertyName, String value)
UserDetail[]
DomainDriverManager. getUsersBySpecificProperty(String propertyName, String value)
UserDetail
DomainDriver. importUser(String userLogin)
UserDetail
DomainDriverManager. importUser(String userLogin)
UserDetail
DomainDriver. synchroUser(String userId)
UserDetail
DomainDriverManager. synchroUser(String userId)
Methods in org.silverpeas.core.admin.domain that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
DomainDriver. listUsers(Collection<String> specificIds)
Retrieves the common user information from database against the given identifiers.List<UserDetail>
DomainDriverManager. listUsers(Collection<String> specificIds)
Methods in org.silverpeas.core.admin.domain with parameters of type UserDetail Modifier and Type Method Description String
DomainDriver. createUser(UserDetail user)
String
DomainDriverManager. createUser(UserDetail user)
Create a new User.void
DomainDriver. resetEncryptedPassword(UserDetail user, String encryptedPassword)
void
DomainDriverManager. resetEncryptedPassword(UserDetail user, String encryptedPassword)
void
DomainDriver. resetPassword(UserDetail user, String password)
void
DomainDriverManager. resetPassword(UserDetail user, String password)
void
DomainDriver. updateUserDetail(UserDetail user)
void
DomainDriverManager. updateUserDetail(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.admin.domain.driver
Methods in org.silverpeas.core.admin.domain.driver that return UserDetail Modifier and Type Method Description UserDetail[]
SilverpeasDriver. getAllUsers()
UserDetail
SilverpeasDriver. getUser(String specificId)
UserDetail[]
SilverpeasDriver. getUsersByQuery(Map<String,String> query)
UserDetail[]
SilverpeasDriver. getUsersBySpecificProperty(String propertyName, String propertyValue)
UserDetail
SilverpeasDriver. importUser(String userLogin)
UserDetail
SilverpeasDriver. synchroUser(String userId)
Methods in org.silverpeas.core.admin.domain.driver that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
SilverpeasDriver. listUsers(Collection<String> specificIds)
Methods in org.silverpeas.core.admin.domain.driver with parameters of type UserDetail Modifier and Type Method Description String
SilverpeasDriver. createUser(UserDetail ud)
void
SilverpeasDriver. resetEncryptedPassword(UserDetail userDetail, String encryptedPassword)
void
SilverpeasDriver. resetPassword(UserDetail userDetail, String password)
void
SilverpeasDriver. updateUserDetail(UserDetail ud)
-
Uses of UserDetail in org.silverpeas.core.admin.domain.driver.googledriver
Methods in org.silverpeas.core.admin.domain.driver.googledriver that return UserDetail Modifier and Type Method Description UserDetail[]
GoogleDriver. getAllUsers()
Retrieve all users from the databaseUserDetail
GoogleDriver. getUser(String specificId)
Retrieve user information from databaseUserDetail[]
GoogleDriver. getUsersByQuery(Map<String,String> query)
UserDetail[]
GoogleDriver. getUsersBySpecificProperty(String propertyName, String propertyValue)
UserDetail
GoogleDriver. importUser(String userLogin)
Import a given user in Database from the referenceUserDetail
GoogleDriver. synchroUser(String userId)
Update user information in databaseMethods in org.silverpeas.core.admin.domain.driver.googledriver that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
GoogleDriver. listUsers(Collection<String> specificIds)
Methods in org.silverpeas.core.admin.domain.driver.googledriver with parameters of type UserDetail Modifier and Type Method Description String
GoogleDriver. createUser(UserDetail user)
void
GoogleDriver. resetEncryptedPassword(UserDetail user, String encryptedPassword)
void
GoogleDriver. resetPassword(UserDetail user, String password)
void
GoogleDriver. updateUserDetail(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.admin.domain.driver.ldapdriver
Methods in org.silverpeas.core.admin.domain.driver.ldapdriver that return UserDetail Modifier and Type Method Description UserDetail[]
LDAPDriver. getAllUsers()
Retrieve all users from the databaseUserDetail[]
LDAPUser. getAllUsers(String lds, String extraFilter)
Return all users found in the baseDN treeUserDetail
LDAPDriver. getUser(String specificId)
Retrieve user information from databaseUserDetail[]
LDAPDriver. getUsersByQuery(Map<String,String> query)
UserDetail[]
LDAPDriver. getUsersBySpecificProperty(String propertyName, String propertyValue)
UserDetail
LDAPDriver. importUser(String userLogin)
Import a given user in Database from the referenceUserDetail
LDAPDriver. synchroUser(String userId)
Update user information in databaseMethods in org.silverpeas.core.admin.domain.driver.ldapdriver that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
LDAPDriver. listUsers(Collection<String> specificIds)
List<UserDetail>
LDAPUser. listUsers(String lds, Collection<String> ids)
Return a list ofUserDetail
instance each one filled with the infos of the user having ID = idMethods in org.silverpeas.core.admin.domain.driver.ldapdriver with parameters of type UserDetail Modifier and Type Method Description String
LDAPDriver. createUser(UserDetail user)
void
LDAPDriver. resetEncryptedPassword(UserDetail user, String encryptedPassword)
void
LDAPDriver. resetPassword(UserDetail user, String password)
void
LDAPDriver. updateUserDetail(UserDetail user)
Method parameters in org.silverpeas.core.admin.domain.driver.ldapdriver with type arguments of type UserDetail Modifier and Type Method Description void
LDAPSynchroUserItf. processUsers(Collection<UserDetail> listUserCreate, Collection<UserDetail> listUserUpdate, Collection<UserDetail> listUserDelete)
-
Uses of UserDetail in org.silverpeas.core.admin.domain.driver.scimdriver
Methods in org.silverpeas.core.admin.domain.driver.scimdriver that return UserDetail Modifier and Type Method Description UserDetail[]
SCIMDriver. getAllUsers()
UserDetail
SCIMDriver. getUser(String specificId)
UserDetail[]
SCIMDriver. getUsersByQuery(Map<String,String> query)
UserDetail[]
SCIMDriver. getUsersBySpecificProperty(String propertyName, String propertyValue)
UserDetail
SCIMDriver. importUser(String userLogin)
UserDetail
SCIMDriver. synchroUser(String userId)
Methods in org.silverpeas.core.admin.domain.driver.scimdriver that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
SCIMDriver. listUsers(Collection<String> specificIds)
Methods in org.silverpeas.core.admin.domain.driver.scimdriver with parameters of type UserDetail Modifier and Type Method Description String
SCIMDriver. createUser(UserDetail ud)
void
SCIMDriver. resetEncryptedPassword(UserDetail user, String encryptedPassword)
void
SCIMDriver. resetPassword(UserDetail user, String password)
void
SCIMDriver. updateUserDetail(UserDetail ud)
-
Uses of UserDetail in org.silverpeas.core.admin.domain.driver.sqldriver
Methods in org.silverpeas.core.admin.domain.driver.sqldriver that return UserDetail Modifier and Type Method Description UserDetail[]
SQLDriver. getAllUsers()
UserDetail
SQLDriver. getUser(String specificId)
UserDetail
SQLUserTable. getUser(Connection c, int userId)
Returns the User with the given id.UserDetail[]
SQLDriver. getUsersByQuery(Map<String,String> query)
UserDetail[]
SQLDriver. getUsersBySpecificProperty(String propertyName, String propertyValue)
UserDetail
SQLDriver. importUser(String userLogin)
UserDetail
SQLDriver. synchroUser(String userId)
Methods in org.silverpeas.core.admin.domain.driver.sqldriver that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
SQLUserTable. getAllUsers(Connection c)
Returns all the groups in a given userRole (not recursive).List<UserDetail>
SQLUserTable. getUsers(Connection c, Collection<Integer> userIds)
Returns users corresponding to given user ids.List<UserDetail>
SQLUserTable. getUsersBySpecificProperty(Connection c, String propertyName, String value)
Returns all the groups in a given userRole (not recursive).List<UserDetail>
SQLDriver. listUsers(Collection<String> specificIds)
Methods in org.silverpeas.core.admin.domain.driver.sqldriver with parameters of type UserDetail Modifier and Type Method Description String
SQLDriver. createUser(UserDetail ud)
int
SQLUserTable. createUser(Connection c, UserDetail user)
Inserts in the database a new user row.void
SQLDriver. resetEncryptedPassword(UserDetail user, String encryptedPassword)
void
SQLDriver. resetPassword(UserDetail user, String password)
void
SQLUserTable. updateUser(Connection c, UserDetail ud)
void
SQLDriver. updateUserDetail(UserDetail ud)
-
Uses of UserDetail in org.silverpeas.core.admin.domain.quota
Methods in org.silverpeas.core.admin.domain.quota with parameters of type UserDetail Modifier and Type Method Description static UserDomainQuotaKey
UserDomainQuotaKey. from(UserDetail userDetail)
Initializing a quota key from a given user -
Uses of UserDetail in org.silverpeas.core.admin.service
Methods in org.silverpeas.core.admin.service that return UserDetail Modifier and Type Method Description UserDetail[]
DefaultOrganizationController. getAllUsers()
UserDetail[]
DefaultOrganizationController. getAllUsers(String componentId)
UserDetail[]
DefaultOrganizationController. getAllUsersInDomain(String domainId)
UserDetail[]
AdminController. getAllUsersOfGroup(String groupId)
Get ALL the users that are in a group or his sub groupsUserDetail[]
Administration. getAllUsersOfGroup(String groupId)
Gets all users of a group, including these ofGroupState.VALID
subgroups.UserDetail[]
DefaultOrganizationController. getAllUsersOfGroup(String groupId)
UserDetail[]
Administration. getFilteredDirectUsers(String sGroupId, String sUserLastNameFilter)
For use in userPanel: return the users that are direct child of a given groupUserDetail[]
DefaultOrganizationController. getFilteredDirectUsers(String sGroupId, String sUserLastNameFilter)
UserDetail
AdminController. getUserDetail(String sId)
Return the admin user detail corresponding to the given idUserDetail
Administration. getUserDetail(String sUserId)
Get the user detail corresponding to the given user IdUserDetail
DefaultOrganizationController. getUserDetail(String sUserId)
UserDetail[]
AdminController. getUserDetails(String[] asUserIds)
Return an array of UserDetail corresponding to the given user Id arrayUserDetail[]
Administration. getUserDetails(String[] userIds)
Get the user details corresponding to the given user Ids.UserDetail[]
DefaultOrganizationController. getUserDetails(String[] asUserIds)
UserDetail[]
Administration. getUsers(boolean bAllProfiles, String sProfile, String sClientComponentId)
Gets all the users in the given profile for the given component instance in the given space.UserDetail[]
DefaultOrganizationController. getUsers(String componentId, String profile)
UserDetail[]
AdminController. getUsersOfDomain(String domainId)
Get ALL the domain's usersUserDetail[]
Administration. getUsersOfDomain(String domainId)
UserDetail[]
Administration. searchUsers(String domainId, Map<String,String> query)
Methods in org.silverpeas.core.admin.service that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
Administration. getAllUsers()
Get all users (except delete ones) from all domains.List<UserDetail>
Administration. getAllUsersFromNewestToOldest()
Get all users (except delete ones) from all domains.List<UserDetail>
AdminController. getDeletedUsersInDomain(String domainId)
List<UserDetail>
Administration. getNonBlankedDeletedUsers(String... domainIds)
Gets all the users that were deleted in the specified domains and that weren't blanked.List<UserDetail>
Administration. getRemovedUsers(String... domainIds)
Gets all the users that were removed in the specified domains.List<UserDetail>
AdminController. getRemovedUsersInDomain(String domainId)
List<UserDetail>
Administration. getUsersOfDomains(List<String> domainIds)
Get all users (except delete ones) from specified domains.List<UserDetail>
Administration. getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
Get all users (except delete ones) from specified domains.List<UserDetail>
AdminController. getUsersWithSensitiveData(String domainId)
List<UserDetail>
Administration. getUsersWithSensitiveData(String... domainIds)
Gets all the users in the specified domains having sensitive data.List<UserDetail>
AdminController. searchUsers(String domainId, Map<String,String> query)
SilverpeasList<UserDetail>
Administration. searchUsers(UserDetailsSearchCriteria searchCriteria)
Methods in org.silverpeas.core.admin.service with parameters of type UserDetail Modifier and Type Method Description String
AdminController. addUser(UserDetail userDetail)
Add the given userString
Administration. addUser(UserDetail userDetail)
Add the given user in Silverpeas and specific domain.String
Administration. addUser(UserDetail userDetail, boolean addOnlyInSilverpeas)
Add the given user in Silverpeas and specific domainString
AdminController. deleteComponentInst(UserDetail user, String sComponentId, boolean definitive)
Delete the component Instance corresponding to the given component idString
AdminController. deleteSpaceInstById(UserDetail user, String sSpaceInstId, boolean definitive)
Delete the space Instance corresponding to the given space idvoid
Administration. migrateUser(UserDetail userDetail, String targetDomainId)
String
AdminController. updateSynchronizedUser(UserDetail userDetail)
Update the silverpeas specific infos of a synchronized user.String
AdminController. updateUser(UserDetail userDetail)
Update the given userString
Administration. updateUser(UserDetail user)
Update the given user (ONLY IN SILVERPEAS) -
Uses of UserDetail in org.silverpeas.core.admin.service.cache
Methods in org.silverpeas.core.admin.service.cache that return types with arguments of type UserDetail Modifier and Type Method Description Optional<UserDetail>
AdminCache. getUserDetail(String userId)
Methods in org.silverpeas.core.admin.service.cache with parameters of type UserDetail Modifier and Type Method Description void
AdminCache. opRemoveUser(UserDetail user)
void
AdminCache. opUpdateUser(UserDetail user)
void
AdminCache. putUserDetail(String userId, UserDetail userDetail)
-
Uses of UserDetail in org.silverpeas.core.admin.space.model
Constructors in org.silverpeas.core.admin.space.model with parameters of type UserDetail Constructor Description UserFavoriteSpaceVO(UserDetail user, SpaceInstLight space)
Default UserFavoriteSpaceVO constructor -
Uses of UserDetail in org.silverpeas.core.admin.space.quota
Methods in org.silverpeas.core.admin.space.quota with parameters of type UserDetail Modifier and Type Method Description static DataStorageSpaceQuotaKey
DataStorageSpaceQuotaKey. from(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.admin.user
Methods in org.silverpeas.core.admin.user that return UserDetail Modifier and Type Method Description UserDetail
UserRegistrationService. findUser(String userId)
UserDetail
UserRegistrationServiceLegacy. findUser(String userId)
UserDetail[]
UserManager. getAllUsersInDomain(String sDomainId, boolean includeRemoved)
Gets all the users that belong to the specified domain in order to perform a synchronization with the service backing the domain.UserDetail[]
UserManager. getAllUsersInGroups(List<String> groupIds)
Gets the users that are at least in one of the specified groups or one of their subgroups.UserDetail
UserManager. getUserDetail(String sUserId)
Get the user corresponding to the given user Id (only infos in cache table).Methods in org.silverpeas.core.admin.user that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
UserManager. getAllUsers()
Gets all users (except deleted ones) from all domains.List<UserDetail>
UserManager. getAllUsersFromNewestToOldest()
Get all users (except deleted ones) from all domainsList<UserDetail>
UserManager. getNonBlankedDeletedUsersOfDomains(String... domainIds)
Gets all the deleted users in the specified domains.List<UserDetail>
UserManager. getRemovedUsersOfDomains(String... domainIds)
Gets all the removed users in the specified domains.List<UserDetail>
UserManager. getUsersBySpecificIdsAndDomainId(Collection<String> specificIds, String domainId)
Gets all the users having the specified unique identifier for the given domain.ListSlice<UserDetail>
UserManager. getUsersMatchingCriteria(UserDetailsSearchCriteria criteria)
Gets the users that match the specified criteria.List<UserDetail>
UserManager. getUsersOfDomains(List<String> domainIds)
Get all users (except deleted ones) from specified domainsList<UserDetail>
UserManager. getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
Get all users (except deleted ones) from specified domainsList<UserDetail>
UserManager. getUsersWithSensitiveData(String... domainIds)
Gets all the users in the specified user domains that have sensitive information.Methods in org.silverpeas.core.admin.user with parameters of type UserDetail Modifier and Type Method Description String
UserManager. addUser(UserDetail userDetail, boolean addOnlyInSilverpeas, boolean indexation)
Adds the given user in Silverpeas and optionally in the specified domain in Silverpeas (this only works with domains that can be directly managed by Silverpeas).void
UserManager. blankUser(UserDetail user)
Blanks any profile information about the specified user.String
UserManager. deleteUser(UserDetail user, boolean onlyInSilverpeas)
Deletes the given user in Silverpeas and optionally in the domain he belongs to (this only works with domains that can be directly managed by Silverpeas).String[]
UserManager. getAllAdminIds(UserDetail fromUser)
Gets the identifier of all the administrators in the Silverpeas domain of the specified user.void
UserManager. migrateUser(UserDetail userDetail, String targetDomainId)
void
UserRegistrationService. migrateUserToDomain(UserDetail userDetail, String targetDomainId)
void
UserRegistrationServiceLegacy. migrateUserToDomain(UserDetail userDetail, String targetDomainId)
String
UserManager. removeUser(UserDetail user, boolean indexation)
Removes the given user in Silverpeas.String
UserManager. restoreUser(UserDetail user, boolean indexation)
Restores the given user in Silverpeas.String
UserManager. updateUser(UserDetail user, boolean indexation)
Updates the given user (only in silverpeas, the user isn't updated in the domain he belongs to).void
UserRegistrationService. updateUser(UserDetail userDetail)
void
UserRegistrationServiceLegacy. updateUser(UserDetail userDetail)
-
Uses of UserDetail in org.silverpeas.core.admin.user.dao
Methods in org.silverpeas.core.admin.user.dao that return UserDetail Modifier and Type Method Description UserDetail
UserDAO. getUserById(Connection connection, String id)
Gets the user with the specified unique identifier.UserDetail
UserDAO. getUserBySpecificId(Connection connection, String domainId, String specificId)
Methods in org.silverpeas.core.admin.user.dao that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
UserDAO. getAllUsers(Connection con)
List<UserDetail>
UserDAO. getAllUsersFromNewestToOldest(Connection con)
List<UserDetail>
UserDAO. getNonBlankedDeletedUsers(Connection connection, String... domainIds)
Gets all the users that were deleted in the specified domains and that weren't yet blanked.List<UserDetail>
UserDAO. getRemovedUsers(Connection connection, String... domainIds)
Gets all the users that were removed in the specified domains.List<UserDetail>
UserDAO. getUserByIds(Connection connection, Collection<String> ids)
Gets the users corresponding to specified unique identifiers.ListSlice<UserDetail>
UserDAO. getUsersByCriteria(Connection connection, UserDetailsSearchCriteria criteria)
Gets the user details that match the specified criteria.List<UserDetail>
UserDAO. getUsersBySpecificIds(Connection connection, String domainId, Collection<String> specificIds)
List<UserDetail>
UserDAO. getUsersInGroups(Connection con, List<String> groupIds)
List<UserDetail>
UserDAO. getUsersOfDomains(Connection con, List<String> domainIds)
List<UserDetail>
UserDAO. getUsersOfDomainsFromNewestToOldest(Connection con, List<String> domainIds)
List<UserDetail>
UserDAO. getUsersWithSensitiveData(Connection connection, String... domainIds)
Gets all the users in the specified user domains that have sensitive information.Methods in org.silverpeas.core.admin.user.dao with parameters of type UserDetail Modifier and Type Method Description String
UserDAO. addUser(Connection connection, UserDetail user)
void
UserDAO. blankUser(Connection connection, UserDetail user)
Updates the specified user by blanking some of its profile information.void
UserDAO. deleteUser(Connection connection, UserDetail user)
List<String>
UserDAO. getAllAdminIds(Connection connection, UserDetail fromUser)
void
UserDAO. removeUser(Connection connection, UserDetail user)
void
UserDAO. restoreUser(Connection connection, UserDetail user)
void
UserDAO. updateUser(Connection connection, UserDetail user)
Updates into the data source the specified user. -
Uses of UserDetail in org.silverpeas.core.admin.user.model
Subclasses of UserDetail in org.silverpeas.core.admin.user.model Modifier and Type Class Description class
UserFull
Methods in org.silverpeas.core.admin.user.model that return UserDetail Modifier and Type Method Description static UserDetail
UserDetail. from(User user)
Gets aUserDetail
form of the specified user.static UserDetail
UserDetail. getAnonymousUser()
Gets the anonymous user or null if no such user exists.static UserDetail
UserDetail. getById(String userId)
Gets the detail about the specified user.static UserDetail
UserDetail. getCurrentRequester()
Gets the detail about the current user behind a request of treatment processing.static UserDetail
UserDetail. getSystemUser()
Gets the system user of Silverpeas.Methods in org.silverpeas.core.admin.user.model that return types with arguments of type UserDetail Modifier and Type Method Description static List<UserDetail>
UserDetail. getAll()
Gets the detail about all the users in Silverpeas, whatever their domain.Methods in org.silverpeas.core.admin.user.model with parameters of type UserDetail Modifier and Type Method Description protected AbstractComplexComparator.ValueBuffer
UserDetail.OnFirstNameAndLastName. getValuesToCompare(UserDetail user)
Constructors in org.silverpeas.core.admin.user.model with parameters of type UserDetail Constructor Description UserDetail(UserDetail otherUser)
UserFull(DomainDriver domainDriver, UserDetail toClone)
-
Uses of UserDetail in org.silverpeas.core.admin.user.notification
Methods in org.silverpeas.core.admin.user.notification with parameters of type UserDetail Modifier and Type Method Description protected UserEvent
UserEventNotifier. createResourceEventFrom(ResourceEvent.Type type, UserDetail... resource)
Constructors in org.silverpeas.core.admin.user.notification with parameters of type UserDetail Constructor Description UserEvent(ResourceEvent.Type type, UserDetail... user)
-
Uses of UserDetail in org.silverpeas.core.chat
Subclasses of UserDetail in org.silverpeas.core.chat Modifier and Type Class Description class
ChatUser
A Silverpeas user with an account in a Chat service. -
Uses of UserDetail in org.silverpeas.core.contribution.publication.model
Methods in org.silverpeas.core.contribution.publication.model with parameters of type UserDetail Modifier and Type Method Description boolean
PublicationDetail. isSharingAllowedForRolesFrom(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.contribution.rating.model
Methods in org.silverpeas.core.contribution.rating.model that return UserDetail Modifier and Type Method Description UserDetail
RaterRating. getRater()
Gets theUserDetail
instance that represents the rater.UserDetail
RaterRatingPK. getRater()
Methods in org.silverpeas.core.contribution.rating.model with parameters of type UserDetail Modifier and Type Method Description RaterRating
ContributionRating. getRaterRating(UserDetail rater)
Gets an instance of aRaterRating
according to the specified rater.Constructors in org.silverpeas.core.contribution.rating.model with parameters of type UserDetail Constructor Description RaterRatingPK(String id, String componentId, String type, UserDetail rater)
-
Uses of UserDetail in org.silverpeas.core.importexport.attachment
Constructors in org.silverpeas.core.importexport.attachment with parameters of type UserDetail Constructor Description AttachmentImportExport(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.importexport.control
Methods in org.silverpeas.core.importexport.control that return UserDetail Modifier and Type Method Description UserDetail
ComponentImportExport. getCurrentUserDetail()
UserDetail
ImportSettings. getUser()
Methods in org.silverpeas.core.importexport.control with parameters of type UserDetail Modifier and Type Method Description static String
ImportExportHelper. checkUserId(String userId, UserDetail importer)
protected File
AbstractExportProcess. createExportDir(UserDetail userDetail)
static GEDImportExport
ImportExportFactory. createGEDImportExport(UserDetail currentUserDetail, String currentComponentId)
protected abstract String
GEDImportExport. createPublicationIntoTopic(PublicationDetail pubDetTemp, NodePK topicPK, UserDetail userDetail)
protected String
AbstractExportProcess. generateExportDirName(UserDetail userDetail, String prefixName)
Generate export name as follow : "prefixNameAAAA-MM-JJ-hh'H'mm'm'ss's'_userId"ExportReport
ImportExport. processExport(UserDetail userDetail, String language, List<WAAttributeValuePair> listItemsToExport, NodePK rootPK, int mode)
List<PublicationType>
PublicationsTypeManager. processExport(ExportReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, boolean useNameForFolders, boolean bExportPublicationPath, NodePK rootPK)
Méthode métier du moteur d'importExport créant une exportation pour toutes les publications spécifiées en paramètre. passé en paramètre au moteur d'importExport.ExportReport
ImportExport. processExportKmax(UserDetail userDetail, String language, List<WAAttributeValuePair> itemsToExport, List<String> combination, String timeCriteria)
Export Kmax Publicationsvoid
PublicationsTypeManager. processExportOfFilesOnly(ExportReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, NodePK nodeRootPK)
ExportPDFReport
ImportExport. processExportPDF(UserDetail userDetail, List<WAAttributeValuePair> itemsToExport, NodePK rootPK)
ImportReport
ImportExport. processImport(UserDetail userDetail, String xmlFileName)
Méthode faisant appel au moteur d'importExport de silver peas, des publications définie dans le fichier xml passé en paramètre sont générées grace à JAXB.void
NodeTreesTypeManager. processImport(UserDetail userDetail, List<NodeTreeType> listNodeTreeType, String targetComponentId, ImportReportManager reportManager)
Crée tous les thèmes (ou noeuds) unitairement définis tels que précisés dans le fichier d'import XML.List<AttachmentDetail>
PublicationsTypeManager. processPDFExport(ExportPDFReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, boolean useNameForFolders, NodePK rootPK)
protected abstract void
GEDImportExport. updatePublication(PublicationDetail pubDetTemp, PublicationDetail pubDetailToCreate, UserDetail userDetail)
Constructors in org.silverpeas.core.importexport.control with parameters of type UserDetail Constructor Description ComponentImportExport(UserDetail currentUserDetail, String currentComponentId)
GEDImportExport(UserDetail curentUserDetail, String currentComponentId)
Constructeur public de la classeImportSettings(String pathToImport, UserDetail user, String componentId, String folderId, boolean draftUsed, boolean poiUsed, int method)
-
Uses of UserDetail in org.silverpeas.core.importexport.versioning
Constructors in org.silverpeas.core.importexport.versioning with parameters of type UserDetail Constructor Description VersioningImport(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.notification.user.client
Methods in org.silverpeas.core.notification.user.client with parameters of type UserDetail Modifier and Type Method Description void
NotificationUserEventListener. checkNotificationChannel(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.notification.user.delayed.delegate
Methods in org.silverpeas.core.notification.user.delayed.delegate that return UserDetail Modifier and Type Method Description protected UserDetail
DelayedNotificationDelegate. getUserDetail(Integer userId)
Centralizes the searches of user details with cache feature -
Uses of UserDetail in org.silverpeas.core.process.management
Methods in org.silverpeas.core.process.management that return UserDetail Modifier and Type Method Description UserDetail
ProcessExecutionContext. getUser()
Constructors in org.silverpeas.core.process.management with parameters of type UserDetail Constructor Description ProcessExecutionContext(UserDetail user, String componentInstanceId)
Default constructorProcessExecutionContext(UserDetail user, String componentInstanceId, boolean requiresNewFileTransaction)
Default constructor -
Uses of UserDetail in org.silverpeas.core.security.authentication
Methods in org.silverpeas.core.security.authentication that return UserDetail Modifier and Type Method Description UserDetail
UserSession. getUser()
The user behind this session.Methods in org.silverpeas.core.security.authentication with parameters of type UserDetail Modifier and Type Method Description static UserSessionReference
UserSessionReference. fromUser(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.sharing.model
Methods in org.silverpeas.core.sharing.model with parameters of type UserDetail Modifier and Type Method Description void
Ticket. setCreator(UserDetail creator)
void
Ticket. setLastModifier(UserDetail modifier)
Constructors in org.silverpeas.core.sharing.model with parameters of type UserDetail Constructor Description NodeTicket(int sharedObjectId, String componentId, UserDetail creator, Date creationDate, Date endDate, int nbAccessMax)
PublicationTicket(int sharedObjectId, String componentId, UserDetail creator, Date creationDate, Date endDate, int nbAccessMax)
SimpleFileTicket(int sharedObjectId, String componentId, UserDetail creator, Date creationDate, Date endDate, int nbAccessMax)
SimpleFileTicket(String key, int sharedObjectId, String componentId, UserDetail creator, Date creationDate, Date endDate, int nbAccessMax)
Ticket(int sharedObjectId, String componentId, UserDetail creator, Date creationDate, Date endDate, int nbAccessMax)
VersionFileTicket(int sharedObjectId, String componentId, UserDetail creator, Date creationDate, Date endDate, int nbAccessMax)
-
Uses of UserDetail in org.silverpeas.core.subscription.util
Methods in org.silverpeas.core.subscription.util with parameters of type UserDetail Modifier and Type Method Description SubscriptionList
SubscriptionList. filterOnDomainVisibilityFrom(UserDetail user)
Removes from this list the subscription that the linked subscriber has not the same domain visibility as the one of the given user.SubscriptionSubscriberList
SubscriptionSubscriberList. filterOnDomainVisibilityFrom(UserDetail user)
Removes from this list the subscribers that have not the same domain visibility as the one of the given user.SubscriptionSubscriberMapBySubscriberType
SubscriptionSubscriberMapBySubscriberType. filterOnDomainVisibilityFrom(UserDetail user)
Removes from this map the subscribers that have not the same domain visibility as the one of the given user.static boolean
SubscriptionUtil. isSameVisibilityAsTheCurrentRequester(Group group, UserDetail currentRequester)
Indicates if the given group has same domain visibility as the current requester.static boolean
SubscriptionUtil. isSameVisibilityAsTheCurrentRequester(UserDetail user, UserDetail currentRequester)
Indicates if the given user has same domain visibility as the current requester. -
Uses of UserDetail in org.silverpeas.core.web.admin.migration
Methods in org.silverpeas.core.web.admin.migration that return types with arguments of type UserDetail Modifier and Type Method Description ArrayList<HashMap<String,UserDetail>>
DomainSP2LDAPBatch. processMigration(String domainLDAP_Id)
Process migration -
Uses of UserDetail in org.silverpeas.core.web.authentication.credentials
Methods in org.silverpeas.core.web.authentication.credentials with parameters of type UserDetail Modifier and Type Method Description protected String
ChangeQuestionAnswerFunctionHandler. performQuestionAnswerError(javax.servlet.http.HttpServletRequest request, String originalUrl, UserDetail user)
Handle bad credential error.protected String
ChangePasswordFunctionHandler. performUrlChangePasswordError(javax.servlet.http.HttpServletRequest request, String originalUrl, UserDetail user)
Handle bad credential error. -
Uses of UserDetail in org.silverpeas.core.web.look
Methods in org.silverpeas.core.web.look that return UserDetail Modifier and Type Method Description abstract UserDetail
LookHelper. getUserDetail()
UserDetail
LookSilverpeasV5Helper. getUserDetail()
Methods in org.silverpeas.core.web.look that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
DefaultSpaceHomePage. getAdmins()
List<UserDetail>
LookSilverpeasV5Helper. getSpaceAdmins(String spaceId)
Method parameters in org.silverpeas.core.web.look with type arguments of type UserDetail Modifier and Type Method Description void
DefaultSpaceHomePage. setAdmins(List<UserDetail> admins)
-
Uses of UserDetail in org.silverpeas.core.web.mvc.controller
Methods in org.silverpeas.core.web.mvc.controller that return UserDetail Modifier and Type Method Description UserDetail
MainSessionController. getCurrentUserDetail()
Return the UserDetail of the the current userUserDetail
AbstractComponentSessionController. getUserDetail()
Gets details on the connected current user.UserDetail
AbstractComponentSessionController. getUserDetail(String userId)
UserDetail
ComponentSessionController. getUserDetail()
Return the UserDetail of the current user -
Uses of UserDetail in org.silverpeas.core.web.mvc.webcomponent
Methods in org.silverpeas.core.web.mvc.webcomponent that return UserDetail Modifier and Type Method Description UserDetail
WebComponentRequestContext. getUser()
-
Uses of UserDetail in org.silverpeas.core.web.selection
Methods in org.silverpeas.core.web.selection that return UserDetail Modifier and Type Method Description static UserDetail[]
SelectionUsersGroups. getUserDetails(String[] userIds)
Methods in org.silverpeas.core.web.selection with parameters of type UserDetail Modifier and Type Method Description static String[]
SelectionUsersGroups. getUserIds(UserDetail[] users)
-
Uses of UserDetail in org.silverpeas.core.web.subscription
Methods in org.silverpeas.core.web.subscription that return UserDetail Modifier and Type Method Description UserDetail
SubscriptionContext. getUser()
Constructors in org.silverpeas.core.web.subscription with parameters of type UserDetail Constructor Description SubscriptionContext(UserDetail user, UserPreferences userPreferences)
Default constructor -
Uses of UserDetail in org.silverpeas.core.web.subscription.bean
Methods in org.silverpeas.core.web.subscription.bean that return UserDetail Modifier and Type Method Description protected UserDetail
AbstractSubscriptionBean. getUser()
Gets the user data. -
Uses of UserDetail in org.silverpeas.core.web.tools.agenda.control
Methods in org.silverpeas.core.web.tools.agenda.control that return UserDetail Modifier and Type Method Description UserDetail
AgendaSessionController. getAgendaUserDetail()
Get userDetail for this agendaUserDetail
AgendaSessionController. getSelectedUser()
Get a UserDetail of selected user in UserPanelUserDetail
AgendaSessionController. getUserDetail(String userId)
Method declarationUserDetail[]
AgendaSessionController. getUserList()
Method declarationMethods in org.silverpeas.core.web.tools.agenda.control with parameters of type UserDetail Modifier and Type Method Description void
AgendaSessionController. setAgendaUserDetail(UserDetail userDetail)
Set userDetail for viewing his agenda -
Uses of UserDetail in org.silverpeas.core.web.tools.agenda.notification
Constructors in org.silverpeas.core.web.tools.agenda.notification with parameters of type UserDetail Constructor Description AgendaUserNotification(UserDetail sender, JournalHeader resource, String attend)
Notification from attendeeAgendaUserNotification(NotifAction action, UserDetail sender, JournalHeader resource)
Notification from delegator -
Uses of UserDetail in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return UserDetail Modifier and Type Method Description static UserDetail
UserThesaurusHolder. forUser(UserDetail user)
A convinient method to enhance the readability of the methods.UserDetail
PdcFilterCriteria. getUser()
protected UserDetail
UserThesaurusHolder. getUser()
Methods in org.silverpeas.core.webapi.pdc with parameters of type UserDetail Modifier and Type Method Description static UserDetail
UserThesaurusHolder. forUser(UserDetail user)
A convinient method to enhance the readability of the methods.UserThesaurusHolder
PdcServiceProvider. getThesaurusOfUser(UserDetail user)
Gets a holder of the thesaurus for the specified user.static UserThesaurusHolder
UserThesaurusHolder. holdThesaurus(UserDetail user)
PdcFilterCriteria
PdcFilterCriteria. onUser(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.webapi.profile
Subclasses of UserDetail in org.silverpeas.core.webapi.profile Modifier and Type Class Description class
ChatUserProfileEntity
The profile of a user that is registered into a chat service.class
UserProfileEntity
The profile of a user that is web entity in the WEB.class
UserProfileExtendedEntity
The complete profile of a user that is web entity in the WEB.Methods in org.silverpeas.core.webapi.profile that return UserDetail Modifier and Type Method Description UserDetail
UserProfileEntity. toUserDetail()
Methods in org.silverpeas.core.webapi.profile with parameters of type UserDetail Modifier and Type Method Description static URI
ProfileResourceBaseURIs. uriOfUser(UserDetail user, String atUsersUri)
Method parameters in org.silverpeas.core.webapi.profile with type arguments of type UserDetail Modifier and Type Method Description static UserProfileEntity[]
UserProfileEntity. fromUsers(List<? extends UserDetail> users, URI usersUri)
Decorates the specified user details with the required WEB exposition features.Constructors in org.silverpeas.core.webapi.profile with parameters of type UserDetail Constructor Description UserProfileEntity(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.webapi.publication
Methods in org.silverpeas.core.webapi.publication with parameters of type UserDetail Modifier and Type Method Description void
PublicationEntity. setCreator(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.webapi.sharing
Methods in org.silverpeas.core.webapi.sharing with parameters of type UserDetail Modifier and Type Method Description Ticket
TicketEntity. toTicket(UserDetail user)
-
Uses of UserDetail in org.silverpeas.core.workflow.engine.user
Constructors in org.silverpeas.core.workflow.engine.user with parameters of type UserDetail Constructor Description UserImpl(UserDetail userDetail)
UserImpl is built from a UserDetail and admin . -
Uses of UserDetail in org.silverpeas.web.directory.control
Methods in org.silverpeas.web.directory.control that return UserDetail Modifier and Type Method Description UserDetail
DirectorySessionController. getCommonUserDetail()
UserDetail
DirectorySessionController. getOtherUserDetail()
-
Uses of UserDetail in org.silverpeas.web.directory.model
Methods in org.silverpeas.web.directory.model that return UserDetail Modifier and Type Method Description UserDetail
UserItem. getUserDetail()
Gets the details of the user associated to the item. -
Uses of UserDetail in org.silverpeas.web.jobdomain
Fields in org.silverpeas.web.jobdomain declared as UserDetail Modifier and Type Field Description protected UserDetail[]
NavigationStock. subUsers
Methods in org.silverpeas.web.jobdomain that return UserDetail Modifier and Type Method Description UserDetail[]
NavigationStock. getUserPage()
Methods in org.silverpeas.web.jobdomain that return types with arguments of type UserDetail Modifier and Type Method Description static Collection<UserDetail>
JobDomainPeasDAO. selectUserSynchroDeleteTableDomain_User(Domain domain)
Sélection des utilisateurs à synchroniser en delete de la table Domain_User Methods in org.silverpeas.web.jobdomain with parameters of type UserDetail Modifier and Type Method Description void
UserRequestData. applyDataOnNewUser(UserDetail newUser)
Applies the data on the specified new instance of a user.
Following data are not set: user id the user password validity the user passwordstatic void
JobDomainSettings. sortUsers(UserDetail[] toSort)
Method parameters in org.silverpeas.web.jobdomain with type arguments of type UserDetail Modifier and Type Method Description String
SynchroUserWebServiceItf. deleteListUserWebService(String idDomain, Collection<UserDetail> listUserToDelete)
-
Uses of UserDetail in org.silverpeas.web.jobdomain.control
Methods in org.silverpeas.web.jobdomain.control that return UserDetail Modifier and Type Method Description UserDetail
JobDomainPeasSessionController. checkUser(UserDetail userToCheck)
UserDetail
JobDomainPeasSessionController. getNext()
UserDetail
JobDomainPeasSessionController. getPrevious()
UserDetail
JobDomainPeasSessionController. getTargetUserDetail()
Methods in org.silverpeas.web.jobdomain.control that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
JobDomainPeasSessionController. getDeletedUsers()
List<UserDetail>
JobDomainPeasSessionController. getRemovedUsers()
List<UserDetail>
JobDomainPeasSessionController. getSubUsers(boolean isParentGroup)
List<UserDetail>
JobDomainPeasSessionController. getUsersToImport()
List<UserDetail>
JobDomainPeasSessionController. getUsersWithSensitiveData()
List<UserDetail>
JobDomainPeasSessionController. searchUsers(Map<String,String> query)
Methods in org.silverpeas.web.jobdomain.control with parameters of type UserDetail Modifier and Type Method Description UserDetail
JobDomainPeasSessionController. checkUser(UserDetail userToCheck)
-
Uses of UserDetail in org.silverpeas.web.jobstartpage
Methods in org.silverpeas.web.jobstartpage with parameters of type UserDetail Modifier and Type Method Description void
NavBarManager. initWithUser(AbstractComponentSessionController msc, UserDetail user)
-
Uses of UserDetail in org.silverpeas.web.jobstartpage.control
Methods in org.silverpeas.web.jobstartpage.control that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
JobStartPagePeasSessionController. getAllCurrentUserInstance()
List<UserDetail>
JobStartPagePeasSessionController. userIds2users(List<String> userIds)
-
Uses of UserDetail in org.silverpeas.web.pdc
Methods in org.silverpeas.web.pdc that return UserDetail Modifier and Type Method Description UserDetail
QueryParameters. getCreatorDetail()
Methods in org.silverpeas.web.pdc with parameters of type UserDetail Modifier and Type Method Description void
QueryParameters. setCreatorDetail(UserDetail userDetail)
-
Uses of UserDetail in org.silverpeas.web.pdc.control
Methods in org.silverpeas.web.pdc.control that return types with arguments of type UserDetail Modifier and Type Method Description List<UserDetail>
PdcSessionController. userIds2Users(List<String> userIds)
-
Uses of UserDetail in org.silverpeas.web.selection.control
Methods in org.silverpeas.web.selection.control that return UserDetail Modifier and Type Method Description UserDetail
SelectionPeasWrapperSessionController. getSelectedUser()
Returns the selected user (if any).UserDetail[]
SelectionPeasWrapperSessionController. getSelectedUsers()
Returns the selected user (if any). -
Uses of UserDetail in org.silverpeas.web.silverstatistics.control
Methods in org.silverpeas.web.silverstatistics.control that return UserDetail Modifier and Type Method Description UserDetail
SilverStatisticsPeasSessionController. getTargetUserDetail(String userId)
-
Uses of UserDetail in org.silverpeas.web.socialnetwork.invitation.model
Methods in org.silverpeas.web.socialnetwork.invitation.model that return UserDetail Modifier and Type Method Description UserDetail
InvitationUser. getUserDetail()
Constructors in org.silverpeas.web.socialnetwork.invitation.model with parameters of type UserDetail Constructor Description InvitationUser(Invitation invitation, UserDetail contactUser)
-
Uses of UserDetail in org.silverpeas.web.test.environment
Methods in org.silverpeas.web.test.environment with parameters of type UserDetail Modifier and Type Method Description void
SilverpeasTestEnvironment. addUser(UserDetail userDetail)
Adds a user. -
Uses of UserDetail in org.silverpeas.web.todo.control
Methods in org.silverpeas.web.todo.control that return UserDetail Modifier and Type Method Description UserDetail[]
ToDoSessionController. getUserList()
Method declaration
-