Class SubjectStatusResult
java.lang.Object
edu.internet2.middleware.subject.provider.SubjectStatusResult
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionthe field name (column or attribute) of the status to use for this querythe value of the status to use for this queryif there was a status part of the query, strip that out, and this is the remaining partboolean
isAll()
if this is a search for allboolean
isEquals()
whether it is equals or not equalsvoid
setAll
(boolean all1) if this is a search for allvoid
setDatastoreFieldName
(String datastoreFieldName1) the field name (column or attribute) of the status to use for this queryvoid
setDatastoreValue
(String datastoreValue1) the value of the status to use for this queryvoid
setEquals
(boolean equals1) whether it is equals or not equalsvoid
setStrippedQuery
(String strippedQuery1) if there was a status part of the query, strip that out, and this is the remaining part
-
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
if there was a status part of the query, strip that out, and this is the remaining part- Returns:
- status
-
setStrippedQuery
if there was a status part of the query, strip that out, and this is the remaining part- Parameters:
strippedQuery1
-
-
getDatastoreValue
the value of the status to use for this query- Returns:
- datastore value
-
setDatastoreValue
the value of the status to use for this query- Parameters:
datastoreValue1
-
-
getDatastoreFieldName
the field name (column or attribute) of the status to use for this query- Returns:
- field name
-
setDatastoreFieldName
the field name (column or attribute) of the status to use for this query- Parameters:
datastoreFieldName1
-
-