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

CmsWebClientRemoteService.getAllAreasByIdCity = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getAllAreasByIdCity', p0, callback);
}

CmsWebClientRemoteService.getAllCitiesByIdCounty = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getAllCitiesByIdCounty', p0, callback);
}

CmsWebClientRemoteService.getAllCountiesByIdState = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getAllCountiesByIdState', p0, callback);
}

CmsWebClientRemoteService.getCategoriesByParent = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getCategoriesByParent', p0, callback);
}

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

CmsWebClientRemoteService.createFileExplorerContentLayoutSpot = function(callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'createFileExplorerContentLayoutSpot', callback);
}

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

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

CmsWebClientRemoteService.getMenuBarItemsByVerticalType = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getMenuBarItemsByVerticalType', p0, callback);
}

CmsWebClientRemoteService.resetWebPresenceTheme = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'resetWebPresenceTheme', p0, callback);
}

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

CmsWebClientRemoteService.setCmsAdService = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'setCmsAdService', p0, callback);
}

CmsWebClientRemoteService.updateFileExplorerContentLayoutSpot = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'updateFileExplorerContentLayoutSpot', p0, callback);
}

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

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

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

CmsWebClientRemoteService.getParentCategoriesByWebPresenceName = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getParentCategoriesByWebPresenceName', p0, callback);
}

CmsWebClientRemoteService.getUploadInfo = function(p0, callback) {
    DWREngine._execute(CmsWebClientRemoteService._path, 'CmsWebClientRemoteService', 'getUploadInfo', p0, callback);
}
