|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jbo.common.JboAbstractMap
oracle.jbo.rules.JboValidatorContext
public class JboValidatorContext
Field Summary |
---|
Fields inherited from class oracle.jbo.common.JboAbstractMap |
---|
CLASS_INSTANCE, MAP_NULL_VALUE |
Constructor Summary | |
---|---|
JboValidatorContext(int sourceType,
java.lang.Object source,
java.lang.String sourceFullName,
AttributeDef attribute,
java.lang.Object oldValue,
java.lang.Object newValue)
Deprecated. since 11.1.1.0 use a subclass to implement getWarningContainer and evaluateExpression methods. |
Method Summary | |
---|---|
void |
addWarning(JboWarning warn)
Adds a warning to the Warning Container. |
AttributeDef |
getAttributeDef()
|
Row |
getAttributeList()
|
java.lang.String |
getAttributeName()
|
java.lang.Object |
getNewValue()
|
java.lang.Object |
getOldValue()
|
java.lang.Object |
getSource()
AttributeList Object that is being validated. |
java.lang.String |
getSourceFullName()
|
Row |
getSourceRow()
|
int |
getSourceType()
|
JboTransAttrValidationManager |
getTransAttrValidationManager()
|
JboTransValidationManager |
getTransValidationManager()
|
WarningContainer |
getWarningContainer()
|
protected java.lang.Object |
internalGet(java.lang.String key)
All subclasses should return MAP_NULL_VALUE and check for that to indicate that key was found in the map but had null value instead of letting the super go on to perform more lookups due to null value. |
void |
setTransAttrValidationManager(JboTransAttrValidationManager mgr)
|
protected void |
setTransValidationManager(JboTransValidationManager mgr)
For internal framework use only |
Methods inherited from class oracle.jbo.common.JboAbstractMap |
---|
clear, containsKey, entrySet, equals, get, hashCode, internalPut, put, setThrowIfPropertyNotFoundOnGet |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JboValidatorContext(int sourceType, java.lang.Object source, java.lang.String sourceFullName, AttributeDef attribute, java.lang.Object oldValue, java.lang.Object newValue)
source
- The bean that fired the event.attribute
- The property that was changed.oldValue
- The old value of the property.newValue
- The new value of the property.Method Detail |
---|
public java.lang.Object getSource()
public Row getAttributeList()
public Row getSourceRow()
public java.lang.String getAttributeName()
public AttributeDef getAttributeDef()
public java.lang.Object getNewValue()
public java.lang.Object getOldValue()
public java.lang.String getSourceFullName()
public int getSourceType()
public JboTransValidationManager getTransValidationManager()
public JboTransAttrValidationManager getTransAttrValidationManager()
protected void setTransValidationManager(JboTransValidationManager mgr)
mgr
- public void setTransAttrValidationManager(JboTransAttrValidationManager mgr)
protected java.lang.Object internalGet(java.lang.String key)
JboAbstractMap
internalGet
in class JboAbstractMap
public void addWarning(JboWarning warn)
warn
- a warning.public WarningContainer getWarningContainer()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |