|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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)
object
conditions
public any getPopulatedPropertyValidationContext(any object, string propertyName, [string context=''])
object
propertyName
context
public struct getValidationsByContext(any object, [string context=''])
object
context
public any validate(any object, [string context=''])
object
context
public boolean validate_dataType(any object, string propertyIdentifier, any constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_eq(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_format(any object, string propertyIdentifier, any constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_gt(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_gte(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_inList(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_lt(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_lte(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_maxCollection(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_maxLength(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_maxList(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_maxValue(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_method(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_minCollection(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_minLength(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_minList(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_minValue(any object, string propertyIdentifier, numeric constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_neq(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_regex(any object, string propertyIdentifier, string constraintValue)
object
propertyIdentifier
constraintValue
public boolean validate_required(any object, string propertyIdentifier, [boolean constraintValue='true'])
object
propertyIdentifier
constraintValue
public any validateConstraint(any object, string propertyIdentifier, struct constraintDetails, any errorsStruct, string context)
object
propertyIdentifier
constraintDetails
errorsStruct
context
|
Mura CMS 6.1 | ||||
FRAMES |