
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.Other');

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

Other._path = '/dwr';






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





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






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









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




Other.eventList = function(callback) {
return dwr.engine._execute(Other._path, 'Other', 'eventList', arguments);
};





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






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





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





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


