Validator Method Is Prefixed With Validator
Python scripts are used in form validators. The naming convention for validators
is to use the applicavle portal type, class, or interface (ex. Document) and
prefix the method with validate.
Good Example:
Document_validateRequiredFile
SaleOrder_validateClientDestination
Movement_validateSourceAndDestination