// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (ZipMasterServiceImpl == null) var ZipMasterServiceImpl = {};
ZipMasterServiceImpl._path = '/ffnb2c/dwr';
ZipMasterServiceImpl.getZipMasterList = function(p0, callback) {
  dwr.engine._execute(ZipMasterServiceImpl._path, 'ZipMasterServiceImpl', 'getZipMasterList', p0, callback);
}
ZipMasterServiceImpl.getZipMasterList = function(p1, callback) {
  dwr.engine._execute(ZipMasterServiceImpl._path, 'ZipMasterServiceImpl', 'getZipMasterList', false, p1, callback);
}
ZipMasterServiceImpl.checkDeliveryAddressForAjax = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(ZipMasterServiceImpl._path, 'ZipMasterServiceImpl', 'checkDeliveryAddressForAjax', p0, p1, p2, p3, callback);
}
ZipMasterServiceImpl.getZipMasterListForAjax = function(p0, p1, callback) {
  dwr.engine._execute(ZipMasterServiceImpl._path, 'ZipMasterServiceImpl', 'getZipMasterListForAjax', p0, p1, callback);
}
ZipMasterServiceImpl.getZipMasterListForAjax = function(p1, p2, callback) {
  dwr.engine._execute(ZipMasterServiceImpl._path, 'ZipMasterServiceImpl', 'getZipMasterListForAjax', false, p1, p2, callback);
}