Uses of Class
com.e_c_group.bwptk.GroupAccessDevice

Packages that use GroupAccessDevice
com.e_c_group.bwptk   
 

Uses of GroupAccessDevice in com.e_c_group.bwptk
 

Methods in com.e_c_group.bwptk that return GroupAccessDevice
static GroupAccessDevice GroupAccessDevice.create(Group g, java.lang.String deviceName, java.lang.String deviceType, java.lang.String macAddress)
          Create a new device.
 GroupAccessDevice User.getGroupAccessDevice()
          Retrieve the Group Access Device object for the User
static GroupAccessDevice GroupAccessDevice.getGroupAccessDevice(Group group, java.lang.String deviceName)
           
 

Methods in com.e_c_group.bwptk that return types with arguments of type GroupAccessDevice
static java.util.List<GroupAccessDevice> User.getGroupAccessDeviceListByUser(User u)
          Retrieve the Group Access Devices for a specified User
 java.util.List<GroupAccessDevice> Group.getGroupAccessDevices()
          Retrieves the list of Group Access Devices for this Group.
 

Methods in com.e_c_group.bwptk with parameters of type GroupAccessDevice
static boolean GroupAccessDevice.migrateGroupAccessDevice(BroadWorksServer bws, java.io.PrintStream out, GroupAccessDevice oldGad, java.lang.String newServiceProviderId, java.lang.String newGroupId)
          Deletes the given device, and replaces it with a new device of the same name having a different group.
static boolean GroupAccessDevice.modifyDeviceWithNewMacAddress(BroadWorksServer bws, java.io.PrintStream out, GroupAccessDevice Gad, java.lang.String newMacAddress)
           
static boolean GroupAccessDevice.reincarnateDeviceWithNewDeviceName(BroadWorksServer bws, java.io.PrintStream out, GroupAccessDevice oldGad, java.lang.String newDeviceName)
          Deletes the given device, and replaces it with a new name of the same device type.
static boolean GroupAccessDevice.reincarnateDeviceWithNewDeviceType(BroadWorksServer bws, java.io.PrintStream out, GroupAccessDevice oldGad, java.lang.String newDeviceType)
          Deletes the given device, and replaces it with a new device of the same name having the new device type.