Class UserCallNotify

All Implemented Interfaces:
Serializable

public class UserCallNotify extends BroadWorksUserService
See Also:
  • Field Details

  • Constructor Details

    • UserCallNotify

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

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

    • getClassName

      public String getClassName()
    • getCallNotifyCriteria

      public List<UserCallNotify.UserCallNotifyGetCriteriaResponse> getCallNotifyCriteria()
      Response to the UserCallNotifyGetCriteriaRequest21.
      Returns:
      the UserCallNotifyGetCriteriaResponse for this service
    • getCallNotify

      Response to the UserCallNotifyGetRequest. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted" ,"Holiday Schedule", "Calls To Type", "Calls To Number" and "Calls To Extension". The following columns are only returned in AS data mode: "Calls To Type", "Calls To Number" and "Calls To Extension" The possible values for the "Calls To Type" column are the following or a combination of them separated by comma: - Primary - Alternate X (where x is a number between 1 and 10) - Mobility The possible values for the "Calls To Number" column are the following or a combination of them separated by comma: - The value of the phone number for the corresponding Calls To Type, when the number is available. i.e. Alternate 1 may have extension, but no number. - When no number is available a blank space is provided instead. The possible values for the "Calls To Extension" column are the following or a combination of them separated by comma: - The value of the extension for the corresponding Calls To Type, when the extension is available. i.e. Primary may have number, but no extension. - For Mobility Calls To Type, this is always blank. - When no extension is available a blank space is provided instead.
      Returns:
      the UserCallNotifyGetResponse 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