Uses of Class
com.e_c_group.bwptk.AccessDeviceUser

Packages that use AccessDeviceUser
com.e_c_group.bwptk   
 

Uses of AccessDeviceUser in com.e_c_group.bwptk
 

Methods in com.e_c_group.bwptk that return types with arguments of type AccessDeviceUser
 java.util.List<AccessDeviceUser> GroupAccessDevice.getAccessDeviceUsers()
          Method to return a list of the Users of the Access Device
 

Methods in com.e_c_group.bwptk with parameters of type AccessDeviceUser
 boolean User.assignToDevice(AccessDeviceUser adu)
          Assign this user to the specified group access device.
static boolean SharedCallAppearance.create(AccessDeviceUser adu)
          Create a shared call appearance.
static boolean SharedCallAppearance.unassignFromDevice(AccessDeviceUser adu)
          Delete this shared call appearance.