gov.nih.nci.mageom.search.Protocol.impl
Class ParameterValueSearchCriteriaImpl

java.lang.Object
  extended by gov.nih.nci.caBIO.util.PermissionObject
      extended by gov.nih.nci.common.search.SearchCriteria
          extended by gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
              extended by gov.nih.nci.mageom.search.impl.ExtendableSearchCriteriaImpl
                  extended by gov.nih.nci.mageom.search.Protocol.impl.ParameterValueSearchCriteriaImpl
All Implemented Interfaces:
Directable, Searchable, SessionObject, ExtendableSearchCriteria, ParameterValueSearchCriteria, java.io.Serializable, java.lang.Cloneable

public class ParameterValueSearchCriteriaImpl
extends ExtendableSearchCriteriaImpl
implements ParameterValueSearchCriteria, java.io.Serializable

Represents a query for ParameterValue objects.

Version:
%I%, %G%
See Also:
Serialized Form

Field Summary
protected  MAGESCUtils _scUtils
           
 
Fields inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
currentHandler
 
Fields inherited from class gov.nih.nci.common.search.SearchCriteria
_ands, _groups, _ors, _sessionId, criteriaCollection, fillInAllObjects, fillInObjects, myObjects, orderBy
 
Fields inherited from interface gov.nih.nci.mageom.search.Protocol.ParameterValueSearchCriteria
ID_ATTRIBUTE, PARAMETERTYPEID_ATTRIBUTE, VALUE_ATTRIBUTE
 
Constructor Summary
ParameterValueSearchCriteriaImpl()
           
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Long getParameterTypeId()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id
 java.lang.String getValue()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setParameterTypeCriteria(ParameterSearchCriteria criteria)
          Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.
 void setParameterTypeCriteria(ParameterSearchCriteria criteria, java.lang.String booleanOp)
          Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.
 void setParameterTypeId(java.lang.Long parameterTypeId)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id
 void setParameterTypeId(java.lang.Long parameterTypeId, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id
 void setValue(java.lang.String value)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value
 void setValue(java.lang.String value, java.lang.String booleanOp, java.lang.String caseInsensitive)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value
 java.lang.String toString()
          Returns a String representation of this object suitable for console display.
 
Methods inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
defaultHandler, direct, getBeanClassName, getBeanName, getHandler, main, putCriterion, search, setHandler
 
Methods inherited from class gov.nih.nci.common.search.SearchCriteria
addCriteriaGroup, clone, equals, findCriterion, getAnds, getAvailableCriteria, getAvailableCriteria, getClassName, getCount, getCount, getCriteriaCollection, getCriteriaGroups, getCriterion, getCriterion, getCriterionValue, getFillInAllObjects, getFillInObjects, getMaxRecordset, getObjects, getOrderBy, getOrs, getReturnCount, getReturnObjects, getSearchCriteria, getSearchCriteria, getSessionId, getStartAt, hasElement, hashCode, putCriteria, putCriteria, putCriteria, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putSearchCriteria, removeCriterion, removeElement, runSearch, search, setBeanClassName, setClassName, setFillInAllObjects, setFillInObjects, setMaxRecordset, setObjects, setOrderBy, setReturnCount, setReturnObjects, setSessionId, setStartAt
 
Methods inherited from class gov.nih.nci.caBIO.util.PermissionObject
getUserAccess, setArrayAccess, setUserAccess
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nih.nci.common.search.Searchable
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects
 
Methods inherited from interface gov.nih.nci.common.search.session.SessionObject
getSessionId, setSessionId
 

Field Detail

_scUtils

protected MAGESCUtils _scUtils
Constructor Detail

ParameterValueSearchCriteriaImpl

public ParameterValueSearchCriteriaImpl()
Method Detail

getId

public java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface ExtendableSearchCriteria
Specified by:
getId in interface ParameterValueSearchCriteria
Overrides:
getId in class ExtendableSearchCriteriaImpl
Returns:
the id criterion

setId

public void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface ParameterValueSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl
Parameters:
id -

setId

public void setId(java.lang.Long id,
                  java.lang.String booleanOp)
Specified by:
setId in interface ExtendableSearchCriteria
Specified by:
setId in interface ParameterValueSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl

getValue

public java.lang.String getValue()
Description copied from interface: ParameterValueSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value

Specified by:
getValue in interface ParameterValueSearchCriteria
Returns:
the java.lang.String criterion value.
See Also:
gov.nih.nci.mageom.search.Protocol.ParameterValueSearchCriteria#value

getParameterTypeId

public java.lang.Long getParameterTypeId()
Description copied from interface: ParameterValueSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id

Specified by:
getParameterTypeId in interface ParameterValueSearchCriteria
Returns:
the java.lang.Long criterion value.
See Also:
gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria#id

setValue

public void setValue(java.lang.String value)
Description copied from interface: ParameterValueSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value

Specified by:
setValue in interface ParameterValueSearchCriteria
See Also:
gov.nih.nci.mageom.search.Protocol.ParameterValueSearchCriteria#value

setValue

public void setValue(java.lang.String value,
                     java.lang.String booleanOp,
                     java.lang.String caseInsensitive)
Description copied from interface: ParameterValueSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.ParameterValue.value

Specified by:
setValue in interface ParameterValueSearchCriteria
See Also:
gov.nih.nci.mageom.search.Protocol.ParameterValueSearchCriteria#value

setParameterTypeCriteria

public void setParameterTypeCriteria(ParameterSearchCriteria criteria)
Description copied from interface: ParameterValueSearchCriteria
Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.

Specified by:
setParameterTypeCriteria in interface ParameterValueSearchCriteria
See Also:
ParameterValueSearchCriteria.setParameterTypeCriteria(gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria)

setParameterTypeCriteria

public void setParameterTypeCriteria(ParameterSearchCriteria criteria,
                                     java.lang.String booleanOp)
Description copied from interface: ParameterValueSearchCriteria
Constrains the search for ParameterValue objects to those associated with Parameter objects by the association and selected by the given ParameterSearchCriteria.

Specified by:
setParameterTypeCriteria in interface ParameterValueSearchCriteria
See Also:
ParameterValueSearchCriteria.setParameterTypeCriteria(gov.nih.nci.mageom.search.Protocol.ParameterSearchCriteria)

setParameterTypeId

public void setParameterTypeId(java.lang.Long parameterTypeId)
Description copied from interface: ParameterValueSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id

Specified by:
setParameterTypeId in interface ParameterValueSearchCriteria
See Also:
gov.nih.nci.mageom.domain.Protocol.Parameter#id

setParameterTypeId

public void setParameterTypeId(java.lang.Long parameterTypeId,
                               java.lang.String booleanOp)
Description copied from interface: ParameterValueSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.Protocol.Parameter.id

Specified by:
setParameterTypeId in interface ParameterValueSearchCriteria
See Also:
gov.nih.nci.mageom.domain.Protocol.Parameter#id

toString

public java.lang.String toString()
Returns a String representation of this object suitable for console display.

Overrides:
toString in class ExtendableSearchCriteriaImpl
Returns:
the String representation.