
// 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 (userProfileService == null) var userProfileService = {};
userProfileService._path = '/gb/dwr';
userProfileService.subscribeToNewsletter = function(callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'subscribeToNewsletter', callback);
}
userProfileService.unSubscribeToNewsletter = function(callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'unSubscribeToNewsletter', callback);
}
userProfileService.subscribeToEmails = function(callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'subscribeToEmails', callback);
}
userProfileService.unSubscribeToEmails = function(callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'unSubscribeToEmails', callback);
}
userProfileService.loginUser = function(p0, p1, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'loginUser', p0, p1, callback);
}
userProfileService.generateAcUserTOModel = function(p0, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'generateAcUserTOModel', p0, callback);
}
userProfileService.updateProfileCenterContactInfo = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'updateProfileCenterContactInfo', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, callback);
}
userProfileService.updateProfileCenterDiabetesManagement = function(p0, p1, p2, p3, p4, p5, p6, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'updateProfileCenterDiabetesManagement', p0, p1, p2, p3, p4, p5, p6, callback);
}
userProfileService.updateProfileCenterInnerCircleSignup = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, p17, p18, p19, p20, p21, p22, p23, p24, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'updateProfileCenterInnerCircleSignup', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, p16, p17, p18, p19, p20, p21, p22, p23, p24, callback);
}
userProfileService.updateProfileCenterInnerCircleChange = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'updateProfileCenterInnerCircleChange', p0, p1, p2, p3, p4, callback);
}
userProfileService.updateEmailSubscriptions = function(p0, p1, p2, callback) {
  dwr.engine._execute(userProfileService._path, 'userProfileService', 'updateEmailSubscriptions', p0, p1, p2, callback);
}

