Uses of Class
com.e_c_group.bwptk.User

Packages that use User
com.e_c_group.bwptk   
 

Uses of User in com.e_c_group.bwptk
 

Methods in com.e_c_group.bwptk that return User
static User User.add(Group g, java.lang.String userId, java.lang.String lastName, java.lang.String firstName, java.lang.String callingLineIdLastName, java.lang.String callingLineIdFirstName, java.lang.String callingLineIdPhoneNumber, java.lang.String password, java.lang.String language, java.lang.String timeZone)
          This static request creates a new User.
 User UserRegistration.getUser()
           
 User AccessDeviceUser.getUser()
           
static User User.getUser(Group group, java.lang.String userId)
          Retrieve a specific User object
 

Methods in com.e_c_group.bwptk that return types with arguments of type User
 java.util.List<User> GroupAccessDevice.getUserList()
           
static java.util.List<User> User.getUsersInGroup(Group group)
          Retrieve all Users within the specified Group
static java.util.List<User> TrunkGroup.getUsersInTrunkGroup(TrunkGroup trunkGroup)
           
static java.util.List<User> User.searchForUser(BroadWorksServer bws, java.lang.String sp, java.lang.String mode, java.lang.String criteria)
          Performs a search for a User and returns a list of candidates.
 

Methods in com.e_c_group.bwptk with parameters of type User
 boolean CallPickupGroup.addUser(User u)
          Add a user to this call pickup group.
static java.util.List<GroupAccessDevice> User.getGroupAccessDeviceListByUser(User u)
          Retrieve the Group Access Devices for a specified User
static UserRegistration UserRegistration.getRegistration(User user)
           
static void User.setPrimaryUserPerDeviceByUser(User u)
          Sets a User as Primary User for all Group Access Devices Assigned
 

Constructors in com.e_c_group.bwptk with parameters of type User
AccessDeviceUser(AccessDevice ad, User u, java.lang.String linePort, java.lang.String endpointType, boolean isPrimary, java.lang.String order)