|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserDetail in com.silverpeas |
---|
Methods in com.silverpeas that return UserDetail | |
---|---|
UserDetail |
SilverpeasContent.getCreator()
Gets the author that has created this content. |
Methods in com.silverpeas with parameters of type UserDetail | |
---|---|
boolean |
SilverpeasContent.canBeAccessedBy(UserDetail user)
Is the specified user can access this content? |
Uses of UserDetail in com.silverpeas.admin.service |
---|
Methods in com.silverpeas.admin.service that return UserDetail | |
---|---|
UserDetail |
UserService.findUser(String userId)
|
UserDetail |
UserServiceLegacy.findUser(String userId)
|
Methods in com.silverpeas.admin.service with parameters of type UserDetail | |
---|---|
void |
UserService.migrateUserToDomain(UserDetail userDetail,
String targetDomainId)
|
void |
UserServiceLegacy.migrateUserToDomain(UserDetail userDetail,
String targetDomainId)
|
void |
UserService.updateUser(UserDetail userDetail)
|
void |
UserServiceLegacy.updateUser(UserDetail userDetail)
|
Uses of UserDetail in com.silverpeas.comment.model |
---|
Methods in com.silverpeas.comment.model that return UserDetail | |
---|---|
UserDetail |
Comment.getCreator()
|
UserDetail |
Comment.getOwnerDetail()
|
Methods in com.silverpeas.comment.model with parameters of type UserDetail | |
---|---|
boolean |
Comment.canBeAccessedBy(UserDetail user)
Is the specified user can access this comment? |
void |
Comment.setOwnerDetail(UserDetail ownerDetail)
|
Uses of UserDetail in com.silverpeas.communicationUser.control |
---|
Methods in com.silverpeas.communicationUser.control that return UserDetail | |
---|---|
UserDetail |
CommunicationUserSessionController.getTargetUserDetail(String userId)
Get UserDetail |
Uses of UserDetail in com.silverpeas.directory.control |
---|
Methods in com.silverpeas.directory.control that return UserDetail | |
---|---|
UserDetail |
DirectorySessionController.getCommonUserDetail()
|
UserDetail |
DirectorySessionController.getOtherUserDetail()
|
Methods in com.silverpeas.directory.control with parameters of type UserDetail | |
---|---|
void |
DirectorySessionController.mergeUsersIntoDirectoryItemList(UserDetail[] users,
DirectoryItemList directoryItems)
Merges given user list into the specified directory list of items. |
Uses of UserDetail in com.silverpeas.directory.model |
---|
Methods in com.silverpeas.directory.model that return UserDetail | |
---|---|
UserDetail |
UserItem.getUserDetail()
Gets the details of the user associated to the item. |
UserDetail |
Member.getUserDetail()
Deprecated. |
Methods in com.silverpeas.directory.model with parameters of type UserDetail | |
---|---|
void |
DirectoryItemList.add(UserDetail user)
|
void |
DirectoryItemList.addUsers(UserDetail[] users)
|
boolean |
DirectoryItemList.contains(UserDetail userDetail)
|
Method parameters in com.silverpeas.directory.model with type arguments of type UserDetail | |
---|---|
void |
DirectoryItemList.addUsers(List<UserDetail> users)
|
Constructors in com.silverpeas.directory.model with parameters of type UserDetail | |
---|---|
DirectoryItemList(UserDetail[] users)
|
|
Member(UserDetail ud)
Deprecated. |
|
UserItem(UserDetail user)
|
Constructor parameters in com.silverpeas.directory.model with type arguments of type UserDetail | |
---|---|
DirectoryItemList(List<UserDetail> users)
|
Uses of UserDetail in com.silverpeas.domains.silverpeasdriver |
---|
Methods in com.silverpeas.domains.silverpeasdriver that return UserDetail | |
---|---|
UserDetail[] |
SilverpeasDriver.getAllChangedUsers(String fromTimeStamp,
String toTimeStamp)
|
UserDetail[] |
SilverpeasDriver.getAllUsers()
|
UserDetail |
SilverpeasDriver.getUser(String userId)
|
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 com.silverpeas.domains.silverpeasdriver with parameters of type UserDetail | |
---|---|
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 com.silverpeas.importExport.control |
---|
Methods in com.silverpeas.importExport.control that return UserDetail | |
---|---|
UserDetail |
ComponentImportExport.getCurentUserDetail()
|
UserDetail |
ImportSettings.getUser()
|
Methods in com.silverpeas.importExport.control with parameters of type UserDetail | |
---|---|
static String |
ImportExportHelper.checkUserId(String userId,
UserDetail importer)
|
protected File |
AbstractExportProcess.createExportDir(UserDetail userDetail)
|
static GEDImportExport |
ImportExportFactory.createGEDImportExport(UserDetail curentUserDetail,
String currentComponentId)
|
protected abstract String |
GEDImportExport.createPublicationIntoTopic(PublicationDetail pubDet_temp,
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" |
static SimpleDocument |
RepositoriesTypeManager.handleFileToAttach(UserDetail currentUser,
String componentId,
String resourceId,
String oldSilverpeasId,
DocumentType documentType,
File file,
String contentLanguage,
Date creationDate,
boolean hasToBeIndexed,
boolean isComponentVersionActivated,
boolean publicVersionRequired)
Handles the creation or modification of an attached file on the aimed resource. |
PublicationsType |
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.processExport(UserDetail userDetail,
String language,
List<WAAttributeValuePair> listItemsToExport,
NodePK rootPK,
int mode)
|
ExportReport |
ImportExport.processExportKmax(UserDetail userDetail,
String language,
List<WAAttributeValuePair> itemsToExport,
List<String> combination,
String timeCriteria)
Export Kmax Publications |
void |
PublicationsTypeManager.processExportOfFilesOnly(ExportReport exportReport,
UserDetail userDetail,
List<WAAttributeValuePair> listItemsToExport,
String exportPath,
NodePK nodeRootPK)
|
ExportPDFReport |
ImportExport.processExportPDF(UserDetail userDetail,
List<WAAttributeValuePair> itemsToExport,
NodePK rootPK)
|
void |
NodeTreesTypeManager.processImport(UserDetail userDetail,
NodeTreesType nodeTreesType,
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. |
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 à l'outil castor. |
List<AttachmentDetail> |
PublicationsTypeManager.processPDFExport(ExportPDFReport exportReport,
UserDetail userDetail,
List<WAAttributeValuePair> listItemsToExport,
String exportPath,
boolean useNameForFolders,
NodePK rootPK)
|
protected abstract void |
GEDImportExport.updatePublication(PublicationDetail pubDet_temp,
PublicationDetail pubDetailToCreate,
UserDetail userDetail)
|
Constructors in com.silverpeas.importExport.control with parameters of type UserDetail | |
---|---|
ComponentImportExport(UserDetail curentUserDetail,
String currentComponentId)
|
|
GEDImportExport(UserDetail curentUserDetail,
String currentComponentId)
Constructeur public de la classe |
|
ImportSettings(String pathToImport,
UserDetail user,
String componentId,
String folderId,
boolean draftUsed,
boolean poiUsed,
int method)
|
Uses of UserDetail in com.silverpeas.jobDomainPeas |
---|
Methods in com.silverpeas.jobDomainPeas that return UserDetail | |
---|---|
UserDetail[] |
NavigationStock.getAllUserPage()
|
UserDetail[] |
NavigationStock.getUserPage()
|
Methods in com.silverpeas.jobDomainPeas that return types with arguments of type UserDetail | |
---|---|
static Collection<UserDetail> |
JobDomainPeasDAO.selectUserSynchroDeleteTableDomain_User(Domain domain)
Sélection des utilisateurs à synchroniser en delete de la table Domain |
Methods in com.silverpeas.jobDomainPeas with parameters of type UserDetail | |
---|---|
void |
UserRequestData.applyDataOnNewUser(UserDetail newUser)
Applies the data on the specified new instance of a user. |
static void |
JobDomainSettings.sortUsers(UserDetail[] toSort)
|
Method parameters in com.silverpeas.jobDomainPeas with type arguments of type UserDetail | |
---|---|
String |
SynchroUserWebServiceItf.deleteListUserWebService(String idDomain,
Collection<UserDetail> listUserToDelete)
|
Uses of UserDetail in com.silverpeas.jobDomainPeas.control |
---|
Methods in com.silverpeas.jobDomainPeas.control that return UserDetail | |
---|---|
UserDetail |
JobDomainPeasSessionController.checkUser(UserDetail userToCheck)
|
UserDetail |
JobDomainPeasSessionController.getTargetUserDetail()
|
Methods in com.silverpeas.jobDomainPeas.control that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
JobDomainPeasSessionController.getSubUsers(boolean isParentGroup)
|
List<UserDetail> |
JobDomainPeasSessionController.getUsersToImport()
|
List<UserDetail> |
JobDomainPeasSessionController.searchUsers(Hashtable<String,String> query)
|
Methods in com.silverpeas.jobDomainPeas.control with parameters of type UserDetail | |
---|---|
UserDetail |
JobDomainPeasSessionController.checkUser(UserDetail userToCheck)
|
Uses of UserDetail in com.silverpeas.jobManagerPeas |
---|
Methods in com.silverpeas.jobManagerPeas with parameters of type UserDetail | |
---|---|
static void |
JobManagerSettings.sortUsers(UserDetail[] toSort)
|
Uses of UserDetail in com.silverpeas.jobStartPagePeas |
---|
Methods in com.silverpeas.jobStartPagePeas with parameters of type UserDetail | |
---|---|
void |
NavBarManager.initWithUser(AbstractComponentSessionController msc,
UserDetail user)
|
Uses of UserDetail in com.silverpeas.jobStartPagePeas.control |
---|
Methods in com.silverpeas.jobStartPagePeas.control that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
JobStartPagePeasSessionController.getAllCurrentUserInstance()
|
List<UserDetail> |
JobStartPagePeasSessionController.getAllCurrentUserSpace(String role)
|
List<UserDetail> |
JobStartPagePeasSessionController.getUsersManagerOfParentSpace()
|
List<UserDetail> |
JobStartPagePeasSessionController.userIds2users(List<String> userIds)
|
Uses of UserDetail in com.silverpeas.look |
---|
Methods in com.silverpeas.look that return UserDetail | |
---|---|
UserDetail |
LookSilverpeasV5Helper.getUserDetail()
|
Methods in com.silverpeas.look that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
DefaultSpaceHomePage.getAdmins()
|
List<UserDetail> |
LookSilverpeasV5Helper.getSpaceAdmins(String spaceId)
|
Method parameters in com.silverpeas.look with type arguments of type UserDetail | |
---|---|
void |
DefaultSpaceHomePage.setAdmins(List<UserDetail> admins)
|
Uses of UserDetail in com.silverpeas.notification.delayed.delegate |
---|
Methods in com.silverpeas.notification.delayed.delegate that return UserDetail | |
---|---|
protected UserDetail |
DelayedNotificationDelegate.getUserDetail(Integer userId)
Centralizes the searches of user details with cache feature |
Uses of UserDetail in com.silverpeas.pdc.web |
---|
Methods in com.silverpeas.pdc.web that return UserDetail | |
---|---|
static UserDetail |
UserThesaurusHolder.forUser(UserDetail user)
A convinient method to enhance the readability of the methods. |
protected UserDetail |
UserThesaurusHolder.getUser()
|
UserDetail |
PdcFilterCriteria.getUser()
|
Methods in com.silverpeas.pdc.web with parameters of type UserDetail | |
---|---|
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(ThesaurusManager thesaurus,
UserDetail user)
|
PdcFilterCriteria |
PdcFilterCriteria.onUser(UserDetail user)
|
Uses of UserDetail in com.silverpeas.profile.web |
---|
Subclasses of UserDetail in com.silverpeas.profile.web | |
---|---|
class |
UserProfileEntity
The profile of a user that is exposable in the WEB. |
class |
UserProfileExtendedEntity
The complete profile of a user that is exposable in the WEB. |
Methods in com.silverpeas.profile.web that return UserDetail | |
---|---|
UserDetail |
UserProfileEntity.toUserDetail()
|
Methods in com.silverpeas.profile.web with parameters of type UserDetail | |
---|---|
static UserProfileEntity |
UserProfileEntity.fromUser(UserDetail user)
Decorates the specified user details with the required WEB exposition features. |
static URI |
ProfileResourceBaseURIs.uriOfUser(UserDetail user,
String atUsersUri)
|
Method parameters in com.silverpeas.profile.web with type arguments of type UserDetail | |
---|---|
static UserProfileEntity[] |
UserProfileEntity.fromUsers(List<? extends UserDetail> users,
URI usersUri)
Decorates the specified user details with the required WEB exposition features. |
Constructors in com.silverpeas.profile.web with parameters of type UserDetail | |
---|---|
UserProfileEntity(UserDetail user)
|
Uses of UserDetail in com.silverpeas.session |
---|
Methods in com.silverpeas.session that return UserDetail | |
---|---|
UserDetail |
SessionInfo.getUserDetail()
Gets the profile of the user that opened the session. |
Methods in com.silverpeas.session with parameters of type UserDetail | |
---|---|
Collection<SessionInfo> |
SessionManagement.getDistinctConnectedUsersList(UserDetail user)
Gets the session information about all the connected users that are accessible to the specified user. |
int |
SessionManagement.getNbConnectedUsersList(UserDetail user)
Gets the count of users that are connected to Silverpeas. |
boolean |
SessionManagement.isUserConnected(UserDetail user)
Is the specified user currently connected to Silverpeas? |
SessionInfo |
SessionManagement.openSession(UserDetail user)
Opens a new session for the specified user. |
SessionInfo |
SessionManagement.openSession(UserDetail user,
javax.servlet.http.HttpServletRequest request)
Opens a new session for the specified user with the specified HTTP request at the origin of the session ask. |
Constructors in com.silverpeas.session with parameters of type UserDetail | |
---|---|
SessionInfo(String sessionId,
UserDetail user)
Constructs a new instance about a given opened user session. |
Uses of UserDetail in com.silverpeas.sharing.model |
---|
Methods in com.silverpeas.sharing.model with parameters of type UserDetail | |
---|---|
void |
Ticket.setCreator(UserDetail creator)
|
void |
Ticket.setLastModifier(UserDetail modifier)
|
Constructors in com.silverpeas.sharing.model with parameters of type UserDetail | |
---|---|
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 com.silverpeas.socialnetwork.invitation.model |
---|
Methods in com.silverpeas.socialnetwork.invitation.model that return UserDetail | |
---|---|
UserDetail |
InvitationUser.getUserDetail()
|
Constructors in com.silverpeas.socialnetwork.invitation.model with parameters of type UserDetail | |
---|---|
InvitationUser(Invitation invitation,
UserDetail contactUser)
|
Uses of UserDetail in com.silverpeas.subscribe.util |
---|
Methods in com.silverpeas.subscribe.util with parameters of type UserDetail | |
---|---|
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. |
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. |
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. |
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 com.silverpeas.tools.domainSP2LDAP |
---|
Methods in com.silverpeas.tools.domainSP2LDAP that return types with arguments of type UserDetail | |
---|---|
ArrayList<HashMap<String,UserDetail>> |
DomainSP2LDAPBatch.processMigration(String domainLDAP_Id)
Process migration |
Uses of UserDetail in com.silverpeas.util |
---|
Fields in com.silverpeas.util declared as UserDetail | |
---|---|
static UserDetail[] |
ArrayUtil.EMPTY_USER_DETAIL_ARRAY
|
Uses of UserDetail in com.silverpeas.web |
---|
Methods in com.silverpeas.web that return UserDetail | |
---|---|
protected UserDetail |
RESTWebService.getUserDetail()
Gets the detail about the user that has called this web service. |
UserDetail |
TestResources.registerUser(UserDetail user)
Registers the specified user among the organization controller so that when it is asked it is returned by the controller. |
Methods in com.silverpeas.web with parameters of type UserDetail | |
---|---|
String |
RESTWebServiceTest.authenticate(UserDetail theUser)
Authenticates the user to use in the tests. |
UserDetail |
TestResources.registerUser(UserDetail user)
Registers the specified user among the organization controller so that when it is asked it is returned by the controller. |
void |
UserPriviledgeValidation.validateUserAuthorizationOnAttachment(javax.servlet.http.HttpServletRequest request,
UserDetail user,
SimpleDocument doc)
Validates the authorization of the specified user to access the specified attachment. |
void |
UserPriviledgeValidation.validateUserAuthorizationOnComponentInstance(UserDetail user,
String instanceId)
Validates the authorization of the specified user to access the component instance with the specified unique identifier. |
Uses of UserDetail in com.silverpeas.web.mock |
---|
Subclasses of UserDetail in com.silverpeas.web.mock | |
---|---|
class |
UserDetailWithProfiles
|
Methods in com.silverpeas.web.mock that return UserDetail | |
---|---|
UserDetail[] |
OrganizationControllerMockWrapper.getAllUsers()
|
UserDetail[] |
OrganizationControllerMockWrapper.getAllUsers(String componentId)
|
UserDetail[] |
OrganizationControllerMockWrapper.getAllUsers(String sPrefixTableName,
String sComponentName)
|
UserDetail[] |
OrganizationControllerMockWrapper.getAllUsersInDomain(String domainId)
|
UserDetail[] |
OrganizationControllerMockWrapper.getAllUsersOfGroup(String groupId)
|
UserDetail[] |
OrganizationControllerMockWrapper.getFiltredDirectUsers(String sGroupId,
String sUserLastNameFilter)
|
UserDetail |
OrganizationControllerMockWrapper.getUserDetail(String sUserId)
|
UserDetail[] |
OrganizationControllerMockWrapper.getUserDetails(String[] asUserIds)
|
UserDetail[] |
OrganizationControllerMockWrapper.getUsers(String sPrefixTableName,
String sComponentName,
String sProfile)
|
UserDetail[] |
OrganizationControllerMockWrapper.searchUsers(UserDetail modelUser,
boolean isAnd)
|
Methods in com.silverpeas.web.mock that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
OrganizationControllerMockWrapper.getAllUsersFromNewestToOldest()
|
List<UserDetail> |
OrganizationControllerMockWrapper.getUsersOfDomains(List<String> domainIds)
|
List<UserDetail> |
OrganizationControllerMockWrapper.getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
|
ListSlice<UserDetail> |
OrganizationControllerMockWrapper.searchUsers(UserDetailsSearchCriteria criteria)
|
Methods in com.silverpeas.web.mock with parameters of type UserDetail | |
---|---|
Collection<SessionInfo> |
SessionManagerMock.getDistinctConnectedUsersList(UserDetail user)
|
int |
SessionManagerMock.getNbConnectedUsersList(UserDetail user)
|
boolean |
SessionManagerMock.isUserConnected(UserDetail user)
|
SessionInfo |
SessionManagerMock.openSession(UserDetail user)
|
SessionInfo |
SessionManagerMock.openSession(UserDetail user,
javax.servlet.http.HttpServletRequest request)
|
UserDetail[] |
OrganizationControllerMockWrapper.searchUsers(UserDetail modelUser,
boolean isAnd)
|
String[] |
OrganizationControllerMockWrapper.searchUsersIds(String groupId,
String componentId,
String[] profileId,
UserDetail filterUser)
|
Uses of UserDetail in com.silverpeas.workflow.engine.user |
---|
Constructors in com.silverpeas.workflow.engine.user with parameters of type UserDetail | |
---|---|
UserImpl(UserDetail userDetail)
UserImpl is built from a UserDetail and admin . |
Uses of UserDetail in com.stratelia.silverpeas.alertUserPeas.control |
---|
Fields in com.stratelia.silverpeas.alertUserPeas.control declared as UserDetail | |
---|---|
protected UserDetail[] |
AlertUserPeasSessionController.m_userRecipients
|
Methods in com.stratelia.silverpeas.alertUserPeas.control that return UserDetail | |
---|---|
UserDetail[] |
AlertUserPeasSessionController.getUserRecipients()
|
Uses of UserDetail in com.stratelia.silverpeas.contentManager |
---|
Methods in com.stratelia.silverpeas.contentManager with parameters of type UserDetail | |
---|---|
GlobalSilverContent |
DefaultGlobalSilverContentProcessor.getGlobalSilverContent(SilverContentInterface sci,
UserDetail creatorDetail,
String location)
|
GlobalSilverContent |
IGlobalSilverContentProcessor.getGlobalSilverContent(SilverContentInterface sci,
UserDetail creatorDetail,
String location)
|
Uses of UserDetail in com.stratelia.silverpeas.domains.ldapdriver |
---|
Methods in com.stratelia.silverpeas.domains.ldapdriver that return UserDetail | |
---|---|
UserDetail[] |
LDAPDriver.getAllChangedUsers(String fromTimeStamp,
String toTimeStamp)
|
UserDetail[] |
LDAPDriver.getAllUsers()
Retrieve all users from the database |
UserDetail[] |
LDAPUser.getAllUsers(String lds,
String extraFilter)
Return all users found in the baseDN tree |
UserDetail |
LDAPDriver.getUser(String userId)
Retrieve user information from database |
UserDetail |
LDAPUser.getUser(String lds,
String id)
Return a UserDetail object filled with the infos of the user having ID = id NOTE : the DomainID and the ID are not set. |
UserDetail |
LDAPUser.getUserByLogin(String lds,
String loginUser)
|
UserDetail[] |
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 reference |
UserDetail |
LDAPDriver.synchroUser(String userId)
Update user information in database |
UserDetail |
LDAPUser.translateUser(String lds,
com.novell.ldap.LDAPEntry userEntry)
Translate a LDAP user entry into a UserDetail structure. |
Methods in com.stratelia.silverpeas.domains.ldapdriver with parameters of type UserDetail | |
---|---|
String |
LDAPDriver.createUser(UserDetail user)
|
UserFull |
LDAPSynchroUserItf.getCacheUserFull(UserDetail user)
|
void |
LDAPDriver.resetEncryptedPassword(UserDetail user,
String encryptedPassword)
|
void |
LDAPDriver.resetPassword(UserDetail user,
String password)
|
void |
LDAPDriver.updateUserDetail(UserDetail user)
|
Method parameters in com.stratelia.silverpeas.domains.ldapdriver with type arguments of type UserDetail | |
---|---|
void |
LDAPSynchroUserItf.processUsers(Collection<UserDetail> listUserCreate,
Collection<UserDetail> listUserUpdate,
Collection<UserDetail> listUserDelete)
|
void |
LDAPSynchroUserItf.processUsers(Collection<UserDetail> listUserCreate,
Collection<UserDetail> listUserUpdate,
Collection<UserDetail> listUserDelete)
|
void |
LDAPSynchroUserItf.processUsers(Collection<UserDetail> listUserCreate,
Collection<UserDetail> listUserUpdate,
Collection<UserDetail> listUserDelete)
|
Uses of UserDetail in com.stratelia.silverpeas.domains.sqldriver |
---|
Methods in com.stratelia.silverpeas.domains.sqldriver that return UserDetail | |
---|---|
protected UserDetail |
SQLUserTable.fetchUser(ResultSet rs)
Fetch the current user row from a resultSet. |
UserDetail[] |
SQLDriver.getAllChangedUsers(String fromTimeStamp,
String toTimeStamp)
|
UserDetail[] |
SQLDriver.getAllUsers()
|
UserDetail |
SQLUserTable.getUser(Connection c,
int userId)
Returns the User whith the given id. |
UserDetail |
SQLDriver.getUser(String userId)
|
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 com.stratelia.silverpeas.domains.sqldriver that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
SQLUserTable.getAllUsers(Connection c)
Returns all the groups in a given userRole (not recursive). |
List<UserDetail> |
SQLUserTable.getUsersBySpecificProperty(Connection c,
String propertyName,
String value)
Returns all the groups in a given userRole (not recursive). |
Methods in com.stratelia.silverpeas.domains.sqldriver with parameters of type UserDetail | |
---|---|
int |
SQLUserTable.createUser(Connection c,
UserDetail user)
Inserts in the database a new user row. |
String |
SQLDriver.createUser(UserDetail ud)
|
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 com.stratelia.silverpeas.genericPanel |
---|
Fields in com.stratelia.silverpeas.genericPanel with type parameters of type UserDetail | |
---|---|
protected Hashtable<String,UserDetail> |
AllUserPanel.m_AllUserDetail
|
Uses of UserDetail in com.stratelia.silverpeas.notificationManager |
---|
Methods in com.stratelia.silverpeas.notificationManager with parameters of type UserDetail | |
---|---|
static String |
NotificationSender.getIdsLineFromUserArray(UserDetail[] users)
|
Constructors in com.stratelia.silverpeas.notificationManager with parameters of type UserDetail | |
---|---|
UserRecipient(UserDetail userDetail)
|
Uses of UserDetail in com.stratelia.silverpeas.notificationUser |
---|
Methods in com.stratelia.silverpeas.notificationUser that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
Notification.getUsers()
|
Method parameters in com.stratelia.silverpeas.notificationUser with type arguments of type UserDetail | |
---|---|
void |
Notification.setUsers(List<UserDetail> users)
|
Uses of UserDetail in com.stratelia.silverpeas.pdcPeas.control |
---|
Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
PdcSessionController.userIds2Users(List<String> userIds)
|
Uses of UserDetail in com.stratelia.silverpeas.pdcPeas.model |
---|
Methods in com.stratelia.silverpeas.pdcPeas.model that return UserDetail | |
---|---|
UserDetail |
QueryParameters.getCreatorDetail()
|
Methods in com.stratelia.silverpeas.pdcPeas.model with parameters of type UserDetail | |
---|---|
void |
QueryParameters.setCreatorDetail(UserDetail userDetail)
|
Uses of UserDetail in com.stratelia.silverpeas.peasCore |
---|
Methods in com.stratelia.silverpeas.peasCore that return UserDetail | |
---|---|
UserDetail |
MainSessionController.getCurrentUserDetail()
Return the UserDetail of the the current user |
UserDetail |
AbstractComponentSessionController.getUserDetail()
Gets details on the connected current user. |
UserDetail |
ComponentSessionController.getUserDetail()
Return the UserDetail of the current user |
UserDetail |
AbstractComponentSessionController.getUserDetail(String userId)
|
Methods in com.stratelia.silverpeas.peasCore with parameters of type UserDetail | |
---|---|
Collection<SessionInfo> |
SessionManager.getDistinctConnectedUsersList(UserDetail user)
Gets all the connected users and the duration of their session. |
int |
SessionManager.getNbConnectedUsersList(UserDetail user)
Gets number of connected users |
boolean |
SessionManager.isUserConnected(UserDetail user)
|
SessionInfo |
SessionManager.openSession(UserDetail user)
This method is dedicated to the authentication for only accessing the WEB services published in Silverpeas. |
SessionInfo |
SessionManager.openSession(UserDetail user,
javax.servlet.http.HttpServletRequest request)
This method is dedicated to the authentication of users behind a WEB browser. |
Constructors in com.stratelia.silverpeas.peasCore with parameters of type UserDetail | |
---|---|
HTTPSessionInfo(javax.servlet.http.HttpSession session,
String IP,
UserDetail ud)
Prevent the class from being instantiate (private) |
Uses of UserDetail in com.stratelia.silverpeas.peasCore.servlets |
---|
Methods in com.stratelia.silverpeas.peasCore.servlets that return UserDetail | |
---|---|
UserDetail |
WebComponentRequestContext.getUser()
|
Uses of UserDetail in com.stratelia.silverpeas.selection |
---|
Methods in com.stratelia.silverpeas.selection that return UserDetail | |
---|---|
static UserDetail[] |
SelectionUsersGroups.getUserDetails(String[] userIds)
|
Methods in com.stratelia.silverpeas.selection with parameters of type UserDetail | |
---|---|
static String[] |
SelectionUsersGroups.getUserIds(UserDetail[] users)
|
Uses of UserDetail in com.stratelia.silverpeas.selectionPeas |
---|
Fields in com.stratelia.silverpeas.selectionPeas declared as UserDetail | |
---|---|
protected UserDetail |
CacheManagerUsersGroups.userDetail
|
Constructors in com.stratelia.silverpeas.selectionPeas with parameters of type UserDetail | |
---|---|
CacheManagerUsersGroups(String language,
ResourceLocator local,
ResourceLocator icon,
Selection selection,
UserDetail ud)
|
Uses of UserDetail in com.stratelia.silverpeas.selectionPeas.control |
---|
Methods in com.stratelia.silverpeas.selectionPeas.control that return UserDetail | |
---|---|
UserDetail |
SelectionPeasWrapperSessionController.getSelectedUser()
Returns the selected user (if any). |
UserDetail[] |
SelectionPeasWrapperSessionController.getSelectedUsers()
Returns the selected user (if any). |
Uses of UserDetail in com.stratelia.silverpeas.silverStatisticsPeas.control |
---|
Methods in com.stratelia.silverpeas.silverStatisticsPeas.control that return UserDetail | |
---|---|
UserDetail |
SilverStatisticsPeasSessionController.getTargetUserDetail(String userId)
|
Uses of UserDetail in com.stratelia.webactiv.agenda.control |
---|
Methods in com.stratelia.webactiv.agenda.control that return UserDetail | |
---|---|
UserDetail |
AgendaSessionController.getAgendaUserDetail()
Get userDetail for this agenda |
UserDetail |
AgendaSessionController.getSelectedUser()
Get a UserDetail of selected user in UserPanel |
UserDetail |
AgendaSessionController.getUserDetail(String userId)
Method declaration |
UserDetail[] |
AgendaSessionController.getUserList()
Method declaration |
Methods in com.stratelia.webactiv.agenda.control with parameters of type UserDetail | |
---|---|
void |
AgendaSessionController.setAgendaUserDetail(UserDetail userDetail)
Set userDetail for viewing his agenda |
Uses of UserDetail in com.stratelia.webactiv.agenda.notification |
---|
Constructors in com.stratelia.webactiv.agenda.notification with parameters of type UserDetail | |
---|---|
AgendaUserNotification(NotifAction action,
UserDetail sender,
JournalHeader resource)
Notification from delegator |
|
AgendaUserNotification(UserDetail sender,
JournalHeader resource,
String attend)
Notification from attendee |
Uses of UserDetail in com.stratelia.webactiv.beans.admin |
---|
Subclasses of UserDetail in com.stratelia.webactiv.beans.admin | |
---|---|
class |
UserFull
|
Methods in com.stratelia.webactiv.beans.admin that return UserDetail | |
---|---|
UserDetail[] |
DomainDriver.getAllChangedUsers(String fromTimeStamp,
String toTimeStamp)
|
UserDetail[] |
DomainDriverManager.getAllChangedUsers(String fromTimeStamp,
String toTimeStamp)
|
UserDetail[] |
OrganizationController.getAllUsers()
|
UserDetail[] |
DomainDriver.getAllUsers()
|
UserDetail[] |
DomainDriverManager.getAllUsers()
|
UserDetail[] |
OrganizationController.getAllUsers(String componentId)
|
UserDetail[] |
DomainDriverManager.getAllUsers(String domainId)
|
UserDetail[] |
OrganizationController.getAllUsers(String sPrefixTableName,
String sComponentName)
|
UserDetail[] |
OrganizationController.getAllUsersInDomain(String domainId)
|
UserDetail[] |
AdminController.getAllUsersOfGroup(String groupId)
Get ALL the users that are in a group or his sub groups |
UserDetail[] |
OrganizationController.getAllUsersOfGroup(String groupId)
|
UserDetail[] |
Admin.getAllUsersOfGroup(String groupId)
|
UserDetail[] |
UserManager.getAllUsersOfGroups(List<String> groupIds)
Get the users that are in the group or one of his sub-groups |
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. |
UserDetail |
SpaceInst.getCreator()
|
UserDetail |
ComponentInst.getCreator()
|
static UserDetail |
UserDetail.getCurrentRequester()
Gets the detail about the current user behind a request of treatment processing. |
UserDetail[] |
OrganizationController.getFiltredDirectUsers(String sGroupId,
String sUserLastNameFilter)
|
UserDetail[] |
Admin.getFiltredDirectUsers(String sGroupId,
String sUserLastNameFilter)
For use in userPanel : return the users that are direct child of a given group |
UserDetail |
SpaceInst.getRemover()
|
UserDetail |
ComponentInst.getRemover()
|
UserDetail |
SpaceInst.getUpdater()
|
UserDetail |
ComponentInst.getUpdater()
|
UserDetail |
ComponentSearchCriteria.getUser()
|
UserDetail |
DomainDriver.getUser(String userId)
|
UserDetail |
DomainDriverManager.getUser(String userId)
|
UserDetail |
UserManager.getUserDetail(DomainDriverManager ddManager,
String sUserId)
Get the user corresponding to the given user Id (only infos in cache table) |
UserDetail |
AdminController.getUserDetail(String sId)
Return the admin user detail corresponding to the given id |
UserDetail |
OrganizationController.getUserDetail(String sUserId)
|
UserDetail |
Admin.getUserDetail(String sUserId)
Get the user detail corresponding to the given user Id |
UserDetail |
DomainDriverManager.getUserDetail(String userId)
|
UserDetail[] |
AdminController.getUserDetails(String[] asUserIds)
Return an array of UserDetail corresponding to the given user Id array |
UserDetail[] |
OrganizationController.getUserDetails(String[] asUserIds)
|
UserDetail[] |
Admin.getUserDetails(String[] userIds)
Get the user details corresponding to the given user Ids. |
UserDetail[] |
Admin.getUsers(boolean bAllProfiles,
String sProfile,
String sClientSpaceId,
String sClientComponentId)
if bAllProfiles = true, return all the user details for the given space and given component if bAllProfiles = false, return the user details only for the given profile for the given space and given component |
UserDetail[] |
DomainDriverManager.getUsers(String[] userIds)
|
UserDetail[] |
OrganizationController.getUsers(String sPrefixTableName,
String sComponentName,
String sProfile)
|
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[] |
UserManager.getUsersOfDomain(DomainDriverManager ddManager,
String sDomainId)
Get the users of domain |
UserDetail[] |
AdminController.getUsersOfDomain(String domainId)
Get ALL the domain's users |
UserDetail[] |
Admin.getUsersOfDomain(String domainId)
|
UserDetail |
DomainDriver.importUser(String userLogin)
|
UserDetail |
DomainDriverManager.importUser(String userLogin)
|
UserDetail[] |
UserManager.searchUsers(DomainDriverManager ddManager,
UserDetail modelUser,
boolean isAnd)
|
UserDetail[] |
Admin.searchUsers(String domainId,
Map<String,String> query)
|
UserDetail[] |
OrganizationController.searchUsers(UserDetail modelUser,
boolean isAnd)
|
UserDetail[] |
Admin.searchUsers(UserDetail modelUser,
boolean isAnd)
|
static UserDetail[] |
CollectionUtil.sortUserDetailArray(UserDetail[] users)
|
UserDetail |
DomainDriver.synchroUser(String userId)
|
UserDetail |
DomainDriverManager.synchroUser(String userId)
|
Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type UserDetail | |
---|---|
static List<UserDetail> |
UserDetail.getAll()
Gets the detail about all the users in Silverpeas, whatever their domain. |
static List<UserDetail> |
UserDetail.getAllInDomain(String domainId)
Gets the detail about all the users belonging in the specified domain. |
List<? extends UserDetail> |
Group.getAllUsers()
Gets the detail about all the users that are in this group (and in the subgroups of this group). |
List<UserDetail> |
Admin.getAllUsers()
Get all users (except delete ones) from all domains. |
List<UserDetail> |
UserManager.getAllUsers()
Get all users (except deleted ones) from all domains |
List<UserDetail> |
OrganizationController.getAllUsersFromNewestToOldest()
Return all the users of Silverpeas |
List<UserDetail> |
Admin.getAllUsersFromNewestToOldest()
Get all users (except delete ones) from all domains. |
List<UserDetail> |
UserManager.getAllUsersFromNewestToOldest()
Get all users (except deleted ones) from all domains |
ListSlice<UserDetail> |
UserManager.getUsersMatchingCriteria(UserSearchCriteriaForDAO criteria)
Gets the users that match the specified criteria. |
List<UserDetail> |
OrganizationController.getUsersOfDomains(List<String> domainIds)
|
List<UserDetail> |
Admin.getUsersOfDomains(List<String> domainIds)
Get all users (except delete ones) from specified domains. |
List<UserDetail> |
UserManager.getUsersOfDomains(List<String> domainIds)
Get all users (except deleted ones) from specified domains |
List<UserDetail> |
OrganizationController.getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
|
List<UserDetail> |
Admin.getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
Get all users (except delete ones) from specified domains. |
List<UserDetail> |
UserManager.getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
Get all users (except deleted ones) from specified domains |
List<UserDetail> |
AdminController.searchUsers(String domainId,
Map<String,String> query)
|
ListSlice<UserDetail> |
OrganizationController.searchUsers(UserDetailsSearchCriteria criteria)
|
ListSlice<UserDetail> |
Admin.searchUsers(UserDetailsSearchCriteria searchCriteria)
|
Methods in com.stratelia.webactiv.beans.admin with parameters of type UserDetail | |
---|---|
String |
UserManager.addUser(DomainDriverManager ddManager,
UserDetail userDetail,
boolean addOnlyInSilverpeas)
Add the given user in Silverpeas and specific domain |
String |
AdminController.addUser(UserDetail userDetail)
Add the given user |
String |
Admin.addUser(UserDetail userDetail)
Add the given user in Silverpeas and specific domain. |
String |
Admin.addUser(UserDetail userDetail,
boolean addOnlyInSilverpeas)
Add the given user in Silverpeas and specific domain |
int |
UserDetail.compareTo(UserDetail other)
|
String |
DomainDriver.createUser(UserDetail user)
|
String |
DomainDriverManager.createUser(UserDetail user)
Create a new User. |
String |
UserManager.deleteUser(DomainDriverManager ddManager,
UserDetail user,
boolean onlyInSilverpeas)
Delete the given user |
String[] |
UserManager.getAllAdminIds(DomainDriverManager ddManager,
UserDetail fromUser)
Get all the admin Ids available in Silverpeas |
void |
UserManager.migrateUser(DomainDriverManager ddManager,
UserDetail userDetail,
String targetDomainId)
|
void |
Admin.migrateUser(UserDetail userDetail,
String targetDomainId)
|
ComponentSearchCriteria |
ComponentSearchCriteria.onUser(UserDetail 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)
|
UserDetail[] |
UserManager.searchUsers(DomainDriverManager ddManager,
UserDetail modelUser,
boolean isAnd)
|
UserDetail[] |
OrganizationController.searchUsers(UserDetail modelUser,
boolean isAnd)
|
UserDetail[] |
Admin.searchUsers(UserDetail modelUser,
boolean isAnd)
|
String[] |
UserManager.searchUsersIds(DomainDriverManager ddManager,
List<String> userIds,
UserDetail modelUser)
|
String[] |
OrganizationController.searchUsersIds(String groupId,
String componentId,
String[] profileId,
UserDetail filterUser)
|
String[] |
Admin.searchUsersIds(String sGroupId,
String componentId,
String[] profileIds,
UserDetail modelUser)
|
void |
SpaceInst.setCreator(UserDetail creator)
|
void |
ComponentInst.setCreator(UserDetail creator)
|
void |
SpaceInst.setRemover(UserDetail remover)
|
void |
ComponentInst.setRemover(UserDetail remover)
|
void |
SpaceInst.setUpdater(UserDetail updater)
|
void |
ComponentInst.setUpdater(UserDetail updater)
|
static UserDetail[] |
CollectionUtil.sortUserDetailArray(UserDetail[] users)
|
String |
AdminController.updateSynchronizedUser(UserDetail userDetail)
Update the silverpeas specific infos of a synchronized user. |
String |
UserManager.updateUser(DomainDriverManager ddManager,
UserDetail user)
Update the given user (only in silverpeas) |
String |
AdminController.updateUser(UserDetail userDetail)
Update the given user |
String |
Admin.updateUser(UserDetail user)
Update the given user (ONLY IN SILVERPEAS) |
void |
DomainDriver.updateUserDetail(UserDetail user)
|
void |
DomainDriverManager.updateUserDetail(UserDetail user)
|
Constructors in com.stratelia.webactiv.beans.admin with parameters of type UserDetail | |
---|---|
UserDetail(UserDetail toClone)
|
|
UserFull(DomainDriver domainDriver,
UserDetail toClone)
|
Uses of UserDetail in com.stratelia.webactiv.beans.admin.cache |
---|
Methods in com.stratelia.webactiv.beans.admin.cache that return UserDetail | |
---|---|
UserDetail |
AdminCache.getUserDetail(String userId)
|
Methods in com.stratelia.webactiv.beans.admin.cache with parameters of type UserDetail | |
---|---|
void |
AdminCache.opAddUser(UserDetail user)
|
void |
AdminCache.opRemoveUser(UserDetail user)
|
void |
AdminCache.opUpdateUser(UserDetail user)
|
void |
AdminCache.putUserDetail(String userId,
UserDetail userDetail)
|
Uses of UserDetail in com.stratelia.webactiv.beans.admin.dao |
---|
Methods in com.stratelia.webactiv.beans.admin.dao that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
UserDAO.getAllUsers(Connection con)
|
List<UserDetail> |
UserDAO.getAllUsersFromNewestToOldest(Connection con)
|
ListSlice<UserDetail> |
UserDAO.getUsersByCriteria(Connection connection,
UserSearchCriteriaForDAO criteria)
Gets the user details that match the specified criteria. |
List<UserDetail> |
UserDAO.getUsersOfDomains(Connection con,
List<String> domainIds)
|
List<UserDetail> |
UserDAO.getUsersOfDomainsFromNewestToOldest(Connection con,
List<String> domainIds)
|
List<UserDetail> |
UserDAO.getUsersOfGroups(Connection con,
List<String> groupIds)
|
Uses of UserDetail in com.stratelia.webactiv.beans.admin.indexation |
---|
Methods in com.stratelia.webactiv.beans.admin.indexation that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
UserIndexation.findUserFromQuery(QueryDescription queryDescription)
Finds the users that match the specified query. |
Uses of UserDetail in com.stratelia.webactiv.organization |
---|
Methods in com.stratelia.webactiv.organization with parameters of type UserDetail | |
---|---|
String[] |
UserTable.getAllAdminIds(UserDetail fromUser)
Returns all the Admin ids. |
Constructors in com.stratelia.webactiv.organization with parameters of type UserDetail | |
---|---|
UserFavoriteSpaceVO(UserDetail user,
SpaceInstLight space)
Default UserFavoriteSpaceVO constructor |
Uses of UserDetail in com.stratelia.webactiv.todo.control |
---|
Methods in com.stratelia.webactiv.todo.control that return UserDetail | |
---|---|
UserDetail[] |
ToDoSessionController.getUserList()
Method declaration |
Uses of UserDetail in com.stratelia.webactiv.util.node.model |
---|
Methods in com.stratelia.webactiv.util.node.model with parameters of type UserDetail | |
---|---|
boolean |
NodeDetail.canBeAccessedBy(UserDetail user)
Is the specified user can access this node? |
Uses of UserDetail in com.stratelia.webactiv.util.publication.model |
---|
Methods in com.stratelia.webactiv.util.publication.model that return UserDetail | |
---|---|
UserDetail |
PublicationDetail.getCreator()
|
Methods in com.stratelia.webactiv.util.publication.model with parameters of type UserDetail | |
---|---|
boolean |
PublicationDetail.canBeAccessedBy(UserDetail user)
Is the specified user can access this publication? |
boolean |
PublicationDetail.canBeModifiedBy(UserDetail user)
Is the specified user can access this publication on persist context? |
Uses of UserDetail in com.stratelia.webactiv.util.questionContainer.model |
---|
Methods in com.stratelia.webactiv.util.questionContainer.model that return UserDetail | |
---|---|
UserDetail |
QuestionContainerDetail.getCreator()
|
Methods in com.stratelia.webactiv.util.questionContainer.model with parameters of type UserDetail | |
---|---|
boolean |
QuestionContainerDetail.canBeAccessedBy(UserDetail user)
Is the specified user can access this container of questions? |
Uses of UserDetail in com.stratelia.webactiv.util.statistic.model |
---|
Methods in com.stratelia.webactiv.util.statistic.model that return UserDetail | |
---|---|
UserDetail |
HistoryByUser.getUser()
|
Methods in com.stratelia.webactiv.util.statistic.model with parameters of type UserDetail | |
---|---|
void |
HistoryByUser.setUser(UserDetail user)
|
Constructors in com.stratelia.webactiv.util.statistic.model with parameters of type UserDetail | |
---|---|
HistoryByUser(UserDetail user,
Date lastAccess,
int nbAccess)
Constructor declaration |
Uses of UserDetail in com.stratelia.webactiv.util.viewGenerator.html |
---|
Methods in com.stratelia.webactiv.util.viewGenerator.html with parameters of type UserDetail | |
---|---|
static org.apache.ecs.xhtml.span |
UserNameGenerator.generate(UserDetail user,
String currentUserId)
|
static String |
UserNameGenerator.toString(UserDetail user,
String currentUserId)
|
Uses of UserDetail in org.silverpeas.admin.domain.quota |
---|
Methods in org.silverpeas.admin.domain.quota with parameters of type UserDetail | |
---|---|
static UserDomainQuotaKey |
UserDomainQuotaKey.from(UserDetail userDetail)
Initializing a quota key from a given user |
Uses of UserDetail in org.silverpeas.admin.space.quota |
---|
Methods in org.silverpeas.admin.space.quota that return UserDetail | |
---|---|
UserDetail |
DataStorageSpaceQuotaKey.getUser()
|
Methods in org.silverpeas.admin.space.quota with parameters of type UserDetail | |
---|---|
static DataStorageSpaceQuotaKey |
DataStorageSpaceQuotaKey.from(UserDetail user)
|
Uses of UserDetail in org.silverpeas.admin.web.delegate |
---|
Methods in org.silverpeas.admin.web.delegate with parameters of type UserDetail | |
---|---|
static AdminPersonalWebDelegate |
AdminPersonalWebDelegate.getInstance(UserDetail user,
UserPreferences userPreference,
LookWebDelegate lookDelegate)
Easy way to instance the look service provider. |
Uses of UserDetail in org.silverpeas.attachment.model |
---|
Methods in org.silverpeas.attachment.model with parameters of type UserDetail | |
---|---|
boolean |
SimpleDocument.canBeAccessedBy(UserDetail user)
Is the specified user can access this document? |
boolean |
SimpleDocument.canBeModifiedBy(UserDetail user)
Is the specified user can access this document on persist context? |
boolean |
SimpleDocument.isDownloadAllowedForRolesFrom(UserDetail user)
Indicates if the download of the document is allowed for the given user in relation to its roles. |
boolean |
SimpleDocument.isSharingAllowedForRolesFrom(UserDetail user)
|
Uses of UserDetail in org.silverpeas.attachment.web |
---|
Methods in org.silverpeas.attachment.web with parameters of type UserDetail | |
---|---|
static void |
WebDavTokenProducer.deleteToken(UserDetail user,
String documentId)
Deletes the token that was generated for the specified user to access the specified document. |
static String |
WebDavTokenProducer.generateToken(UserDetail user,
String documentId)
Generates a token for the specified user to edit by WebDAV the specified document. |
Uses of UserDetail in org.silverpeas.authentication |
---|
Methods in org.silverpeas.authentication with parameters of type UserDetail | |
---|---|
String |
UserAuthenticationListener.firstHomepageAccessAfterAuthentication(javax.servlet.http.HttpServletRequest request,
UserDetail user,
String finalURL)
|
Uses of UserDetail in org.silverpeas.authentication.verifier |
---|
Methods in org.silverpeas.authentication.verifier with parameters of type UserDetail | |
---|---|
protected static UserCanTryAgainToLoginVerifier |
UserCanTryAgainToLoginVerifier.get(UserDetail user)
Gets user connection attempt handling. |
static UserCanLoginVerifier |
AuthenticationUserVerifierFactory.getUserCanLoginVerifier(UserDetail user)
Gets user state verifier from UserDetail. |
static UserCanTryAgainToLoginVerifier |
AuthenticationUserVerifierFactory.getUserCanTryAgainToLoginVerifier(UserDetail user)
Gets user connection attempt verifier from a login and a domain identifier. |
static UserMustChangePasswordVerifier |
AuthenticationUserVerifierFactory.getUserMustChangePasswordVerifier(UserDetail user)
Gets user must change his password verifier from credentials. |
Constructors in org.silverpeas.authentication.verifier with parameters of type UserDetail | |
---|---|
UserCanLoginVerifier(UserDetail user)
Default constructor. |
|
UserMustAcceptTermsOfServiceVerifier(UserDetail user)
Default constructor. |
|
UserMustChangePasswordVerifier(UserDetail user)
Default constructor. |
Uses of UserDetail in org.silverpeas.contribution.model |
---|
Methods in org.silverpeas.contribution.model that return UserDetail | |
---|---|
UserDetail |
ContributionValidation.getValidator()
Gets the validator of the contribution. |
Methods in org.silverpeas.contribution.model with parameters of type UserDetail | |
---|---|
void |
ContributionValidation.setValidator(UserDetail validator)
Sets the validator of the contribution. |
Constructors in org.silverpeas.contribution.model with parameters of type UserDetail | |
---|---|
ContributionValidation(ContributionStatus status,
UserDetail validator,
Date validationDate)
Constructs a contribution validation that was done by the specified validator at the given date. |
|
ContributionValidation(ContributionStatus status,
UserDetail validator,
Date validationDate,
String comment)
Constructs a contribution validation that was done by the specified validator at the given date and with the specified comment. |
Uses of UserDetail in org.silverpeas.core.admin |
---|
Methods in org.silverpeas.core.admin that return UserDetail | |
---|---|
UserDetail[] |
OrganisationController.getAllUsers()
Return all the users of Silverpeas |
UserDetail[] |
OrganisationController.getAllUsers(String componentId)
Return all the users allowed to acces the given component |
UserDetail[] |
OrganisationController.getAllUsers(String sPrefixTableName,
String sComponentName)
Deprecated. use getAllUsers(String componentId) Return all the users allowed to acces the given component of the given space |
UserDetail[] |
OrganisationController.getAllUsersInDomain(String domainId)
Gets all the users that belong to the specified domain. |
UserDetail[] |
OrganisationController.getAllUsersOfGroup(String groupId)
Get ALL the users that are in a group or his sub groups |
UserDetail[] |
OrganisationController.getFiltredDirectUsers(String sGroupId,
String sUserLastNameFilter)
For use in userPanel : return the users that are direct child of a given group |
UserDetail |
OrganisationController.getUserDetail(String sUserId)
Return the UserDetail of the user with the given ldap Id |
UserDetail[] |
OrganisationController.getUserDetails(String[] asUserIds)
Return an array of UserDetail corresponding to the given user Id array |
UserDetail[] |
OrganisationController.getUsers(String sPrefixTableName,
String sComponentName,
String sProfile)
Return all the users with the given profile allowed to access the given component of the given space |
UserDetail[] |
OrganisationController.searchUsers(UserDetail modelUser,
boolean isAnd)
Return an array of UserDetail corresponding to the founded users |
Methods in org.silverpeas.core.admin that return types with arguments of type UserDetail | |
---|---|
List<UserDetail> |
OrganisationController.getAllUsersFromNewestToOldest()
|
List<UserDetail> |
OrganisationController.getUsersOfDomains(List<String> domainIds)
|
List<UserDetail> |
OrganisationController.getUsersOfDomainsFromNewestToOldest(List<String> domainIds)
|
ListSlice<UserDetail> |
OrganisationController.searchUsers(UserDetailsSearchCriteria criteria)
Searches the users that match the specified criteria. |
Methods in org.silverpeas.core.admin with parameters of type UserDetail | |
---|---|
UserDetail[] |
OrganisationController.searchUsers(UserDetail modelUser,
boolean isAnd)
Return an array of UserDetail corresponding to the founded users |
String[] |
OrganisationController.searchUsersIds(String groupId,
String componentId,
String[] profileId,
UserDetail filterUser)
Return all the users of Silverpeas |
Uses of UserDetail in org.silverpeas.importExport.attachment |
---|
Constructors in org.silverpeas.importExport.attachment with parameters of type UserDetail | |
---|---|
AttachmentImportExport(UserDetail user)
|
Uses of UserDetail in org.silverpeas.importExport.versioning |
---|
Constructors in org.silverpeas.importExport.versioning with parameters of type UserDetail | |
---|---|
VersioningImportExport(UserDetail user)
|
Uses of UserDetail in org.silverpeas.look.web.delegate |
---|
Methods in org.silverpeas.look.web.delegate with parameters of type UserDetail | |
---|---|
static LookWebDelegate |
LookWebDelegate.getInstance(UserDetail user,
UserPreferences userPreference,
javax.servlet.http.HttpServletRequest request)
Easy way to instance the look service provider |
Uses of UserDetail in org.silverpeas.persistence.model |
---|
Methods in org.silverpeas.persistence.model that return UserDetail | |
---|---|
UserDetail |
AbstractEntity.getCreator()
|
UserDetail |
Entity.getCreator()
Gets the user which has created the entity (in the persistence environment). |
UserDetail |
AbstractEntity.getLastUpdater()
|
UserDetail |
Entity.getLastUpdater()
Gets the last user which has updated the entity (in the persistence environment). |
Methods in org.silverpeas.persistence.model with parameters of type UserDetail | |
---|---|
ENTITY |
AbstractEntity.setCreator(UserDetail creator)
|
ENTITY |
Entity.setCreator(UserDetail creator)
Sets the user which has created the entity (in the persistence environment). |
ENTITY |
AbstractEntity.setLastUpdater(UserDetail updater)
|
ENTITY |
Entity.setLastUpdater(UserDetail updater)
Sets the last user which has updated the entity (in the persistence environment). |
Uses of UserDetail in org.silverpeas.persistence.repository |
---|
Methods in org.silverpeas.persistence.repository that return UserDetail | |
---|---|
UserDetail |
OperationContext.getUser()
Gets the user behind the operation. |
Methods in org.silverpeas.persistence.repository with parameters of type UserDetail | |
---|---|
static OperationContext |
OperationContext.fromUser(UserDetail user)
Creates an instance from the given user. |
Uses of UserDetail in org.silverpeas.process.management |
---|
Methods in org.silverpeas.process.management that return UserDetail | |
---|---|
UserDetail |
ProcessExecutionContext.getUser()
|
Constructors in org.silverpeas.process.management with parameters of type UserDetail | |
---|---|
ProcessExecutionContext(UserDetail user,
String componentInstanceId)
Default constructor |
|
ProcessExecutionContext(UserDetail user,
String componentInstanceId,
boolean requiresNewFileTransaction)
Default constructor |
Uses of UserDetail in org.silverpeas.profile |
---|
Methods in org.silverpeas.profile that return UserDetail | |
---|---|
UserDetail |
UserReference.getEntity()
|
Methods in org.silverpeas.profile with parameters of type UserDetail | |
---|---|
static UserReference |
UserReference.fromUser(UserDetail user)
|
Uses of UserDetail in org.silverpeas.publication.web |
---|
Methods in org.silverpeas.publication.web with parameters of type UserDetail | |
---|---|
void |
PublicationEntity.setCreator(UserDetail user)
|
Uses of UserDetail in org.silverpeas.rating |
---|
Methods in org.silverpeas.rating that return UserDetail | |
---|---|
UserDetail |
RaterRatingPK.getRater()
|
UserDetail |
RaterRating.getRater()
Gets the UserDetail instance that represents the rater. |
Methods in org.silverpeas.rating with parameters of type UserDetail | |
---|---|
RaterRating |
ContributionRating.getRaterRating(UserDetail rater)
Gets an instance of a RaterRating according to the specified rater. |
Constructors in org.silverpeas.rating with parameters of type UserDetail | |
---|---|
RaterRatingPK(String id,
String componentId,
String type,
UserDetail rater)
|
Uses of UserDetail in org.silverpeas.servlets.credentials |
---|
Methods in org.silverpeas.servlets.credentials with parameters of type UserDetail | |
---|---|
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.sharing.web |
---|
Methods in org.silverpeas.sharing.web with parameters of type UserDetail | |
---|---|
Ticket |
TicketEntity.toTicket(UserDetail user)
|
Uses of UserDetail in org.silverpeas.subscription |
---|
Methods in org.silverpeas.subscription that return UserDetail | |
---|---|
UserDetail |
SubscriptionContext.getUser()
Gets the current user. |
Constructors in org.silverpeas.subscription with parameters of type UserDetail | |
---|---|
SubscriptionContext(UserDetail user,
UserPreferences userPreferences)
Default constructor |
Uses of UserDetail in org.silverpeas.subscription.bean |
---|
Methods in org.silverpeas.subscription.bean that return UserDetail | |
---|---|
protected UserDetail |
AbstractSubscriptionBean.getUser()
Gets the user data. |
Uses of UserDetail in org.silverpeas.upload |
---|
Methods in org.silverpeas.upload with parameters of type UserDetail | |
---|---|
static UploadedFile |
UploadedFile.from(javax.servlet.http.HttpServletRequest request,
String uploadSessionId,
UserDetail uploader)
Creates a representation of an uploaded file from HttpServletRequest and a given uploaded file identifier. |
static Collection<UploadedFile> |
FileUploadManager.getUploadedFiles(javax.servlet.http.HttpServletRequest request,
UserDetail uploader)
Retrieves from HttpServletRequest a collection of UploadedFile |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |