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

customerAjaxController.resetPassword = function(p0, callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'resetPassword', p0, false, callback);
}

customerAjaxController.getCustomer = function(callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'getCustomer', false, callback);
}

customerAjaxController.addCustomer = function(p0, callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'addCustomer', p0, false, callback);
}

customerAjaxController.anonymousSignIn = function(p0, callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'anonymousSignIn', p0, false, callback);
}

customerAjaxController.signIn = function(p0, callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'signIn', p0, false, callback);
}

customerAjaxController.signCustomerIn = function(p0, p1, callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'signCustomerIn', p0, p1, false, callback);
}

customerAjaxController.updateAddress = function(p0, p1, callback) {
    DWREngine._execute(customerAjaxController._path, 'customerAjaxController', 'updateAddress', p0, p1, false, callback);
}
