
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.userCheck');

if (typeof this['userCheck'] == 'undefined') userCheck = {};

userCheck._path = '/dwr';






userCheck.select = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'select', arguments);
};





userCheck.haveAccountNumber = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'haveAccountNumber', arguments);
};





userCheck.setUseSafePass = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'setUseSafePass', arguments);
};





userCheck.getLastLoginTime = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'getLastLoginTime', arguments);
};





userCheck.getPasswordQuestion = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'getPasswordQuestion', arguments);
};





userCheck.addUser = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'addUser', arguments);
};






userCheck.updatePass = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updatePass', arguments);
};





userCheck.toBean = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'toBean', arguments);
};





userCheck.queryIdByPhone = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'queryIdByPhone', arguments);
};





userCheck.isUsePointsPassword = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'isUsePointsPassword', arguments);
};







userCheck.passIsRight = function(p0, p1, p2, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'passIsRight', arguments);
};





userCheck.queryNameById = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'queryNameById', arguments);
};





userCheck.queryUserId = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'queryUserId', arguments);
};







userCheck.getUserByQuestion = function(p0, p1, p2, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'getUserByQuestion', arguments);
};





userCheck.getUserByName = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'getUserByName', arguments);
};






userCheck.updateJoinState = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updateJoinState', arguments);
};






userCheck.updateSafePassword = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updateSafePassword', arguments);
};






userCheck.safePassIsRight = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'safePassIsRight', arguments);
};





userCheck.safePassMustUse = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'safePassMustUse', arguments);
};






userCheck.updatePointPass = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updatePointPass', arguments);
};





userCheck.updateUsers = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updateUsers', arguments);
};







userCheck.updateUserSafeMessafe = function(p0, p1, p2, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updateUserSafeMessafe', arguments);
};






userCheck.checkAnswer = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'checkAnswer', arguments);
};





userCheck.getJoinSet = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'getJoinSet', arguments);
};






userCheck.updateJoinSet = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updateJoinSet', arguments);
};






userCheck.updateUsePoints = function(p0, p1, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'updateUsePoints', arguments);
};





userCheck.getUsePoints = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'getUsePoints', arguments);
};





userCheck.quereyUserByMobile = function(p0, callback) {
return dwr.engine._execute(userCheck._path, 'userCheck', 'quereyUserByMobile', arguments);
};


