|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LOVDef
The definition of a List-Of-Values in ADFbc.
| Nested Class Summary | |
|---|---|
static class |
LOVDef.DefObjectType
Definition object types. |
static interface |
LOVDef.ParameterBoundValue
A bound value which is a parameter's current value. |
static interface |
LOVDef.PropertyBoundValue
A bound value that is a property of the flexfield or the segment. |
static interface |
LOVDef.SegmentBoundValue
A bound value which is a segment's current value. |
| Field Summary | |
|---|---|
static java.lang.String |
PARAMETER_BOUND_VALUE
The token that represents the parameter bound value. |
static java.lang.String |
PROPERTY_BOUND_VALUE
The token that represents the property bound value. |
static java.lang.String |
SEGMENT_BOUND_VALUE
The token that represents the segment bound value. |
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getBoundParameterNames()
Gets the names of the bound parameters. |
PortableExpression |
getBoundParameterValue(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> tokens)
Gets the value of a bound parameter. |
java.lang.String |
getDisplayAttributeName()
Gets the name of the view attribute that represents the display of a value. |
java.lang.Class |
getDisplayAttributeType()
Gets the type of the display attribute. |
java.lang.String |
getDisplayCriteriaName()
Gets the name of the display criteria. |
java.util.List<java.lang.String> |
getHintAttributeNames()
Gets the list of view attributes that serve as hints when searching for a value. |
java.lang.String |
getIdOrValueAttributeName()
Gets the name of the view attribute that represents the ID or value. |
java.lang.String |
getIdOrValueCriteriaName()
Gets the name of the view criteria for locating an ID or a value. |
java.lang.String |
getIdOrValueVariableName()
Gets the name of the bind variable for locating an ID or a value. |
java.lang.String |
getOrderBy()
Gets the order-by statement. |
java.lang.String |
getTableAliasForValueAttributes()
Gets the table alias for value attributes. |
java.lang.String |
getValueColumnForValidationRules()
Gets the value column (prefixed with alias if needed) used in validation rules. |
java.util.List<java.lang.String> |
getViewCriteriaNames()
Gets the names of the view criteria that must be applied. |
java.lang.String |
getViewDefName()
Gets the view definition that defines the LOV |
java.util.List<java.lang.String> |
getXBoundParameterNames()
Gets the names of the bound parameters used for translation from values to displays. |
java.util.List<java.lang.String> |
getXViewCriteriaNames()
Gets the names of the view criteria for translation from values to displays. |
| Field Detail |
|---|
static final java.lang.String SEGMENT_BOUND_VALUE
static final java.lang.String PARAMETER_BOUND_VALUE
static final java.lang.String PROPERTY_BOUND_VALUE
| Method Detail |
|---|
java.lang.String getViewDefName()
java.lang.String getIdOrValueAttributeName()
java.lang.String getIdOrValueCriteriaName()
java.lang.String getIdOrValueVariableName()
java.lang.String getDisplayAttributeName()
java.lang.Class getDisplayAttributeType()
getDisplayAttributeName()java.util.List<java.lang.String> getHintAttributeNames()
java.lang.String getOrderBy()
java.lang.String getTableAliasForValueAttributes()
java.lang.String getValueColumnForValidationRules()
java.util.List<java.lang.String> getViewCriteriaNames()
java.util.List<java.lang.String> getXViewCriteriaNames()
java.lang.String getDisplayCriteriaName()
java.util.List<java.lang.String> getBoundParameterNames()
java.util.List<java.lang.String> getXBoundParameterNames()
PortableExpression getBoundParameterValue(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> tokens)
name - the name of the bound parametertokens - the tokens used to construct the parameter value
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||