|
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.rules.AbstractValidator
oracle.jbo.rules.JboAbstractValidator
oracle.jbo.rules.JboCompareValidator
oracle.jbo.rules.JboCollectionValidator
oracle.jbo.rules.JboExprCollectionValidator
public class JboExprCollectionValidator
Field Summary |
---|
Fields inherited from class oracle.jbo.rules.JboCollectionValidator |
---|
mAccessorName, mCollAttrName, mCompAttrName, mOperation, mOperations, mSource, OPERATION_AVG, OPERATION_COUNT, OPERATION_MAX, OPERATION_MIN, OPERATION_SUM |
Fields inherited from class oracle.jbo.rules.JboCompareValidator |
---|
CLASS_INSTANCE, mOperationType, mRhsAttrName, mRValue, UNINIT |
Fields inherited from class oracle.jbo.rules.JboAbstractValidator |
---|
mValidatingAttr |
Fields inherited from class oracle.jbo.rules.AbstractValidator |
---|
m_children, m_props, mbInverse, mDescription, mErrorMessageClass, mMsgExpr, mMsgId, mMsgIds, mResourceBundleId, mTriggeringAttributeNames, mTriggeringAttributes, mValidatingAttrName |
Constructor Summary | |
---|---|
JboExprCollectionValidator()
|
Method Summary | |
---|---|
void |
endInit()
|
java.lang.String |
getExpression()
|
java.lang.Object |
getRhsValue(java.lang.Object src)
Gets the right-side operand of this validator's expression. |
protected void |
initialize(JboValidatorContext evObj)
|
void |
setRhsValue(java.lang.Object rhsValue)
Sets the right-side operand of this validator's expression. |
boolean |
validateValueWithContext(JboValidatorContext evObj,
java.lang.Object value)
Called internally by the framework with validation OnCondition is true or there is no validation OnCondition. |
Methods inherited from class oracle.jbo.rules.JboCollectionValidator |
---|
getDefXMLElementTag, getLHSExpression, getOperation, setOperation, validateValue |
Methods inherited from class oracle.jbo.rules.JboCompareValidator |
---|
applyValidatorPersonalization, convertOperType, getOperatorTypeString, getRhsValue, getType, getValidatorSubType, initValidatorProperties, setNewValue, setType, toString, validateValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.jbo.rules.JboValidatorHints |
---|
applyValidatorPersonalization, getName, getTriggeringAttributeDefs, getTriggeringAttributeNames, initValidatorProperties, isForPersonalization, isTransactionLevel, resolve, setForPersonalization, setName |
Methods inherited from interface oracle.jbo.rules.JboValidatorInterface |
---|
getDescription, setDescription, validate |
Constructor Detail |
---|
public JboExprCollectionValidator()
Method Detail |
---|
protected void initialize(JboValidatorContext evObj)
initialize
in class JboCollectionValidator
public void endInit()
endInit
in class JboCollectionValidator
public java.lang.String getExpression()
public java.lang.Object getRhsValue(java.lang.Object src)
JboCompareValidator
getRhsValue
in class JboCompareValidator
public void setRhsValue(java.lang.Object rhsValue)
JboCompareValidator
setRhsValue
in class JboCompareValidator
rhsValue
- a reference object containing a literal value.public boolean validateValueWithContext(JboValidatorContext evObj, java.lang.Object value)
JboAbstractValidator
validateValueWithContext
in class JboCollectionValidator
|
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 |