|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.bean.beanValidator
public class beanValidator
| Method Summary | |
|---|---|
boolean |
getConditionsMeetFlag(any object, string conditions)
|
any |
getPopulatedPropertyValidationContext(any object, string propertyName, [string context=''])
|
struct |
getValidationsByContext(any object, [string context=''])
|
any |
validate(any object, [string context=''])
|
boolean |
validate_dataType(any object, string propertyIdentifier, any constraintValue)
|
boolean |
validate_eq(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_format(any object, string propertyIdentifier, any constraintValue)
|
boolean |
validate_gt(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_gte(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_inList(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_lt(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_lte(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_maxCollection(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_maxLength(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_maxList(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_maxValue(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_method(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_minCollection(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_minLength(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_minList(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_minValue(any object, string propertyIdentifier, numeric constraintValue)
|
boolean |
validate_neq(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_regex(any object, string propertyIdentifier, string constraintValue)
|
boolean |
validate_required(any object, string propertyIdentifier, [boolean constraintValue='true'])
|
any |
validateConstraint(any object, string propertyIdentifier, struct constraintDetails, any errorsStruct, string context)
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, init, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Method Detail |
|---|
public boolean getConditionsMeetFlag(any object, string conditions)
objectconditionspublic any getPopulatedPropertyValidationContext(any object, string propertyName, [string context=''])
objectpropertyNamecontextpublic struct getValidationsByContext(any object, [string context=''])
objectcontextpublic any validate(any object, [string context=''])
objectcontextpublic boolean validate_dataType(any object, string propertyIdentifier, any constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_eq(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_format(any object, string propertyIdentifier, any constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_gt(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_gte(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_inList(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_lt(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_lte(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_maxCollection(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_maxLength(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_maxList(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_maxValue(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_method(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_minCollection(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_minLength(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_minList(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_minValue(any object, string propertyIdentifier, numeric constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_neq(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_regex(any object, string propertyIdentifier, string constraintValue)
objectpropertyIdentifierconstraintValuepublic boolean validate_required(any object, string propertyIdentifier, [boolean constraintValue='true'])
objectpropertyIdentifierconstraintValuepublic any validateConstraint(any object, string propertyIdentifier, struct constraintDetails, any errorsStruct, string context)
objectpropertyIdentifierconstraintDetailserrorsStructcontext
|
Mura CMS 6.1 | ||||
| FRAMES | |||||