Class UserReceptionistEnterprise

All Implemented Interfaces:
Serializable

public class UserReceptionistEnterprise extends BroadWorksUserService
See Also:
  • Field Details

  • Constructor Details

    • UserReceptionistEnterprise

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

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

    • getClassName

      public String getClassName()
    • getBroadWorksReceptionistEnterprise

      Response to UserBroadWorksReceptionistEnterpriseGetRequest. Returns a 12 column table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Group Id", "Phone Number", "Extension", "Mobile", "Email Address", "Department", "IMP Id", "Title", "Receptionist Note". The Receptionist Note column is only populated, if the user sending the request is the owner of the Receptionist Note and a Note exists.
      Returns:
      the UserBroadWorksReceptionistEnterpriseGetResponse 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