|
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.RulesBeanUtils
public class RulesBeanUtils
Internal: Applications should not use this class.
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
Constructor Summary | |
---|---|
RulesBeanUtils()
|
Method Summary | |
---|---|
static JboValidatorInterface |
loadValidator(org.xmlpull.v1.XmlPullParser parser,
ValidationManager owner,
java.lang.String validatorType,
java.lang.String validatorSubType)
|
static AttrValException |
validate(java.util.Enumeration validators,
Row row,
JboValidatorContext ev,
boolean notDeferred)
Validate the new value by applying all the validator rules applied to this attribute. |
static AttrValException |
validate(Iterator validators,
Row row,
JboValidatorContext ev,
boolean notDeferred)
Validate the new value by applying all the validator rules applied to this attribute. |
static AttrValException |
validateObject(java.util.Enumeration validators,
JboValidatorContext ev,
boolean notDeferred)
|
static AttrValException |
validateObject(Iterator validators,
JboValidatorContext ev,
boolean notDeferred)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
Constructor Detail |
---|
public RulesBeanUtils()
Method Detail |
---|
public static AttrValException validate(java.util.Enumeration validators, Row row, JboValidatorContext ev, boolean notDeferred)
ValidationException
- if an exception occurs during
validation of the new value for this attribute.public static AttrValException validate(Iterator validators, Row row, JboValidatorContext ev, boolean notDeferred)
ValidationException
- if an exception occurs during
validation of the new value for this attribute.public static AttrValException validateObject(java.util.Enumeration validators, JboValidatorContext ev, boolean notDeferred)
public static AttrValException validateObject(Iterator validators, JboValidatorContext ev, boolean notDeferred)
public static JboValidatorInterface loadValidator(org.xmlpull.v1.XmlPullParser parser, ValidationManager owner, java.lang.String validatorType, java.lang.String validatorSubType)
|
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 |