Class UserRouteList

All Implemented Interfaces:
Serializable

public class UserRouteList extends BroadWorksUserService
See Also:
  • Field Details

  • Constructor Details

    • UserRouteList

      public UserRouteList(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
      Returns a UserService Object with the User Assigned
      Parameters:
      user -
    • UserRouteList

      public UserRouteList()
      The serializable constructor for the UserService
  • Method Details

    • getClassName

      public String getClassName()
    • getRouteList

      Response to UserRouteListGetRequest24. Contains the route list setting and a list of assigned number ranges and number prefixes. The column headings for assignedNumberRangeTable are "Number Range Start", "Number Range End", "Is Active" and "Extension Length". The column headings for assignedNumberPrefixTable are "Number Prefix" ","Is Active", "Extension Range Start" and "Extension Range End".
      Returns:
      the UserRouteListGetResponse for this service
    • populate

      public DefaultResponse populate()
      Populates all available service data
      Specified by:
      populate in class BroadWorksObject
    • push

      public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
      Adds all available service data to a User
      Specified by:
      push in class BroadWorksUserService
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object