Class UserCallPark

All Implemented Interfaces:
Serializable

public class UserCallPark extends BroadWorksUserService
See Also:
  • Field Details

  • Constructor Details

    • UserCallPark

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

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

    • getClassName

      public String getClassName()
    • getCallPark

      Response to the UserCallParkGetRequest. Identifies which Call Park group the user belongs to and the list of users in the group. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name". The users are in the table in the order they will try to be parked on.
      Returns:
      the UserCallParkGetResponse 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