org.ofbiz.minilang.method.ifops |
|
Java Source File Name | Type | Comment |
CheckId.java | Class | Iff the given ID field is not valid the fail-message
or fail-property sub-elements are used to add a message to the error-list.
author: David E. |
CheckPermission.java | Class | Iff the user does not have the specified permission the fail-message
or fail-property sub-elements are used to add a message to the error-list.
author: David E. |
IfCompare.java | Class | Iff the comparison between the constant and the specified field is true process sub-operations
author: David E. |
IfCompareField.java | Class | Iff the comparison between the specified field and the other field is true process sub-operations
author: David E. |
IfEmpty.java | Class | Iff the specified field is not empty process sub-operations
author: David E. |
IfHasPermission.java | Class | Iff the user has the specified permission, process the sub-operations. |
IfNotEmpty.java | Class | Iff the specified field is not empty process sub-operations
author: David E. |
IfRegexp.java | Class | Iff the specified field complies with the pattern specified by the regular expression, process sub-operations
author: David E. |
IfValidateMethod.java | Class | Iff the validate method returns true with the specified field process sub-operations
author: David E. |