
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (UserArtistemps == null) var UserArtistemps = {};
UserArtistemps._path = '/dwr';
UserArtistemps.login = function(p0, p1, callback) {
  dwr.engine._execute(UserArtistemps._path, 'UserArtistemps', 'login', p0, p1, callback);
}
UserArtistemps.isExist = function(p0, callback) {
  dwr.engine._execute(UserArtistemps._path, 'UserArtistemps', 'isExist', p0, callback);
}
UserArtistemps.removeUserSessionAttributes = function(callback) {
  dwr.engine._execute(UserArtistemps._path, 'UserArtistemps', 'removeUserSessionAttributes', false, callback);
}
UserArtistemps.isExistConn = function(p0, p1, callback) {
  dwr.engine._execute(UserArtistemps._path, 'UserArtistemps', 'isExistConn', p0, p1, callback);
}
UserArtistemps.sendNewPassword = function(p0, callback) {
  dwr.engine._execute(UserArtistemps._path, 'UserArtistemps', 'sendNewPassword', p0, callback);
}
UserArtistemps.changePassword = function(p0, callback) {
  dwr.engine._execute(UserArtistemps._path, 'UserArtistemps', 'changePassword', p0, callback);
}

