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

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

ShopServiceProxy._path = '/dwr';









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




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





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






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









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





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








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






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





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





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





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





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






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






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





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





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





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






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





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






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





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




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





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





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


