
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.Custom');

if (typeof this['Custom'] == 'undefined') Custom = {};

Custom._path = '/dwr';






Custom.addPoiCollection = function(p0, p1, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'addPoiCollection', arguments);
};







Custom.addRoadCollection = function(p0, p1, p2, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'addRoadCollection', arguments);
};














Custom.addLineCollection = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'addLineCollection', arguments);
};










Custom.getCollectionList = function(p0, p1, p2, p3, p4, p5, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'getCollectionList', arguments);
};






Custom.deleteCollection = function(p0, p1, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'deleteCollection', arguments);
};






Custom.messCustomize = function(p0, p1, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'messCustomize', arguments);
};







Custom.addCustomize = function(p0, p1, p2, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'addCustomize', arguments);
};





Custom.getCustomizeInfo = function(p0, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'getCustomizeInfo', arguments);
};








Custom.updateCustomize = function(p0, p1, p2, p3, callback) {
return dwr.engine._execute(Custom._path, 'Custom', 'updateCustomize', arguments);
};


