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

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

DwrControl._path = '/saf/dwr';





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





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





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





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





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






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








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




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





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



