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

AjaxHelper.getCities = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getCities', p0, callback);
}

AjaxHelper.getInclude = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getInclude', p0, callback);
}

AjaxHelper.getSubCategories = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getSubCategories', p0, callback);
}

AjaxHelper.getEmailCategoriesComboValues = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getEmailCategoriesComboValues', p0, callback);
}

AjaxHelper.getEmailCategoriesListValues = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getEmailCategoriesListValues', p0, callback);
}

AjaxHelper.saveEmailCategories = function(p0, p1, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'saveEmailCategories', p0, p1, callback);
}

AjaxHelper.addConfToWatchList = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'addConfToWatchList', p0, callback);
}

AjaxHelper.getMyWatchList = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getMyWatchList', p0, callback);
}

AjaxHelper.deleteWatchList = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'deleteWatchList', p0, callback);
}

AjaxHelper.getMyConferenceList = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'getMyConferenceList', p0, callback);
}

AjaxHelper.refreshImage = function(callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'refreshImage', callback);
}

