| |
|
| java.lang.Object com.sourcetap.sfa.ui.UIQueryValue
UIQueryValue | public UIQueryValue(String queryValueId_, String queryId_, String attributeId_, String attributeValue_, EntityComparisonOperator entityOperator_, String displayTypeId_, String displayObjectId_)(Code) | | Constructor with initial values
Parameters: queryvalueId_ - Query Value ID - Uniquely identifies this query value Parameters: queryId_ - Query ID - Uniquely identifies the query to which this query value is attached Parameters: attributeId_ - Attribute ID - Uniquely identifies an attribute defined in the UI data Parameters: attributeValue_ - The value to be compared to the specified attribute on entities in the data basewhen the query is executed Parameters: entityOperator_ - The operator to be used to compare the value to the specified attribute onentities in the data base when the query is executed author: John Nutting |
getAttributeId | public String getAttributeId()(Code) | | Gets the attribute ID
Parameters: attributeId_ - Attribute ID - Uniquely identifies an attribute defined in the UI data |
getAttributeValue | public String getAttributeValue()(Code) | | Gets the Attribute Value
return Attribute Value - The value to be compared to the specified attribute on entities in the data base
when the query is executed
author: John Nutting |
getEntityOperator | public EntityComparisonOperator getEntityOperator()(Code) | | Gets the Query Operator
The operator to be used to compare the value to the specified attribute onentities in the data base when the query is executed author: John Nutting |
getQueryId | public String getQueryId()(Code) | | Gets the Query ID
Parameters: queryId_ - Query ID - Uniquely identifies the query to which this query value is attached author: John Nutting |
setAttributeId | public void setAttributeId(String attributeId_)(Code) | | Sets the attribute ID
Attribute ID - Uniquely identifies an attribute defined in the UI data author: John Nutting |
setAttributeValue | public void setAttributeValue(String attributeValue_)(Code) | | Sets the Attribute Value
Parameters: attributeValue_ - Attribute Value - The value to be compared to the specified attribute on entities in the data basewhen the query is executed author: John Nutting |
setDisplayObjectId | public void setDisplayObjectId(String displayObjectId_)(Code) | | Sets the Display Object ID
Parameters: displayObjectId_ - - the display object for the field author: John Nutting |
setDisplayTypeId | public void setDisplayTypeId(String displayTypeId_)(Code) | | Sets the Display Type ID
Parameters: displayTypeId_ - - the display type for the field author: John Nutting |
setEntityOperator | public void setEntityOperator(EntityComparisonOperator entityOperator_)(Code) | | Sets the Query Operator
Parameters: entityOperator_ - The operator to be used to compare the value to the specified attribute onentities in the data base when the query is executed author: John Nutting |
setQueryId | public void setQueryId(String queryId_)(Code) | | Sets the Query ID
Query ID - Uniquely identifies the query to which this query value is attached author: John Nutting |
setQueryValueId | public void setQueryValueId(String queryValueId_)(Code) | | Sets the Query Value ID
Parameters: queryvalueId_ - Query Value ID - Uniquely identifies this query value author: John Nutting |
toGenericValue | public GenericValue toGenericValue(GenericDelegator delegator)(Code) | | Creates a generic value for this query value.
Parameters: delegator - Generic delegator object required to attach to the correct data source Generic value representing this query value author: John Nutting |
|
|
|