
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

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

AccountService._path = '/dwr';

AccountService.getServletContext = function(callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'getServletContext', callback);
};

AccountService.setServletContext = function(callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'setServletContext', false, callback);
};

AccountService.signOut = function(callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'signOut', false, callback);
};

AccountService.signUp = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'signUp', p0, p1, p2, p3, p4, false, false, callback);
};

AccountService.updateInvoiceInformation = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'updateInvoiceInformation', p0, p1, p2, p3, p4, p5, p6, p7, false, callback);
};

AccountService.deleteUser = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'deleteUser', p0, false, callback);
};

AccountService.cancelAccount = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'cancelAccount', p0, false, callback);
};

AccountService.sendNewPassword = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'sendNewPassword', p0, false, callback);
};

AccountService.verifySignUp = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'verifySignUp', p0, false, callback);
};

AccountService.resendVerification = function(callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'resendVerification', false, callback);
};

AccountService.autoLogin = function(p2, p3, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'autoLogin', false, false, p2, p3, false, callback);
};

AccountService.addUser = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'addUser', p0, p1, p2, p3, false, callback);
};

AccountService.setAsAdministrator = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'setAsAdministrator', p0, false, callback);
};

AccountService.ignoreExample = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'ignoreExample', p0, false, callback);
};

AccountService.resetPassword = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'resetPassword', p0, false, callback);
};

AccountService.sendExample = function(p0, p1, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'sendExample', p0, p1, false, callback);
};

AccountService.sendFeedback = function(p0, p1, p2, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'sendFeedback', p0, p1, p2, false, callback);
};

AccountService.signIn = function(p0, p1, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'signIn', p0, p1, false, callback);
};

AccountService.isValidEmailAddress = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'isValidEmailAddress', p0, callback);
};

AccountService.updateUserProfile = function(p0, p1, p2, p3, p4, p5, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'updateUserProfile', p0, p1, p2, p3, p4, p5, false, callback);
};

AccountService.updateUser = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'updateUser', p0, p1, p2, p3, p4, false, callback);
};

AccountService.useExample = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'useExample', p0, false, callback);
};

AccountService.setProviderManager = function(p0, callback) {
  dwr.engine._execute(AccountService._path, 'AccountService', 'setProviderManager', p0, callback);
};



