
function AccountValidatorJS() { }
AccountValidatorJS._path = '/cms/dwr';

AccountValidatorJS.validate = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validate', p0, p1, callback);
}

AccountValidatorJS.supports = function(p0, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'supports', p0, callback);
}

AccountValidatorJS.getMessageSource = function(callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'getMessageSource', callback);
}

AccountValidatorJS.setMessageSource = function(p0, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'setMessageSource', p0, callback);
}

AccountValidatorJS.setCheckuserDAO = function(p0, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'setCheckuserDAO', p0, callback);
}

AccountValidatorJS.validateAccountDaten = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateAccountDaten', p0, p1, callback);
}

AccountValidatorJS.validatePersDaten = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validatePersDaten', p0, p1, callback);
}

AccountValidatorJS.validateUsername = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsername', p0, p1, callback);
}

AccountValidatorJS.validateUsernameDb = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsernameDb', p0, p1, callback);
}

AccountValidatorJS.validateEmail = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateEmail', p0, p1, callback);
}

AccountValidatorJS.validateEmailDb = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateEmailDb', p0, p1, callback);
}

AccountValidatorJS.validatePassword = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validatePassword', p0, p1, callback);
}

AccountValidatorJS.validateMtrnumber = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateMtrnumber', p0, p1, callback);
}

AccountValidatorJS.validateProvider = function(p0, p1, p2, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateProvider', p0, p1, p2, callback);
}

AccountValidatorJS.validateUsrVname = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrVname', p0, p1, callback);
}

AccountValidatorJS.validateUsrNname = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrNname', p0, p1, callback);
}

AccountValidatorJS.validateUsrStrasse = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrStrasse', p0, p1, callback);
}

AccountValidatorJS.validateUsrGeschl = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrGeschl', p0, p1, callback);
}

AccountValidatorJS.validateUsrPlz = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrPlz', p0, p1, callback);
}

AccountValidatorJS.validateUsrOrt = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrOrt', p0, p1, callback);
}

AccountValidatorJS.validateUsrBdl = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrBdl', p0, p1, callback);
}

AccountValidatorJS.validateUsrAgb = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrAgb', p0, p1, callback);
}

AccountValidatorJS.validateUsrGebdat = function(p0, p1, p2, p3, p4, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'validateUsrGebdat', p0, p1, p2, p3, p4, callback);
}

AccountValidatorJS.getInputFieldValidationMessage = function(p0, p1, callback) {
    DWREngine._execute(AccountValidatorJS._path, 'AccountValidatorJS', 'getInputFieldValidationMessage', p0, p1, callback);
}
