Class UserSearch

All Implemented Interfaces:
com.appiancorp.asl3.servicefw.connect.ASLIdentity, com.appiancorp.services.ASLIdentity, LocalStringId, Serializable

public class UserSearch extends UserProfile

This represents the User search object. The UserSearch object should be populated with the user fields to be searched on, and the criteria to be used in performing the search. For example, the UserSearch object might have the username field set to "john.doe", the lastName fields set to "Doe", the operatorUsername field set to Operator.EQUALS and the operatorLastName field set to Operator.ENDS_WITH. A call to UserService.findUsers(UserSearch, boolean) with this UserSearch object will return all users whose username is "john.doe", and whose last name ends with "Doe". See Operator for valid operator values.

See Also:
  • Constructor Details

    • UserSearch

      public UserSearch()
  • Method Details

    • getOperatorUsername

      public Integer getOperatorUsername()
      Gets the operator to be applied to the username.
      Returns:
      the operator
    • setOperatorUsername

      public void setOperatorUsername(Integer operatorUsername_)
      Sets the operator to be applied to the username
      Parameters:
      operatorUsername_ - the operator
    • getOperatorFirstName

      public Integer getOperatorFirstName()
      Gets the operator to be applied to the first name.
      Returns:
      the operator
    • setOperatorFirstName

      public void setOperatorFirstName(Integer operatorFirstName_)
      Sets the operator to be applied to the first name
      Parameters:
      operatorFirstName_ - the operator
    • getOperatorMiddleName

      public Integer getOperatorMiddleName()
      Gets the operator to be applied to the middle name.
      Returns:
      the operator
    • setOperatorMiddleName

      public void setOperatorMiddleName(Integer operatorMiddleName_)
      Sets the operator to be applied to the middle name
      Parameters:
      operatorMiddleName_ - the operator
    • getOperatorLastName

      public Integer getOperatorLastName()
      Gets the operator to be applied to the last name.
      Returns:
      the operator
    • setOperatorLastName

      public void setOperatorLastName(Integer operatorLastName_)
      Sets the operator to be applied to the last name
      Parameters:
      operatorLastName_ - the operator
    • getOperatorDisplayName

      public Integer getOperatorDisplayName()
      Gets the operator to be applied to the display name.
      Returns:
      the operator
    • setOperatorDisplayName

      public void setOperatorDisplayName(Integer operatorDisplayName_)
      Sets the operator to be applied to the display name
      Parameters:
      operatorDisplayName_ - the operator
    • getOperatorEmail

      public Integer getOperatorEmail()
      Gets the operator to be applied to the email.
      Returns:
      the operator
    • setOperatorEmail

      public void setOperatorEmail(Integer operatorEmail_)
      Sets the operator to be applied to the email
      Parameters:
      operatorEmail_ - the operator
    • getOperatorSocialSecurityNumber

      public Integer getOperatorSocialSecurityNumber()
      Gets the operator to be applied to the social security number.
      Returns:
      the operator
    • setOperatorSocialSecurityNumber

      public void setOperatorSocialSecurityNumber(Integer operatorSocialSecurityNumber_)
      Sets the operator to be applied to the social security number
      Parameters:
      operatorSocialSecurityNumber_ - the operator
    • getGroupId

      public Long getGroupId()
      Gets the group ID
      Returns:
      the group ID.
    • setGroupId

      public void setGroupId(Long groupId_)
      Sets the group ID
      Parameters:
      groupId_ - the group ID
    • getGroupName

      public String getGroupName()
      Gets the group name
      Returns:
      the group name.
    • setGroupName

      public void setGroupName(String groupName_)
      Sets the group name
      Parameters:
      groupName_ - the group name
    • getOperatorCustomField1

      public Integer getOperatorCustomField1()
      Gets the operator to be applied to custom field 1
      Returns:
      the operator
    • setOperatorCustomField1

      public void setOperatorCustomField1(Integer operatorCustomField1_)
      Sets the operator to be applied to custom field 1
      Parameters:
      operatorCustomField1_ - the operator
    • getOperatorCustomField10

      public Integer getOperatorCustomField10()
      Gets the operator to be applied to custom field 10
      Returns:
      the operator
    • setOperatorCustomField10

      public void setOperatorCustomField10(Integer operatorCustomField10_)
      Sets the operator to be applied to custom field 10
      Parameters:
      operatorCustomField10_ - the operator
    • getOperatorCustomField2

      public Integer getOperatorCustomField2()
      Gets the operator to be applied to custom field 2
      Returns:
      the operator
    • setOperatorCustomField2

      public void setOperatorCustomField2(Integer operatorCustomField2_)
      Sets the operator to be applied to custom field 2
      Parameters:
      operatorCustomField2_ - the operator
    • getOperatorCustomField3

      public Integer getOperatorCustomField3()
      Gets the operator to be applied to custom field 3
      Returns:
      the operator
    • setOperatorCustomField3

      public void setOperatorCustomField3(Integer operatorCustomField3_)
      Sets the operator to be applied to custom field 3
      Parameters:
      operatorCustomField3_ - the operator
    • getOperatorCustomField4

      public Integer getOperatorCustomField4()
      Gets the operator to be applied to custom field 4
      Returns:
      the operator
    • setOperatorCustomField4

      public void setOperatorCustomField4(Integer operatorCustomField4_)
      Sets the operator to be applied to custom field 4
      Parameters:
      operatorCustomField4_ - the operator
    • getOperatorCustomField5

      public Integer getOperatorCustomField5()
      Gets the operator to be applied to custom field 5
      Returns:
      the operator
    • setOperatorCustomField5

      public void setOperatorCustomField5(Integer operatorCustomField5_)
      Sets the operator to be applied to custom field 5
      Parameters:
      operatorCustomField5_ - the operator
    • getOperatorCustomField6

      public Integer getOperatorCustomField6()
      Gets the operator to be applied to custom field 6
      Returns:
      the operator
    • setOperatorCustomField6

      public void setOperatorCustomField6(Integer operatorCustomField6_)
      Sets the operator to be applied to custom field 6
      Parameters:
      operatorCustomField6_ - the operator
    • getOperatorCustomField7

      public Integer getOperatorCustomField7()
      Gets the operator to be applied to custom field 7
      Returns:
      the operator
    • setOperatorCustomField7

      public void setOperatorCustomField7(Integer operatorCustomField7_)
      Sets the operator to be applied to custom field 7
      Parameters:
      operatorCustomField7_ - the operator
    • getOperatorCustomField8

      public Integer getOperatorCustomField8()
      Gets the operator to be applied to custom field 8
      Returns:
      the operator
    • setOperatorCustomField8

      public void setOperatorCustomField8(Integer operatorCustomField8_)
      Sets the operator to be applied to custom field 8
      Parameters:
      operatorCustomField8_ - the operator
    • getOperatorCustomField9

      public Integer getOperatorCustomField9()
      Gets the operator to be applied to custom field 9
      Returns:
      the operator
    • setOperatorCustomField9

      public void setOperatorCustomField9(Integer operatorCustomField9_)
      Sets the operator to be applied to custom field 9
      Parameters:
      operatorCustomField9_ - the operator
    • getOperatorGroupName

      public Integer getOperatorGroupName()
      Gets the operator to be applied to the group name
      Returns:
      the operator
    • setOperatorGroupName

      public void setOperatorGroupName(Integer operatorGroupName_)
      Sets the operator to be applied to the group name
      Parameters:
      operatorGroupName_ - the operator
    • getOperatorSupervisorName

      public Integer getOperatorSupervisorName()
      Gets the operator to be applied to the supervisor name
      Returns:
      the operator
    • setOperatorSupervisorName

      public void setOperatorSupervisorName(Integer operatorSupervisorName_)
      Sets the operator to be applied to the supervisor name
      Parameters:
      operatorSupervisorName_ - the operator
    • getOperatorTitleName

      public Integer getOperatorTitleName()
      Gets the operator to be applied to the title name
      Returns:
      the operator
    • setOperatorTitleName

      public void setOperatorTitleName(Integer operatorTitleName_)
      Sets the operator to be applied to the title name
      Parameters:
      operatorTitleName_ - the operator