Class SubjectStatusResult

java.lang.Object
edu.internet2.middleware.subject.provider.SubjectStatusResult

public class SubjectStatusResult extends Object
bean that represents how the source should augment the query for the status. note, it the field name and datastore are blank, then just use the stripped query for this datastore
  • Constructor Details

    • SubjectStatusResult

      public SubjectStatusResult()
  • Method Details

    • isAll

      public boolean isAll()
      if this is a search for all
      Returns:
      if all
    • setAll

      public void setAll(boolean all1)
      if this is a search for all
      Parameters:
      all1 -
    • isEquals

      public boolean isEquals()
      whether it is equals or not equals
      Returns:
    • setEquals

      public void setEquals(boolean equals1)
      whether it is equals or not equals
      Parameters:
      equals1 -
    • getStrippedQuery

      public String getStrippedQuery()
      if there was a status part of the query, strip that out, and this is the remaining part
      Returns:
      status
    • setStrippedQuery

      public void setStrippedQuery(String strippedQuery1)
      if there was a status part of the query, strip that out, and this is the remaining part
      Parameters:
      strippedQuery1 -
    • getDatastoreValue

      public String getDatastoreValue()
      the value of the status to use for this query
      Returns:
      datastore value
    • setDatastoreValue

      public void setDatastoreValue(String datastoreValue1)
      the value of the status to use for this query
      Parameters:
      datastoreValue1 -
    • getDatastoreFieldName

      public String getDatastoreFieldName()
      the field name (column or attribute) of the status to use for this query
      Returns:
      field name
    • setDatastoreFieldName

      public void setDatastoreFieldName(String datastoreFieldName1)
      the field name (column or attribute) of the status to use for this query
      Parameters:
      datastoreFieldName1 -