Uses of Class
org.silverpeas.admin.user.constant.UserState

Packages that use UserState
com.silverpeas.profile.web   
com.stratelia.webactiv.beans.admin   
com.stratelia.webactiv.beans.admin.dao   
org.silverpeas.admin.user.constant   
 

Uses of UserState in com.silverpeas.profile.web
 

Methods in com.silverpeas.profile.web with parameters of type UserState
 UserGroupsSearchCriteriaBuilder UserGroupsSearchCriteriaBuilder.withUserStatesToExclude(UserState[] userStates)
           
 UserProfilesSearchCriteriaBuilder UserProfilesSearchCriteriaBuilder.withUserStatesToExclude(UserState[] userStates)
           
 

Method parameters in com.silverpeas.profile.web with type arguments of type UserState
 javax.ws.rs.core.Response UserGroupProfileResource.getAllRootGroups(Set<String> groupIds, String name, String page, String domain, Set<UserState> userStatesToExclude)
          Gets all the root user groups in Silverpeas.
 javax.ws.rs.core.Response UserProfileResource.getApplicationUsers(String instanceId, String groupId, String roles, String resource, String name, String page, Set<UserState> userStatesToExclude)
          Gets the profiles of the users that have access to the specified Silverpeas component instance and that matches the specified optional query parameters.
 javax.ws.rs.core.Response UserGroupProfileResource.getGroupsInApplication(String instanceId, String roles, String resource, String name, String page, String domain, Set<UserState> userStatesToExclude)
          Gets the groups of users having the priviledges to access the specified Silverpeas application instance.
 javax.ws.rs.core.Response UserGroupProfileResource.getSubGroups(String groups, String name, String page, Set<UserState> userStatesToExclude)
          Gets the direct subgroups of the group of groups identified by the specified path.
 javax.ws.rs.core.Response UserProfileResource.getUserContacts(String userId, String instanceId, String roles, String resource, String name, String page, String domain, Set<UserState> userStatesToExclude)
          Gets the profile on the user that is identified by the unique identifier refered by the URI.
 javax.ws.rs.core.Response UserProfileResource.getUsers(Set<String> userIds, String groupId, String name, String page, String domain, Set<UserAccessLevel> accessLevels, Set<UserState> userStatesToExclude)
          Gets the users defined in Silverpeas and that matches the specified optional query parameters.
 

Uses of UserState in com.stratelia.webactiv.beans.admin
 

Methods in com.stratelia.webactiv.beans.admin that return UserState
 UserState[] UserDetailsSearchCriteria.getCriterionOnUserStatesToExclude()
          Gets user states to exclude criterion.
 UserState[] GroupsSearchCriteria.getCriterionOnUserStatesToExclude()
          Gets user states to exclude criterion.
 UserState UserDetail.getState()
          Please use UserDetail.isValidState() to retrieve user validity information.
 

Methods in com.stratelia.webactiv.beans.admin with parameters of type UserState
 SearchCriteria SearchCriteria.onUserStatesToExclude(UserState... userStates)
          Appends a criteria on the user states that must exclude users from the result.
 UserDetailsSearchCriteria UserDetailsSearchCriteria.onUserStatesToExclude(UserState... userStates)
           
 SearchCriteria GroupsSearchCriteria.onUserStatesToExclude(UserState... userStates)
           
 void UserDetail.setState(UserState state)
          The state of the user (account) is updated and the according save date too.
 

Uses of UserState in com.stratelia.webactiv.beans.admin.dao
 

Methods in com.stratelia.webactiv.beans.admin.dao that return types with arguments of type UserState
 Set<UserState> GroupSearchCriteriaForDAO.getCriterionOnUserStatesToExclude()
           
 

Methods in com.stratelia.webactiv.beans.admin.dao with parameters of type UserState
 SearchCriteria GroupSearchCriteriaForDAO.onUserStatesToExclude(UserState... userStates)
           
 UserSearchCriteriaForDAO UserSearchCriteriaForDAO.onUserStatesToExclude(UserState... userStates)
           
 

Uses of UserState in org.silverpeas.admin.user.constant
 

Methods in org.silverpeas.admin.user.constant that return UserState
static UserState UserState.from(String name)
           
static UserState UserState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserState[] UserState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016 Silverpeas. All Rights Reserved.