
function RegistrationHandler() { }
RegistrationHandler._path = '/WPSReply2009/dwr';

RegistrationHandler.registerGuest = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'registerGuest', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, callback);
}

RegistrationHandler.registerGuestSitoCliente = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'registerGuestSitoCliente', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, p15, callback);
}

RegistrationHandler.modifyGuest = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'modifyGuest', p0, p1, p2, p3, p4, p5, p6, p7, callback);
}

RegistrationHandler.modifyGuest2 = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'modifyGuest2', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, callback);
}

RegistrationHandler.modifyGuestPassword = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'modifyGuestPassword', p0, p1, p2, p3, callback);
}

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

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

RegistrationHandler.logoutUser = function(callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'logoutUser', callback);
}

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

RegistrationHandler.addUserSubscription = function(p0, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'addUserSubscription', p0, callback);
}

RegistrationHandler.getUserIsSubcribed = function(p0, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'getUserIsSubcribed', p0, callback);
}

RegistrationHandler.getUserInSession = function(callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'getUserInSession', callback);
}

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

RegistrationHandler.goToSideup = function(p0, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'goToSideup', p0, callback);
}

RegistrationHandler.goMySideup = function(p0, callback) {
    DWREngine._execute(RegistrationHandler._path, 'RegistrationHandler', 'goMySideup', p0, callback);
}
