Class UserExecutiveAssistant

All Implemented Interfaces:
Serializable

public class UserExecutiveAssistant extends BroadWorksUserService
See Also:
  • Field Details

  • Constructor Details

    • UserExecutiveAssistant

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

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

    • getClassName

      public String getClassName()
    • getExecutiveAssistant

      Response to the UserExecutiveAssistantGetRequest. Contains the executive assistant setting and a table of executives this assistant has been assigned to. The criteria table's column headings are: "User Id", "Last Name", "First Name", ", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "Assistant Opt-in Status" and "Executive Allow Opt-in". The possible values for "Assistant Opt-in Status" and "Executive Allow Opt-in" columns are "true" and "false".
      Returns:
      the UserExecutiveAssistantGetResponse 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